Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h53 #define SDH_RESPONSE3 0xffc03920 /* SDH Response3 */ macro
DdefBF547.h161 #define SDH_RESPONSE3 0xffc03920 /* SDH Response3 */ macro
DcdefBF542.h86 #define bfin_read_SDH_RESPONSE3() bfin_read32(SDH_RESPONSE3)
87 #define bfin_write_SDH_RESPONSE3(val) bfin_write32(SDH_RESPONSE3, val)
DcdefBF547.h244 #define bfin_read_SDH_RESPONSE3() bfin_read32(SDH_RESPONSE3)
245 #define bfin_write_SDH_RESPONSE3(val) bfin_write32(SDH_RESPONSE3, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1446 D_RO(SDH_RESPONSE3, 32); in bfin_debug_mmrs_init()