Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/i386/pci/
Dpci_intr_fixup.c506 pci_intr_route_link(pc, ihp) in pci_intr_route_link() argument
508 pci_intr_handle_t *ihp;
518 if (ihp->line != 0 &&
519 ihp->line != I386_PCI_INTERRUPT_LINE_NO_CONNECTION)
520 pcibios_pir_header.exclusive_irq |= (1 << ihp->line);
522 l = ihp->link;
561 if (ihp->line == 14 || ihp->line == 15)
564 intr = pci_conf_read(pc, ihp->tag, PCI_INTERRUPT_REG);
565 if (ihp->line != PCI_INTERRUPT_LINE(intr)) {
567 intr |= (ihp->line << PCI_INTERRUPT_LINE_SHIFT);
[all …]
Dpci_machdep.c476 pci_intr_map(pa, ihp) in pci_intr_map() argument
478 pci_intr_handle_t *ihp;
497 ihp->line = line;
498 ihp->pin = pin;
500 pci_intr_header_fixup(pc, intrtag, ihp);
501 line = ihp->line;
535 ihp->line = -1;