Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c178 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()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c204 static inline void vf610_nfc_write(struct mtd_info *mtd, uint reg, u32 val) in vf610_nfc_write() function
213 vf610_nfc_write(mtd, reg, vf610_nfc_read(mtd, reg) | bits); in vf610_nfc_set()
218 vf610_nfc_write(mtd, reg, vf610_nfc_read(mtd, reg) & ~bits); in vf610_nfc_clear()
224 vf610_nfc_write(mtd, reg, in vf610_nfc_set_field()
533 vf610_nfc_write(mtd, NFC_ROW_ADDR, tmp); in vf610_nfc_select_chip()