pcisel
struct pcisel pbm_sel;
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel pi_sel; /* device to operate on */
struct pcisel pbi_sel; /* device to operate on */
struct pcisel plvi_sel; /* device to operate on */
struct pcisel pbm_sel; /* device to operate on */
struct pcisel pbi_sel; /* device to operate on */
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel pc_sel; /* domain+bus+slot+function */
struct pcisel psc_sel;
host_read_config(int fd, const struct pcisel *sel, long reg, int width)
passthru_read_config(const struct pcisel *sel, long reg, int width)
pci_host_read_config(const struct pcisel *sel, long reg, int width)
host_write_config(int fd, const struct pcisel *sel, long reg, int width,
passthru_write_config(const struct pcisel *sel, long reg, int width,
pci_host_write_config(const struct pcisel *sel, long reg, int width,
struct pcisel sel;
bzero(&sc->psc_sel, sizeof(struct pcisel));
struct pcisel *
uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width);
void pci_host_write_config(const struct pcisel *sel, long reg, int width,
struct pcisel *passthru_get_sel(struct passthru_softc *sc);
read_config(int fd, struct pcisel *sel, long reg, int width)
static struct pcisel
static struct pcisel
struct pcisel sel;
static struct pcisel
readone(int fd, struct pcisel *sel, long reg, int width)
struct pcisel sel;
static struct pcisel getsel(const char *str);
uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);