Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h52 #define SDH_RESPONSE2 0xffc0391c /* SDH Response2 */ macro
DdefBF547.h160 #define SDH_RESPONSE2 0xffc0391c /* SDH Response2 */ macro
DcdefBF542.h84 #define bfin_read_SDH_RESPONSE2() bfin_read32(SDH_RESPONSE2)
85 #define bfin_write_SDH_RESPONSE2(val) bfin_write32(SDH_RESPONSE2, val)
DcdefBF547.h242 #define bfin_read_SDH_RESPONSE2() bfin_read32(SDH_RESPONSE2)
243 #define bfin_write_SDH_RESPONSE2(val) bfin_write32(SDH_RESPONSE2, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1445 D_RO(SDH_RESPONSE2, 32); in bfin_debug_mmrs_init()