Searched refs:ICH9_LPC_PIC_NUM_PINS (Results 1 – 2 of 2) sorted by relevance
215 assert(gsi < ICH9_LPC_PIC_NUM_PINS); in ich9_lpc_update_pic()237 return pirq + ICH9_LPC_PIC_NUM_PINS; in ich9_pirq_to_gsi()242 return gsi - ICH9_LPC_PIC_NUM_PINS; in ich9_gsi_to_pirq()250 assert(gsi >= ICH9_LPC_PIC_NUM_PINS); in ich9_lpc_update_apic()300 if (pic_irq < ICH9_LPC_PIC_NUM_PINS) { in ich9_route_intx_pin_to_irq()375 if (irq >= ICH9_LPC_PIC_NUM_PINS) { in ich9_set_sci()
174 #define ICH9_LPC_PIC_NUM_PINS 16 macro