Searched refs:cfgfunc (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | pci_emul.c | 2428 static int cfgenable, cfgbus, cfgslot, cfgfunc, cfgoff; variable 2443 x = (cfgbus << 16) | (cfgslot << 11) | (cfgfunc << 8) | cfgoff; in pci_emul_cfgaddr() 2451 cfgfunc = (x >> 8) & PCI_FUNCMAX; in pci_emul_cfgaddr() 2470 pci_cfgrw(in, cfgbus, cfgslot, cfgfunc, coff, bytes, eax); in pci_emul_cfgdata()
|