Searched refs:sbus_level (Results 1 – 2 of 2) sorted by relevance
101 extern __inline__ int bw_get_intr_mask(int sbus_level) in bw_get_intr_mask() argument107 "r" (BW_LOCAL_BASE + BW_INTR_TABLE + (sbus_level << 3)), in bw_get_intr_mask()112 extern __inline__ void bw_clear_intr_mask(int sbus_level, int mask) in bw_clear_intr_mask() argument116 "r" (BW_LOCAL_BASE + BW_INTR_TABLE_CLEAR + (sbus_level << 3)), in bw_clear_intr_mask()
787 int pil, sbus_level = 0; in sbus_build_irq() local815 sbus_level = ino & 0x7; in sbus_build_irq()833 iclr += ((unsigned long)sbus_level - 1UL) * 8UL; in sbus_build_irq()835 return build_irq(pil, sbus_level, iclr, imap); in sbus_build_irq()