Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1203 #define NFC_RST 0xffc03724 /* NAND ECC Reset Register */ macro
DcdefBF522.h1080 #define bfin_read_NFC_RST() bfin_read16(NFC_RST)
1081 #define bfin_write_NFC_RST(val) bfin_write16(NFC_RST, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1449 #define NFC_RST 0xffc03b24 /* NAND ECC Reset Register */ macro
DcdefBF54x_base.h2582 #define bfin_read_NFC_RST() bfin_read16(NFC_RST)
2583 #define bfin_write_NFC_RST(val) bfin_write16(NFC_RST, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1284 D16(NFC_RST); in bfin_debug_mmrs_init()