Searched refs:SIC_ISR1 (Results 1 – 11 of 11) sorted by relevance
44 #define SIC_ISR1 0xFFC00160 /* Interrupt Statur register */ macro
67 #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1)68 #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1, val)
44 #define SIC_ISR1 0xFFC00118 /* SIC Interrupt Status register 1 */ macro
54 #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1)55 #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1,val)
41 #define SIC_ISR1 0xFFC00160 /* Interrupt Statur register */ macro
35 #define SIC_ISR1 0xFFC0012C /* Interrupt Status Register 1 */ macro
36 #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1)37 #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1, val)38 #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0))39 #define bfin_write_SIC_ISR(x, val) bfin_write32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0), val)
43 #define SIC_ISR1 0xffc0011c /* System Interrupt Status Register 1 */ macro
52 #define bfin_read_SIC_ISR1() bfin_read32(SIC_ISR1)53 #define bfin_write_SIC_ISR1(val) bfin_write32(SIC_ISR1, val)
1488 D32(SIC_ISR1); in bfin_debug_mmrs_init()