Searched refs:pcibios_pir_header (Results 1 – 3 of 3) sorted by relevance
99 struct pcibios_pir_header pcibios_pir_header; variable276 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()
795 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()
69 struct pcibios_pir_header { struct87 extern struct pcibios_pir_header pcibios_pir_header; argument