Home
last modified time | relevance | path

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

/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)
/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)
/arch/blackfin/kernel/
Ddebug-mmrs.c1283 D_RO(NFC_READ, 16); in bfin_debug_mmrs_init()