Home
last modified time | relevance | path

Searched refs:ICH9_LPC_PIC_NUM_PINS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c215 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()
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h174 #define ICH9_LPC_PIC_NUM_PINS 16 macro