Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dvf610_nfc.c209 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write() function
216 vf610_nfc_write(nfc, reg, vf610_nfc_read(nfc, reg) | bits); in vf610_nfc_set()
221 vf610_nfc_write(nfc, reg, vf610_nfc_read(nfc, reg) & ~bits); in vf610_nfc_clear()
227 vf610_nfc_write(nfc, reg, in vf610_nfc_set_field()
251 vf610_nfc_write(nfc, NFC_IRQ_STATUS, tmp); in vf610_nfc_clear_status()
305 vf610_nfc_write(nfc, NFC_FLASH_CMD2, tmp); in vf610_nfc_send_command()
318 vf610_nfc_write(nfc, NFC_FLASH_CMD1, tmp); in vf610_nfc_send_commands()
354 vf610_nfc_write(nfc, NFC_SECTOR_SIZE, size); in vf610_nfc_transfer_size()
539 vf610_nfc_write(nfc, NFC_ROW_ADDR, tmp); in vf610_nfc_select_chip()