Searched refs:hinfc_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/mtd/nand/ |
| D | hisi504_nand.c | 155 static inline unsigned int hinfc_read(struct hinfc_host *host, unsigned int reg) in hinfc_read() function 172 val = hinfc_read(host, HINFC504_STATUS); in wait_controller_finished() 177 val = hinfc_read(host, HINFC504_STATUS); in wait_controller_finished() 241 val = hinfc_read(host, HINFC504_DMA_CTRL); in hisi_nfc_dma_transfer() 495 flag = hinfc_read(host, HINFC504_CON); in hisi_nfc_cmdfunc() 527 flag = hinfc_read(host, HINFC504_INTS); in hinfc_irq_handle() 560 status_ecc = hinfc_read(host, HINFC504_ECC_STATUS) >> in hisi_nand_read_page_hwecc() 608 host->version = hinfc_read(host, HINFC_VERSION); in hisi_nfc_host_init() 684 flag = hinfc_read(host, HINFC504_CON); in hisi_nfc_ecc_probe() 691 flag = hinfc_read(host, HINFC504_INTEN) & 0xfff; in hisi_nfc_ecc_probe() [all …]
|