Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf518/include/mach/
DdefBF514.h42 #define RSI_PID3 0xFFC038DC /* RSI Peripheral ID Register 3 */ macro
DcdefBF514.h69 #define bfin_read_RSI_PID3() bfin_read16(RSI_PID3)
70 #define bfin_write_RSI_PID3(val) bfin_write16(RSI_PID3, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h67 #define RSI_PID3 0xFFC006DC /* RSI0 Peripheral Identification Register */ macro
DcdefBF60x_base.h3243 #define bfin_read_RSI_PID3() bfin_read16(RSI_PID3)
3244 #define bfin_write_RSI_PID3(val) bfin_write16(RSI_PID3, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1391 D16(RSI_PID3); in bfin_debug_mmrs_init()