Searched refs:pcisel (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | pciio.h | 58 struct pcisel { struct 66 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 88 struct pcisel pc_sel; /* domain+bus+slot+function */ 110 struct pcisel pi_sel; /* device to operate on */ 117 struct pcisel pbi_sel; /* device to operate on */ 139 struct pcisel plvi_sel; /* device to operate on */ 151 struct pcisel pbm_sel; /* device to operate on */ 158 struct pcisel pbi_sel; /* device to operate on */
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru.h | 43 uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width); 44 void pci_host_write_config(const struct pcisel *sel, long reg, int width, 53 struct pcisel *passthru_get_sel(struct passthru_softc *sc);
|
| H A D | pci_passthru.c | 116 struct pcisel psc_sel; 186 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() 202 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config() 208 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config() 222 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config() 237 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config() 244 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config() 287 struct pcisel sel; in cfginitcaps() 721 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit() 778 struct pcisel *
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.h | 50 struct pcisel pbm_sel;
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.h | 41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| H A D | pciconf.c | 78 static struct pcisel getsel(const char *str); 1209 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 1223 static struct pcisel 1278 static struct pcisel 1283 struct pcisel sel; in parsesel() 1313 static struct pcisel 1336 struct pcisel sel; in readit()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_user.c | 68 struct pcisel pc_sel; /* domain+bus+slot+function */ 90 struct pcisel pc_sel; /* domain+bus+slot+function */ 512 struct pcisel pc_sel; /* domain+bus+slot+function */ 531 struct pcisel pc_sel; /* domain+bus+slot+function */
|