Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1196 #define NFC_IRQSTAT 0xffc03708 /* NAND Interrupt Status Register */ macro
DcdefBF522.h1066 #define bfin_read_NFC_IRQSTAT() bfin_read16(NFC_IRQSTAT)
1067 #define bfin_write_NFC_IRQSTAT(val) bfin_write16(NFC_IRQSTAT, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1442 #define NFC_IRQSTAT 0xffc03b08 /* NAND Interrupt Status Register */ macro
DcdefBF54x_base.h2568 #define bfin_read_NFC_IRQSTAT() bfin_read16(NFC_IRQSTAT)
2569 #define bfin_write_NFC_IRQSTAT(val) bfin_write16(NFC_IRQSTAT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1281 D16(NFC_IRQSTAT); in bfin_debug_mmrs_init()