Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dmpc5121_nfc.c50 #define NFC_CONFIG2 0x1E1C macro
154 nfc_write(mtd, NFC_CONFIG2, NFC_ADDRESS); in mpc5121_nfc_send_addr()
162 nfc_write(mtd, NFC_CONFIG2, NFC_COMMAND); in mpc5121_nfc_send_cmd()
170 nfc_write(mtd, NFC_CONFIG2, NFC_INPUT); in mpc5121_nfc_send_prog_page()
178 nfc_write(mtd, NFC_CONFIG2, NFC_OUTPUT); in mpc5121_nfc_send_read_page()
186 nfc_write(mtd, NFC_CONFIG2, NFC_ID); in mpc5121_nfc_send_read_id()
194 nfc_write(mtd, NFC_CONFIG2, NFC_STATUS); in mpc5121_nfc_send_read_status()
218 if ((nfc_read(mtd, NFC_CONFIG2) & NFC_INT) == 0) { in mpc5121_nfc_done()
221 (nfc_read(mtd, NFC_CONFIG2) & NFC_INT), NFC_TIMEOUT); in mpc5121_nfc_done()
228 nfc_clear(mtd, NFC_CONFIG2, NFC_INT); in mpc5121_nfc_done()