Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpciio.h58 struct pcisel { struct
66 struct pcisel pc_sel; /* domain+bus+slot+function */ argument
83 struct pcisel pc_sel; /* domain+bus+slot+function */
105 struct pcisel pi_sel; /* device to operate on */
112 struct pcisel pbi_sel; /* device to operate on */
134 struct pcisel plvi_sel; /* device to operate on */
146 struct pcisel pbm_sel; /* device to operate on */
153 struct pcisel pbi_sel; /* device to operate on */
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.h39 uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width);
40 void pci_host_write_config(const struct pcisel *sel, long reg, int width,
49 struct pcisel *passthru_get_sel(struct passthru_softc *sc);
H A Dpci_passthru.c93 struct pcisel psc_sel;
158 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config()
174 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config()
180 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config()
194 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config()
209 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config()
216 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config()
258 struct pcisel sel; in cfginitmsi()
661 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit()
718 struct pcisel *
H A Dpci_emul.c355 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c70 static struct pcisel getsel(const char *str);
894 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config()
908 static struct pcisel
963 static struct pcisel
968 struct pcisel sel; in parsesel()
998 static struct pcisel
1013 readone(int fd, struct pcisel *sel, long reg, int width) in readone()
1028 struct pcisel sel; in readit()
H A Dpciconf.h41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h50 struct pcisel pbm_sel;
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c463 pci_lpc_get_sel(struct pcisel *const sel) in pci_lpc_get_sel()
498 struct pcisel sel = { 0 }; in pci_lpc_init()
499 struct pcisel *selp = NULL; in pci_lpc_init()
/freebsd/sys/dev/pci/
H A Dpci_user.c68 struct pcisel pc_sel; /* domain+bus+slot+function */
85 struct pcisel pc_sel; /* domain+bus+slot+function */