Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1204 #define NFC_PGCTL 0xffc03728 /* NAND Page Control Register */ macro
DcdefBF522.h1082 #define bfin_read_NFC_PGCTL() bfin_read16(NFC_PGCTL)
1083 #define bfin_write_NFC_PGCTL(val) bfin_write16(NFC_PGCTL, val)
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1450 #define NFC_PGCTL 0xffc03b28 /* NAND Page Control Register */ macro
DcdefBF54x_base.h2584 #define bfin_read_NFC_PGCTL() bfin_read16(NFC_PGCTL)
2585 #define bfin_write_NFC_PGCTL(val) bfin_write16(NFC_PGCTL, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1282 D_WO(NFC_PGCTL, 16); in bfin_debug_mmrs_init()