Home
last modified time | relevance | path

Searched refs:RSI_PWR_CONTROL (Results 1 – 3 of 3) sorted by relevance

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h15 #define RSI_PWR_CONTROL 0xFFC03800 /* RSI Power Control Register */ macro
DcdefBF514.h15 #define bfin_read_RSI_PWR_CTL() bfin_read16(RSI_PWR_CONTROL)
16 #define bfin_write_RSI_PWR_CTL(val) bfin_write16(RSI_PWR_CONTROL, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1396 D16(RSI_PWR_CONTROL); in bfin_debug_mmrs_init()