Searched refs:pxb (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/x86/pci/ |
| H A D | pci_bus.c | 147 static uint8_t pxb[4]; /* hack for 450nx */ in legacy_pcib_is_host_bridge() local 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() 220 *busnum = pxb[0]; in legacy_pcib_is_host_bridge() 224 *busnum = pxb[1]; in legacy_pcib_is_host_bridge() 228 *busnum = pxb[2]; in legacy_pcib_is_host_bridge() 232 *busnum = pxb[3]; in legacy_pcib_is_host_bridge()
|