Home
last modified time | relevance | path

Searched refs:pcibios_pir_header (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/i386/pci/
H A Dpcibios.c99 struct pcibios_pir_header pcibios_pir_header; variable
276 memcpy(&pcibios_pir_header, p, 32); in pcibios_pir_init()
283 pcibios_pir_header.router_bus, in pcibios_pir_init()
284 PIR_DEVFUNC_DEVICE(pcibios_pir_header.router_devfunc), in pcibios_pir_init()
285 PIR_DEVFUNC_FUNCTION(pcibios_pir_header.router_devfunc)); in pcibios_pir_init()
286 if (pcibios_pir_header.compat_router != 0) { in pcibios_pir_init()
288 pci_devinfo(pcibios_pir_header.compat_router, in pcibios_pir_init()
321 &pcibios_pir_header.exclusive_irq) != PCIBIOS_SUCCESS) { in pcibios_pir_init()
470 if (pcibios_pir_header.exclusive_irq) { in pcibios_print_exclirq()
473 if (pcibios_pir_header.exclusive_irq & (1 << i)) in pcibios_print_exclirq()
H A Dpci_intr_fixup.c795 if (pcibios_pir_header.signature != 0 && in pci_intr_fixup()
796 (pcibios_pir_header.router_bus != 0 || in pci_intr_fixup()
797 PIR_DEVFUNC_DEVICE(pcibios_pir_header.router_devfunc) != 0 || in pci_intr_fixup()
798 PIR_DEVFUNC_FUNCTION(pcibios_pir_header.router_devfunc) != 0 || in pci_intr_fixup()
799 pcibios_pir_header.compat_router != 0)) { in pci_intr_fixup()
800 icutag = pci_make_tag(pc, pcibios_pir_header.router_bus, in pci_intr_fixup()
801 PIR_DEVFUNC_DEVICE(pcibios_pir_header.router_devfunc), in pci_intr_fixup()
802 PIR_DEVFUNC_FUNCTION(pcibios_pir_header.router_devfunc)); in pci_intr_fixup()
809 icuid = pcibios_pir_header.compat_router; in pci_intr_fixup()
875 if (pcibios_pir_header.signature != 0 && icuid != 0) in pci_intr_fixup()
H A Dpcibios.h69 struct pcibios_pir_header { struct
87 extern struct pcibios_pir_header pcibios_pir_header; argument