Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1272 #define NFC_ECC3 0xffc0371c /* NAND ECC Register 3 */ macro
DcdefBF522.h1076 #define bfin_read_NFC_ECC3() bfin_read16(NFC_ECC3)
1077 #define bfin_write_NFC_ECC3(val) bfin_write16(NFC_ECC3, val)
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1447 #define NFC_ECC3 0xffc03b1c /* NAND ECC Register 3 */ macro
DcdefBF54x_base.h2578 #define bfin_read_NFC_ECC3() bfin_read16(NFC_ECC3)
2579 #define bfin_write_NFC_ECC3(val) bfin_write16(NFC_ECC3, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1275 D_RO(NFC_ECC3, 16); in bfin_debug_mmrs_init()