Searched refs:vf610_nfc_write (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 178 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write() function 185 vf610_nfc_write(nfc, reg, vf610_nfc_read(nfc, reg) | bits); in vf610_nfc_set() 190 vf610_nfc_write(nfc, reg, vf610_nfc_read(nfc, reg) & ~bits); in vf610_nfc_clear() 196 vf610_nfc_write(nfc, reg, in vf610_nfc_set_field() 286 vf610_nfc_write(nfc, NFC_IRQ_STATUS, tmp); in vf610_nfc_clear_status() 335 vf610_nfc_write(nfc, NFC_SECTOR_SIZE, trfr_sz); in vf610_nfc_run() 336 vf610_nfc_write(nfc, NFC_FLASH_CMD1, cmd1); in vf610_nfc_run() 337 vf610_nfc_write(nfc, NFC_FLASH_CMD2, cmd2); in vf610_nfc_run() 493 vf610_nfc_write(nfc, NFC_ROW_ADDR, tmp); in vf610_nfc_select_target()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 205 static inline void vf610_nfc_write(struct mtd_info *mtd, uint reg, u32 val) in vf610_nfc_write() function 214 vf610_nfc_write(mtd, reg, vf610_nfc_read(mtd, reg) | bits); in vf610_nfc_set() 219 vf610_nfc_write(mtd, reg, vf610_nfc_read(mtd, reg) & ~bits); in vf610_nfc_clear() 225 vf610_nfc_write(mtd, reg, in vf610_nfc_set_field() 534 vf610_nfc_write(mtd, NFC_ROW_ADDR, tmp); in vf610_nfc_select_chip()
|