Searched refs:pci_read_device (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_pcibus.c | 202 dinfo = (struct ofw_pcibus_devinfo *)pci_read_device(pcib, dev, in ofw_pcibus_enum_devtree() 260 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 | 720 pci_read_device(device_t pcib, device_t bus, int d, int b, int s, int f) in pci_read_device() function 4233 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()
|