Searched refs:legacy_pcib_read_config (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/x86/pci/ |
| H A D | pci_bus.c | 193 *busnum = legacy_pcib_read_config(0, bus, slot, func, 0x4a, 1); in legacy_pcib_is_host_bridge() 207 pxb[0] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 209 pxb[1] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 211 pxb[2] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 213 pxb[3] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 304 *busnum = legacy_pcib_read_config(0, bus, slot, func, 0x44, 1); in legacy_pcib_is_host_bridge() 404 hdrtype = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_identify() 429 id = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_identify() 433 class = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_identify() 435 subclass = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_identify() [all …]
|
| H A D | qpi.c | 303 DEVMETHOD(pcib_read_config, legacy_pcib_read_config),
|
| /f-stack/freebsd/x86/include/ |
| H A D | legacyvar.h | 52 uint32_t legacy_pcib_read_config(device_t dev, u_int bus, u_int slot,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mptable_pci.c | 190 DEVMETHOD(pcib_read_config, legacy_pcib_read_config),
|