Searched refs:pcisel (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | pciio.h | 64 struct pcisel { struct 72 struct pcisel pc_sel; /* bus+slot+function */ argument 89 struct pcisel pc_sel; /* bus+slot+function */ 111 struct pcisel pi_sel; /* device to operate on */ 118 struct pcisel pbi_sel; /* device to operate on */
|
/dflybsd-src/usr.sbin/pciconf/ |
H A D | pciconf.c | 733 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 747 static struct pcisel 752 struct pcisel sel = {0,0,0,0}; in getsel() 787 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 802 struct pcisel sel; in readit()
|
H A D | pciconf.h | 38 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|