Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.h22 uint32_t read_config(const struct pcisel *sel, long reg, int width);
H A Dpci_lpc.c516 if (read_config(sel, PCIR_HDRTYPE, 1) & PCIM_MFDEV) in pci_lpc_get_sel()
522 if ((read_config(sel, PCIR_CLASS, 1) == PCIC_BRIDGE) && in pci_lpc_get_sel()
523 (read_config(sel, PCIR_SUBCLASS, 1) == in pci_lpc_get_sel()
H A Dpci_passthru.c631 pci_set_cfgdata32(pi, i, read_config(&sc->psc_sel, i, 4)); in cfginit()
1191 read_config(const struct pcisel *sel __unused, long reg __unused, in read_config() function
H A Dpci_emul.c391 return read_config(host_sel, reg, size); in pci_config_read_reg()