Searched refs:bfin_read_SIC_ISR (Results 1 – 8 of 8) sorted by relevance
36 #define bfin_read_SIC_ISR(x) bfin_read32(__SIC_MUX(SIC_ISR0, x)) macro
1344 sic_status = bfin_read_SIC_IMASK() & bfin_read_SIC_ISR(); in do_irq()1416 sic_status = bfin_read_SIC_IMASK() & bfin_read_SIC_ISR(); in __ipipe_grab_irq()
36 #define bfin_read_SIC_ISR() bfin_read32(SIC_ISR) macro
47 #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + (x << 6)) macro
38 #define bfin_read_SIC_ISR() bfin_read32(SIC_ISR) macro
38 #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + x * (SIC_ISR1 - SIC_ISR0)) macro
56 #define bfin_read_SIC_ISR(x) bfin_read32(SIC_ISR0 + (x << 2)) macro