Searched refs:sbus_to_pil (Results 1 – 1 of 1) sorted by relevance
66 static int sbus_to_pil[] = { variable256 if (sbint >= sizeof(sbus_to_pil)) { in sun4d_sbint_to_irq()260 return sun4d_build_irq(sdev, sbus_to_pil[sbint]); in sun4d_sbint_to_irq()343 cc_set_imsk_other(tid, cc_get_imsk_other(tid) | (1 << sbus_to_pil[(irq >> 2) & 7])); in sun4d_disable_irq()346 cc_set_imsk(cc_get_imsk() | (1 << sbus_to_pil[(irq >> 2) & 7])); in sun4d_disable_irq()360 cc_set_imsk_other(tid, cc_get_imsk_other(tid) & ~(1 << sbus_to_pil[(irq >> 2) & 7])); in sun4d_enable_irq()363 cc_set_imsk(cc_get_imsk() & ~(1 << sbus_to_pil[(irq >> 2) & 7])); in sun4d_enable_irq()544 sprintf(buff, "%d,%x", sbus_to_pil[(irq >> 2) & 7], irq); in sun4d_irq_itoa()