Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.c94 struct pcisel psc_sel;
148 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config()
168 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config()
216 struct pcisel sel; in cfginitmsi()
616 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit()
678 struct pcisel *
H A Dpci_emul.h236 uint32_t pci_config_read_reg(const struct pcisel *host_sel, nvlist_t *nvl,
H A Dpci_emul.c349 pci_config_read_reg(const struct pcisel *const host_sel, nvlist_t *nvl, in pci_config_read_reg()
/freebsd-14.2/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-14.2/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h50 struct pcisel pbm_sel;
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c479 pci_lpc_get_sel(struct pcisel *const sel) in pci_lpc_get_sel()
514 struct pcisel sel = { 0 }; in pci_lpc_init()
515 struct pcisel *selp = NULL; in pci_lpc_init()
/freebsd-14.2/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 */