Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dbf5xx_nand.c778 chip->IO_ADDR_R = (void __iomem *) NFC_READ; in bf5xx_nand_probe()
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1205 #define NFC_READ 0xffc0372c /* NAND Read Data Register */ macro
DcdefBF522.h1084 #define bfin_read_NFC_READ() bfin_read16(NFC_READ)
1085 #define bfin_write_NFC_READ(val) bfin_write16(NFC_READ, val)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1451 #define NFC_READ 0xffc03b2c /* NAND Read Data Register */ macro
DcdefBF54x_base.h2586 #define bfin_read_NFC_READ() bfin_read16(NFC_READ)
2587 #define bfin_write_NFC_READ(val) bfin_write16(NFC_READ, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1283 D_RO(NFC_READ, 16); in bfin_debug_mmrs_init()