Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/dts/
H A Dedison.dts85 scu: ipc@ff009000 {
86 compatible = "intel,scu-ipc";
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand_spl.c40 while (!(readnfc(&nfc_ip->ipc) & NFC_V3_IPC_INT)) in nfc_wait_ready()
44 tmp = readnfc(&nfc_ip->ipc); in nfc_wait_ready()
46 writenfc(tmp, &nfc_ip->ipc); in nfc_wait_ready()
H A Dmxc_nand.h123 u32 ipc; member
H A Dmxc_nand.c125 tmp = readnfc(&host->ip_regs->ipc);
128 writenfc(tmp, &host->ip_regs->ipc);
1265 writenfc(NFC_V3_IPC_CREQ, &host->ip_regs->ipc);
1276 writenfc(0, &host->ip_regs->ipc);
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dptrace.h29 NDS32_REG ipc; member
/rk3399_rockchip-uboot/arch/nds32/lib/
H A Dinterrupts.c78 regs->ipc, regs->sp, regs->lp, regs->gp, regs->fp); in show_regs()