Searched refs:vf610_nfc_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 173 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read() 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() 197 (vf610_nfc_read(nfc, reg) & (~mask)) | val << shift); in vf610_nfc_set_field() 283 u32 tmp = vf610_nfc_read(nfc, NFC_IRQ_STATUS); in vf610_nfc_clear_status() 488 tmp = vf610_nfc_read(nfc, NFC_ROW_ADDR); in vf610_nfc_select_target() 517 ecc_status = vf610_nfc_read(nfc, ecc_status_off) & 0xff; in vf610_nfc_correct_data()
|