Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h39 #define RSI_PID0 0xFFC038D0 /* RSI Peripheral ID Register 0 */ macro
DcdefBF514.h63 #define bfin_read_RSI_PID0() bfin_read16(RSI_PID0)
64 #define bfin_write_RSI_PID0(val) bfin_write16(RSI_PID0, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h64 #define RSI_PID0 0xFFC006D0 /* RSI0 Peripheral Identification Register */ macro
DcdefBF60x_base.h3237 #define bfin_read_RSI_PID0() bfin_read16(RSI_PID0)
3238 #define bfin_write_RSI_PID0(val) bfin_write16(RSI_PID0, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1388 D16(RSI_PID0); in bfin_debug_mmrs_init()