Searched refs:ip_regs (Results 1 - 1 of 1) sorted by path

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c28 struct mxc_nand_ip_regs __iomem *ip_regs; member in struct:mxc_nand_host
127 tmp = readnfc(&host->ip_regs->ipc);
130 writenfc(tmp, &host->ip_regs->ipc);
366 uint32_t tmp = readnfc(&host->ip_regs->config2);
372 writenfc(tmp, &host->ip_regs->config2);
1178 host->ip_regs =
1267 writenfc(NFC_V3_IPC_CREQ, &host->ip_regs->ipc);
1271 &host->ip_regs->wrprot);
1276 &host->ip_regs->wrprot_unlock_blkaddr[tmp]);
1278 writenfc(0, &host->ip_regs
[all...]

Completed in 77 milliseconds