Searched refs:readnfc (Results 1 – 3 of 3) sorted by relevance
31 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready()35 tmp = readnfc(&nfc->config2); in nfc_wait_ready()39 while (!(readnfc(&nfc_ip->ipc) & NFC_V3_IPC_INT)) in nfc_wait_ready()43 tmp = readnfc(&nfc_ip->ipc); in nfc_wait_ready()55 tmp = (readnfc(&nfc_ip->config2) & ~(NFC_V3_CONFIG2_SPAS_MASK | in nfc_nand_init()97 config1 = readnfc(&nfc->config1) | NFC_V1_V2_CONFIG1_ECC_EN | in nfc_nand_init()166 int config1 = readnfc(&nfc->config1); in nfc_nand_data_output()212 int config1 = readnfc(&nfc->config1); in nfc_nand_read_page()
119 tmp = readnfc(&host->regs->config2);124 tmp = readnfc(&host->ip_regs->ipc);199 uint32_t tmp = readnfc(&host->regs->config1);207 uint32_t config1 = readnfc(&host->regs->config1);233 uint32_t tmp = readnfc(&host->regs->config1);241 uint32_t config1 = readnfc(&host->regs->config1);280 tmp = readnfc(&host->regs->config1);286 tmp = readnfc(&host->regs->config1);317 tmp = readnfc(&host->regs->config1);334 ret = readnfc(&host->regs->config1) >> 16;[all …]
200 #define readnfc readw macro204 #define readnfc readl macro