Searched refs:nfc_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 122 static inline u16 nfc_read(struct mtd_info *mtd, uint reg) in nfc_read() function 142 nfc_write(mtd, reg, nfc_read(mtd, reg) | bits); in nfc_set() 148 nfc_write(mtd, reg, nfc_read(mtd, reg) & ~bits); in nfc_clear() 219 if ((nfc_read(mtd, NFC_CONFIG2) & NFC_INT) == 0) { in mpc5121_nfc_done() 222 (nfc_read(mtd, NFC_CONFIG2) & NFC_INT), NFC_TIMEOUT); in mpc5121_nfc_done() 736 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 122 static inline u16 nfc_read(struct mtd_info *mtd, uint reg) in nfc_read() function 142 nfc_write(mtd, reg, nfc_read(mtd, reg) | bits); in nfc_set() 148 nfc_write(mtd, reg, nfc_read(mtd, reg) & ~bits); in nfc_clear() 219 if ((nfc_read(mtd, NFC_CONFIG2) & NFC_INT) == 0) { in mpc5121_nfc_done() 222 (nfc_read(mtd, NFC_CONFIG2) & NFC_INT), NFC_TIMEOUT); in mpc5121_nfc_done() 728 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
|
Completed in 3 milliseconds