Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h35 #define RSI_ESTAT 0xFFC038C0 /* RSI Exception Status Register */ macro
DcdefBF514.h55 #define bfin_read_RSI_E_STATUS() bfin_read16(RSI_ESTAT)
56 #define bfin_write_RSI_E_STATUS(val) bfin_write16(RSI_ESTAT, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h60 #define RSI_ESTAT 0xFFC006C0 /* RSI0 Exception Status Register */ macro
DcdefBF60x_base.h3229 #define bfin_read_RSI_E_STATUS() bfin_read32(RSI_ESTAT)
3230 #define bfin_write_RSI_E_STATUS(val) bfin_write32(RSI_ESTAT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1383 D16(RSI_ESTAT); in bfin_debug_mmrs_init()