Home
last modified time | relevance | path

Searched refs:readnfc (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dmxc_nand_spl.c32 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready()
36 tmp = readnfc(&nfc->config2); in nfc_wait_ready()
40 while (!(readnfc(&nfc_ip->ipc) & NFC_V3_IPC_INT)) in nfc_wait_ready()
44 tmp = readnfc(&nfc_ip->ipc); in nfc_wait_ready()
56 tmp = (readnfc(&nfc_ip->config2) & ~(NFC_V3_CONFIG2_SPAS_MASK | in nfc_nand_init()
98 config1 = readnfc(&nfc->config1) | NFC_V1_V2_CONFIG1_ECC_EN | in nfc_nand_init()
167 int config1 = readnfc(&nfc->config1); in nfc_nand_data_output()
213 int config1 = readnfc(&nfc->config1); in nfc_nand_read_page()
A Dmxc_nand.c121 tmp = readnfc(&host->regs->config2);
126 tmp = readnfc(&host->ip_regs->ipc);
201 uint32_t tmp = readnfc(&host->regs->config1);
235 uint32_t tmp = readnfc(&host->regs->config1);
282 tmp = readnfc(&host->regs->config1);
288 tmp = readnfc(&host->regs->config1);
319 tmp = readnfc(&host->regs->config1);
336 ret = readnfc(&host->regs->config1) >> 16;
357 uint16_t tmp = readnfc(&host->regs->config1);
1231 tmp = readnfc(&host->regs->config1);
[all …]
A Dmxc_nand.h200 #define readnfc readw macro
204 #define readnfc readl macro

Completed in 7 milliseconds