Searched defs:bfin_read_SIC_ISR (Results 1 – 7 of 7) sorted by relevance
36 #define bfin_read_SIC_ISR(x) bfin_read32(__SIC_MUX(SIC_ISR0, x)) macro
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