Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1199 #define NFC_ECC1 0xffc03714 /* NAND ECC Register 1 */ macro
DcdefBF522.h1072 #define bfin_read_NFC_ECC1() bfin_read16(NFC_ECC1)
1073 #define bfin_write_NFC_ECC1(val) bfin_write16(NFC_ECC1, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1445 #define NFC_ECC1 0xffc03b14 /* NAND ECC Register 1 */ macro
DcdefBF54x_base.h2574 #define bfin_read_NFC_ECC1() bfin_read16(NFC_ECC1)
2575 #define bfin_write_NFC_ECC1(val) bfin_write16(NFC_ECC1, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1277 D_RO(NFC_ECC1, 16); in bfin_debug_mmrs_init()