Searched refs:vf610_nfc_clear (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 189 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear() function 314 vf610_nfc_clear(nfc, NFC_IRQ_STATUS, IDLE_EN_BIT); in vf610_nfc_irq() 440 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_cmd() 711 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_preinit_controller() 712 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_ADDR_AUTO_INCR_BIT); in vf610_nfc_preinit_controller() 713 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_BUFNO_AUTO_INCR_BIT); in vf610_nfc_preinit_controller() 714 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_BOOT_MODE_BIT); in vf610_nfc_preinit_controller() 715 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_DMA_REQ_BIT); in vf610_nfc_preinit_controller() 729 vf610_nfc_clear(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_init_controller()
|