Home
last modified time | relevance | path

Searched refs:SIC_IAR2 (Results 1 – 16 of 16) sorted by relevance

/arch/blackfin/include/asm/
Ddpmc.h193 PM_SYS_PUSH(5, SIC_IAR2)
347 PM_SYS_POP(5, SIC_IAR2)
/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h31 #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ macro
DcdefBF532.h30 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
31 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2,val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h33 #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ macro
DcdefBF522.h40 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
41 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h30 #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ macro
DcdefBF512.h40 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
41 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val)
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h37 #define SIC_IAR2 0xFFC0012C /* SIC Interrupt Assignment Register 2 */ macro
DcdefBF561.h40 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
41 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2,val)
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h28 #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ macro
DcdefBF534.h34 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
35 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2,val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h30 #define SIC_IAR2 0xFFC00118 /* Interrupt Assignment Register 2 */ macro
DcdefBF538.h50 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
51 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h50 #define SIC_IAR2 0xffc00138 /* System Interrupt Assignment Register 2 */ macro
DcdefBF54x_base.h69 #define bfin_read_SIC_IAR2() bfin_read32(SIC_IAR2)
70 #define bfin_write_SIC_IAR2(val) bfin_write32(SIC_IAR2, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1464 D32(SIC_IAR2); in bfin_debug_mmrs_init()