Home
last modified time | relevance | path

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

/arch/blackfin/mach-common/
Ddpmc_modes.S392 PM_SYS_PUSH(4, SIC_IAR1)
832 PM_SYS_POP(4, SIC_IAR1)
/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h30 #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ macro
DcdefBF532.h28 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
29 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1,val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h32 #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ macro
DcdefBF522.h38 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
39 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val)
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h36 #define SIC_IAR1 0xFFC00128 /* SIC Interrupt Assignment Register 1 */ macro
DcdefBF561.h38 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
39 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1,val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h29 #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ macro
DcdefBF512.h38 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
39 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val)
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h27 #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ macro
DcdefBF534.h32 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
33 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1,val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h29 #define SIC_IAR1 0xFFC00114 /* Interrupt Assignment Register 1 */ macro
DcdefBF538.h48 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
49 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h49 #define SIC_IAR1 0xffc00134 /* System Interrupt Assignment Register 1 */ macro
DcdefBF54x_base.h67 #define bfin_read_SIC_IAR1() bfin_read32(SIC_IAR1)
68 #define bfin_write_SIC_IAR1(val) bfin_write32(SIC_IAR1, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1460 D32(SIC_IAR1); in bfin_debug_mmrs_init()