Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h22 #define RSI_RESPONSE2 0xFFC0381C /* RSI Response Register */ macro
DcdefBF514.h29 #define bfin_read_RSI_RESPONSE2() bfin_read32(RSI_RESPONSE2)
30 #define bfin_write_RSI_RESPONSE2(val) bfin_write32(RSI_RESPONSE2, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h43 #define RSI_RESPONSE2 0xFFC0061C /* RSI0 Response 2 Register */ macro
DcdefBF60x_base.h3201 #define bfin_read_RSI_RESPONSE2() bfin_read32(RSI_RESPONSE2)
3202 #define bfin_write_RSI_RESPONSE2(val) bfin_write32(RSI_RESPONSE2, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1400 D32(RSI_RESPONSE2); in bfin_debug_mmrs_init()