Searched refs:cfgslot (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_emul.c | 2386 static int cfgenable, cfgbus, cfgslot, cfgfunc, cfgoff; variable 2401 x = (cfgbus << 16) | (cfgslot << 11) | (cfgfunc << 8) | cfgoff; in pci_emul_cfgaddr() 2410 cfgslot = (x >> 11) & PCI_SLOTMAX; in pci_emul_cfgaddr() 2428 pci_cfgrw(in, cfgbus, cfgslot, cfgfunc, coff, bytes, eax); in pci_emul_cfgdata()
|