Home
last modified time | relevance | path

Searched refs:PCI_INTERRUPT_PIN (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/pcidump/
H A Dpcidump.c809 " Max Lat: %02x\n", PCI_INTERRUPT_REG, PCI_INTERRUPT_PIN(reg), in dump_type0()
876 PCI_INTERRUPT_REG, PCI_INTERRUPT_PIN(reg), in dump_type1()
933 PCI_INTERRUPT_REG, PCI_INTERRUPT_PIN(reg), in dump_type2()
/openbsd/sys/arch/hppa/dev/
H A Dapic.c133 printf(" pin=%d line=%d ", PCI_INTERRUPT_PIN(reg), in apic_intr_map()
/openbsd/sys/dev/pci/
H A Dpcireg.h673 #define PCI_INTERRUPT_PIN(icr) \ macro
H A Dpci.c474 pin = PCI_INTERRUPT_PIN(intr); in pci_probe_device()
/openbsd/sys/dev/acpi/
H A Dacpiprt.c400 if (PCI_INTERRUPT_PIN(reg) == pin + 1) { in acpiprt_prt_add()