Searched refs:pxb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/x86/pci/ |
H A D | pci_bus.c | 145 static uint8_t pxb[4]; /* hack for 450nx */ in legacy_pcib_is_host_bridge() local 205 pxb[0] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 207 pxb[1] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 209 pxb[2] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 211 pxb[3] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge() 218 *busnum = pxb[0]; in legacy_pcib_is_host_bridge() 222 *busnum = pxb[1]; in legacy_pcib_is_host_bridge() 226 *busnum = pxb[2]; in legacy_pcib_is_host_bridge() 230 *busnum = pxb[3]; in legacy_pcib_is_host_bridge()
|