Searched refs:pi_reg (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c274 io.pi_reg = PCI_CFG_ROM_BAR;
354 io.pi_reg = PCI_CFG_CMD;
368 io.pi_reg = PCI_CFG_ROM_BAR;
386 io.pi_reg = PCI_CFG_ROM_BAR;
396 io.pi_reg = PCI_CFG_CMD;
/freebsd-11-stable/sys/sys/
H A Dpciio.h106 int pi_reg; /* configuration register to examine */ member in struct:pci_io
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c223 int pi_reg; /* configuration register to examine */ member in struct:pci_io_old
907 iodata.pi_reg = io_old->pi_reg;
921 if (io->pi_reg < 0 ||
922 io->pi_reg & (io->pi_width - 1)) {
942 io->pi_reg,
949 io->pi_reg,
955 io->pi_reg,
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_passthru.c126 pi.pi_reg = reg;
142 pi.pi_reg = reg;
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c864 pi.pi_reg = reg;
1022 pi.pi_reg = strtoul(reg, (char **)0, 0); /* XXX error check */

Completed in 86 milliseconds