Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf527/boards/
Dad7160eval.c181 .start = NFC_CTL,
Dezbrd.c169 .start = NFC_CTL,
Dcm_bf527.c161 .start = NFC_CTL,
Dezkit.c255 .start = NFC_CTL,
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1194 #define NFC_CTL 0xffc03700 /* NAND Control Register */ macro
DcdefBF522.h1062 #define bfin_read_NFC_CTL() bfin_read16(NFC_CTL)
1063 #define bfin_write_NFC_CTL(val) bfin_write16(NFC_CTL, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1440 #define NFC_CTL 0xffc03b00 /* NAND Control Register */ macro
DcdefBF54x_base.h2564 #define bfin_read_NFC_CTL() bfin_read16(NFC_CTL)
2565 #define bfin_write_NFC_CTL(val) bfin_write16(NFC_CTL, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1273 D16(NFC_CTL); in bfin_debug_mmrs_init()