Searched refs:vf610_nfc_clear (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/mtd/nand/ |
| D | vf610_nfc.c | 219 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear() function 326 vf610_nfc_clear(nfc, NFC_IRQ_STATUS, IDLE_EN_BIT); in vf610_nfc_irq() 630 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_preinit_controller() 631 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_ADDR_AUTO_INCR_BIT); in vf610_nfc_preinit_controller() 632 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_BUFNO_AUTO_INCR_BIT); in vf610_nfc_preinit_controller() 633 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_BOOT_MODE_BIT); in vf610_nfc_preinit_controller() 634 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_DMA_REQ_BIT); in vf610_nfc_preinit_controller() 647 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_init_controller()
|