Home
last modified time | relevance | path

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

/freebsd/tools/tools/pciroms/
H A Dpciroms.c271 io.pi_reg = PCI_CFG_ROM_BAR; in pci_testrombar()
351 io.pi_reg = PCI_CFG_CMD; in pci_enable_bars()
365 io.pi_reg = PCI_CFG_ROM_BAR; in pci_enable_bars()
383 io.pi_reg = PCI_CFG_ROM_BAR; in pci_disable_bars()
393 io.pi_reg = PCI_CFG_CMD; in pci_disable_bars()
/freebsd/sys/dev/pci/
H A Dpci_user.c336 int pi_reg; /* configuration register to examine */ member
1268 iodata.pi_reg = io_freebsd6->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/sys/sys/
H A Dpciio.h106 int pi_reg; /* configuration register to examine */ member
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c899 pi.pi_reg = reg; in read_config()
1058 pi.pi_reg = strtoul(reg, (char **)0, 0); /* XXX error check */ in writeit()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c164 pi.pi_reg = reg; in host_read_config()
201 pi.pi_reg = reg; in host_write_config()