Searched refs:sbus_level (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dobio.h102 static inline int bw_get_intr_mask(int sbus_level) argument
108 "r" (BW_LOCAL_BASE + BW_INTR_TABLE + (sbus_level << 3)),
113 static inline void bw_clear_intr_mask(int sbus_level, int mask) argument
117 "r" (BW_LOCAL_BASE + BW_INTR_TABLE_CLEAR + (sbus_level << 3)),
/linux-master/arch/sparc/kernel/
H A Dsbus.c216 int sbus_level = 0; local
235 sbus_level = ino & 0x7;
253 iclr += ((unsigned long)sbus_level - 1UL) * 8UL;
255 return build_irq(sbus_level, iclr, imap);
H A Dprom_irqtrans.c657 int sbus_level = 0; local
683 sbus_level = ino & 0x7;
701 iclr += ((unsigned long)sbus_level - 1UL) * 8UL;
703 return build_irq(sbus_level, iclr, imap);

Completed in 101 milliseconds