Searched defs:bus_dev_fn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c174 void pci16_w_addr(uint16_t bus_dev_fn, uint16_t ofs, uint16_t cfg_addr);
188 void PCIxx(select_reg)(uint16_t bus_dev_fn, uint16_t ofs) argument
190 pci16_w_addr(bus_dev_fn, ofs & ~3, PCI_CFG_ADDR);
224 uint16_t bus_dev_fn; local
238 bus_dev_fn = 0; /* Start at the beginning. */
249 if ((bus_dev_fn & 7) == 0) {
250 PCIxx(select_reg)(bus_dev_fn, PCI_HEADER_TYPE);
253 bus_dev_fn += 8; /* Skip to next device. */
270 if ((hdr_type & 7) == 1 && (bus_dev_fn >> 8) == 0) {
272 PCIxx(select_reg)(bus_dev_fn, PCI_BRIDGE_SUBOR
[all...]

Completed in 42 milliseconds