Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h23 #define RSI_RESPONSE3 0xFFC03820 /* RSI Response Register */ macro
DcdefBF514.h31 #define bfin_read_RSI_RESPONSE3() bfin_read32(RSI_RESPONSE3)
32 #define bfin_write_RSI_RESPONSE3(val) bfin_write32(RSI_RESPONSE3, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h44 #define RSI_RESPONSE3 0xFFC00620 /* RSI0 Response 3 Register */ macro
DcdefBF60x_base.h3203 #define bfin_read_RSI_RESPONSE3() bfin_read32(RSI_RESPONSE3)
3204 #define bfin_write_RSI_RESPONSE3(val) bfin_write32(RSI_RESPONSE3, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1400 D32(RSI_RESPONSE3); in bfin_debug_mmrs_init()