Searched refs:NFC_CONFIG1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 49 #define NFC_CONFIG1 0x1E1A macro 68 /* Bit Definitions: NFC_CONFIG1 */ 206 nfc_set(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_irq() 220 nfc_clear(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_done() 259 nfc_clear(mtd, NFC_CONFIG1, NFC_CE); in mpc5121_nfc_select_chip() 266 nfc_set(mtd, NFC_CONFIG1, NFC_CE); in mpc5121_nfc_select_chip() 735 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe() 736 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe() 759 nfc_write(mtd, NFC_CONFIG1, NFC_BIG_ENDIAN | NFC_INT_MASK | in mpc5121_nfc_probe() 790 nfc_set(mtd, NFC_CONFIG1, NFC_PPB_3 in mpc5121_nfc_probe() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 49 #define NFC_CONFIG1 0x1E1A macro 68 /* Bit Definitions: NFC_CONFIG1 */ 206 nfc_set(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_irq() 220 nfc_clear(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_done() 259 nfc_clear(mtd, NFC_CONFIG1, NFC_CE); in mpc5121_nfc_select_chip() 266 nfc_set(mtd, NFC_CONFIG1, NFC_CE); in mpc5121_nfc_select_chip() 727 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe() 728 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe() 751 nfc_write(mtd, NFC_CONFIG1, NFC_BIG_ENDIAN | NFC_INT_MASK | in mpc5121_nfc_probe() 782 nfc_set(mtd, NFC_CONFIG1, NFC_PPB_3 in mpc5121_nfc_probe() [all...] |
Completed in 3 milliseconds