Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/tools/pciroms/
HDpciroms.c272 io.pi_reg = PCI_CFG_ROM_BAR; in pci_testrombar()
352 io.pi_reg = PCI_CFG_CMD; in pci_enable_bars()
366 io.pi_reg = PCI_CFG_ROM_BAR; in pci_enable_bars()
384 io.pi_reg = PCI_CFG_ROM_BAR; in pci_disable_bars()
394 io.pi_reg = PCI_CFG_CMD; in pci_disable_bars()
/freebsd-14-stable/sys/dev/pci/
HDpci_user.c336 int pi_reg; /* configuration register to examine */ member
1268 iodata.pi_reg = io_old->pi_reg; in pci_ioctl()
1282 if (io->pi_reg < 0 || in pci_ioctl()
1283 io->pi_reg & (io->pi_width - 1)) { in pci_ioctl()
1303 io->pi_reg, in pci_ioctl()
1310 io->pi_reg, in pci_ioctl()
1316 io->pi_reg, in pci_ioctl()
/freebsd-14-stable/sys/sys/
HDpciio.h106 int pi_reg; /* configuration register to examine */ member
/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c899 pi.pi_reg = reg; in read_config()
1058 pi.pi_reg = strtoul(reg, (char **)0, 0); /* XXX error check */ in writeit()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_passthru.c165 pi.pi_reg = reg; in host_read_config()
202 pi.pi_reg = reg; in host_write_config()