Home
last modified time | relevance | path

Searched refs:pcisel (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dpciio.h55 struct pcisel { struct
63 struct pcisel pc_sel; /* domain+bus+slot+function */ argument
80 struct pcisel pc_sel; /* domain+bus+slot+function */
102 struct pcisel pi_sel; /* device to operate on */
109 struct pcisel pbi_sel; /* device to operate on */
131 struct pcisel plvi_sel; /* device to operate on */
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.h22 uint32_t read_config(const struct pcisel *sel, long reg, int width);
23 void write_config(const struct pcisel *sel, long reg, int width, uint32_t data);
H A Dpci_lpc.c504 pci_lpc_get_sel(struct pcisel *const sel) in pci_lpc_get_sel()
543 pci_lpc_get_sel(struct pcisel *const sel __unused) in pci_lpc_get_sel()
552 struct pcisel sel = { 0 }; in pci_lpc_init()
553 struct pcisel *selp = NULL; in pci_lpc_init()
H A Dpci_emul.h230 uint32_t pci_config_read_reg(const struct pcisel *host_sel, nvlist_t *nvl,
H A Dpci_passthru.c1191 read_config(const struct pcisel *sel __unused, long reg __unused, in read_config()
1198 write_config(const struct pcisel *sel __unused, long reg __unused, in write_config()
H A Dpci_emul.c355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg()