Lines Matching refs:ihp
119 pci_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *ihp)
132 return (*ipc->pc_ov->ov_intr_map)(ipc->pc_ctx, pa, ihp);
140 *ihp = 0;
157 (dev << 2) | (rawpin - PCI_INTERRUPT_PIN_A), ihp) == 0) {
158 if (APIC_IRQ_LEGACY_IRQ(*ihp) == 0)
159 *ihp |= line;
199 if (intr_find_mpmapping(mp_isa_bus, line, ihp) == 0) {
200 if ((*ihp & 0xff) == 0)
201 *ihp |= line;
205 if (intr_find_mpmapping(mp_eisa_bus, line, ihp) == 0) {
206 if ((*ihp & 0xff) == 0)
207 *ihp |= line;
217 *ihp = line;
221 *ihp = -1;