Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h40 #define RSI_PID1 0xFFC038D4 /* RSI Peripheral ID Register 1 */ macro
DcdefBF514.h65 #define bfin_read_RSI_PID1() bfin_read16(RSI_PID1)
66 #define bfin_write_RSI_PID1(val) bfin_write16(RSI_PID1, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h65 #define RSI_PID1 0xFFC006D4 /* RSI0 Peripheral Identification Register */ macro
DcdefBF60x_base.h3239 #define bfin_read_RSI_PID1() bfin_read16(RSI_PID1)
3240 #define bfin_write_RSI_PID1(val) bfin_write16(RSI_PID1, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1388 D16(RSI_PID1); in bfin_debug_mmrs_init()