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 86 struct pcisel pc_sel; /* domain+bus+slot+function */ 108 struct pcisel pi_sel; /* device to operate on */ 115 struct pcisel pbi_sel; /* device to operate on */ 137 struct pcisel plvi_sel; /* device to operate on */ 149 struct pcisel pbm_sel; /* device to operate on */ 156 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 | 102 struct pcisel psc_sel; 170 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() 186 passthru_read_config(const struct pcisel *sel, long reg, int width) in passthru_read_config() 192 pci_host_read_config(const struct pcisel *sel, long reg, int width) in pci_host_read_config() 206 host_write_config(int fd, const struct pcisel *sel, long reg, int width, in host_write_config() 221 passthru_write_config(const struct pcisel *sel, long reg, int width, in passthru_write_config() 228 pci_host_write_config(const struct pcisel *sel, long reg, int width, in pci_host_write_config() 270 struct pcisel sel; in cfginitmsi() 673 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit() 730 struct pcisel *
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 70 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 D | pciconf.h | 41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.h | 50 struct pcisel pbm_sel;
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_user.c | 68 struct pcisel pc_sel; /* domain+bus+slot+function */ 88 struct pcisel pc_sel; /* domain+bus+slot+function */ 510 struct pcisel pc_sel; /* domain+bus+slot+function */ 529 struct pcisel pc_sel; /* domain+bus+slot+function */
|