Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1198 #define NFC_ECC0 0xffc03710 /* NAND ECC Register 0 */ macro
DcdefBF522.h1070 #define bfin_read_NFC_ECC0() bfin_read16(NFC_ECC0)
1071 #define bfin_write_NFC_ECC0(val) bfin_write16(NFC_ECC0, val)
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1444 #define NFC_ECC0 0xffc03b10 /* NAND ECC Register 0 */ macro
DcdefBF54x_base.h2572 #define bfin_read_NFC_ECC0() bfin_read16(NFC_ECC0)
2573 #define bfin_write_NFC_ECC0(val) bfin_write16(NFC_ECC0, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1276 D_RO(NFC_ECC0, 16); in bfin_debug_mmrs_init()