Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1200 #define NFC_ECC2 0xffc03718 /* NAND ECC Register 2 */ macro
DcdefBF522.h1074 #define bfin_read_NFC_ECC2() bfin_read16(NFC_ECC2)
1075 #define bfin_write_NFC_ECC2(val) bfin_write16(NFC_ECC2, val)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1446 #define NFC_ECC2 0xffc03b18 /* NAND ECC Register 2 */ macro
DcdefBF54x_base.h2576 #define bfin_read_NFC_ECC2() bfin_read16(NFC_ECC2)
2577 #define bfin_write_NFC_ECC2(val) bfin_write16(NFC_ECC2, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1278 D_RO(NFC_ECC2, 16); in bfin_debug_mmrs_init()