Searched refs:pci_config_read_reg (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | pci_hostbridge.c | 49 vendor = pci_config_read_reg(NULL, nvl, PCIR_VENDOR, 2, vendor); in pci_hostbridge_init() 54 device = pci_config_read_reg(NULL, nvl, PCIR_DEVICE, 2, device); in pci_hostbridge_init()
|
H A D | pci_emul.c | 355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg() function
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.c | 527 vendor = pci_config_read_reg(selp, nvl, PCIR_VENDOR, 2, LPC_VENDOR); in pci_lpc_init() 528 device = pci_config_read_reg(selp, nvl, PCIR_DEVICE, 2, LPC_DEV); in pci_lpc_init() 529 revid = pci_config_read_reg(selp, nvl, PCIR_REVID, 1, LPC_REVID); in pci_lpc_init() 530 subvendor = pci_config_read_reg(selp, nvl, PCIR_SUBVEND_0, 2, in pci_lpc_init() 532 subdevice = pci_config_read_reg(selp, nvl, PCIR_SUBDEV_0, 2, in pci_lpc_init()
|