Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1195 #define NFC_STAT 0xffc03704 /* NAND Status Register */ macro
DcdefBF522.h1064 #define bfin_read_NFC_STAT() bfin_read16(NFC_STAT)
1065 #define bfin_write_NFC_STAT(val) bfin_write16(NFC_STAT, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1441 #define NFC_STAT 0xffc03b04 /* NAND Status Register */ macro
DcdefBF54x_base.h2566 #define bfin_read_NFC_STAT() bfin_read16(NFC_STAT)
2567 #define bfin_write_NFC_STAT(val) bfin_write16(NFC_STAT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1285 D_RO(NFC_STAT, 16); in bfin_debug_mmrs_init()