Home
last modified time | relevance | path

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

/freebsd/sys/i386/pci/
H A Dpci_pir.c188 if (entry->pe_bus == lookup->bus && in pci_pir_find_link_handler()
240 entry->pe_bus, entry->pe_device, in pci_pir_create_links()
315 irq = pci_pir_search_irq(entry->pe_bus, entry->pe_device, pin); in pci_pir_initial_irqs()
323 irq, entry->pe_bus, entry->pe_device, pin + 'A', in pci_pir_initial_irqs()
336 irq, entry->pe_bus, entry->pe_device, pin + 'A', in pci_pir_initial_irqs()
355 irq, entry->pe_bus, entry->pe_device, pin + 'A', in pci_pir_initial_irqs()
360 irq, entry->pe_bus, entry->pe_device, pin + 'A', in pci_pir_initial_irqs()
367 irq, entry->pe_bus, entry->pe_device, pin + 'A', in pci_pir_initial_irqs()
644 if (pci_route_table->pt_entry[i].pe_bus == bus) in pci_pir_probe()
680 pd->bus = entry->pe_bus; in pir_resume_find_device()
/freebsd/sys/i386/include/pc/
H A Dbios.h189 u_int8_t pe_bus; member