Lines Matching defs:pcib
81 legacy_pcib_route_interrupt(device_t pcib, device_t dev, int pin)
96 legacy_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount,
101 bus = device_get_parent(pcib);
107 legacy_pcib_alloc_msix(device_t pcib, device_t dev, int *irq)
111 bus = device_get_parent(pcib);
116 legacy_pcib_map_msi(device_t pcib, device_t dev, int irq, uint64_t *addr,
122 bus = device_get_parent(pcib);
127 slot = legacy_get_pcislot(pcib);
128 func = legacy_get_pcifunc(pcib);
372 * Scan the first pci bus for host-pci bridges and add pcib instances
450 "pcib") != 0)
465 "pcib", busnum);
493 child = BUS_ADD_CHILD(parent, 100, "pcib", 0);
663 /* pcib interface */
678 DEFINE_CLASS_0(pcib, legacy_pcib_driver, legacy_pcib_methods, 1);
679 DRIVER_MODULE(pcib, legacy, legacy_pcib_driver, 0, 0);
734 /* pcib interface */
739 DEFINE_CLASS_1(pcib, pcibios_pcib_driver, pcibios_pcib_pci_methods,