Home
last modified time | relevance | path

Searched refs:pxb (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/pci/x86_64/
HDpci_bus.c116 static uint8_t pxb[4]; /* hack for 450nx */ in legacy_pcib_is_host_bridge() local
176 pxb[0] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge()
178 pxb[1] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge()
180 pxb[2] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge()
182 pxb[3] = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_is_host_bridge()
189 *busnum = pxb[0]; in legacy_pcib_is_host_bridge()
193 *busnum = pxb[1]; in legacy_pcib_is_host_bridge()
197 *busnum = pxb[2]; in legacy_pcib_is_host_bridge()
201 *busnum = pxb[3]; in legacy_pcib_is_host_bridge()