Searched refs:RSI_ESTAT (Results 1 – 5 of 5) sorted by relevance
35 #define RSI_ESTAT 0xFFC038C0 /* RSI Exception Status Register */ macro
55 #define bfin_read_RSI_E_STATUS() bfin_read16(RSI_ESTAT)56 #define bfin_write_RSI_E_STATUS(val) bfin_write16(RSI_ESTAT, val)
60 #define RSI_ESTAT 0xFFC006C0 /* RSI0 Exception Status Register */ macro
3229 #define bfin_read_RSI_E_STATUS() bfin_read32(RSI_ESTAT)3230 #define bfin_write_RSI_E_STATUS(val) bfin_write32(RSI_ESTAT, val)
1383 D16(RSI_ESTAT); in bfin_debug_mmrs_init()