Searched refs:pci_read_device (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_pcibus.c | 201 dinfo = (struct ofw_pcibus_devinfo *)pci_read_device(pcib, dev, in ofw_pcibus_enum_devtree() 259 dinfo = (struct ofw_pcibus_devinfo *)pci_read_device( in ofw_pcibus_enum_bus()
|
/freebsd/sys/dev/pci/ |
H A D | pci_private.h | 126 struct pci_devinfo *pci_read_device(device_t pcib, device_t bus, int d, int b,
|
H A D | pci.c | 679 pci_read_device(device_t pcib, device_t bus, int d, int b, int s, int f) in pci_read_device() function 4124 dinfo = pci_read_device(pcib, dev, domain, busno, slot, func); in pci_identify_function()
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus.c | 195 pci_read_device(brdev, cbdev, domain, bus, slot, func); in cardbus_attach_card()
|