Searched refs:PCI_REGMAX (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.h153 u_char pi_cfgdata[PCI_REGMAX + 1];
251 assert(offset <= PCI_REGMAX);
258 assert(offset <= (PCI_REGMAX - 1) && (offset & 1) == 0);
265 assert(offset <= (PCI_REGMAX - 3) && (offset & 3) == 0);
272 assert(offset <= PCI_REGMAX);
279 assert(offset <= (PCI_REGMAX - 1) && (offset & 1) == 0);
286 assert(offset <= (PCI_REGMAX - 3) && (offset & 3) == 0);
H A Dpci_emul.c686 if (capoff + reallen > PCI_REGMAX + 1)
1763 if (coff >= PCI_REGMAX + 1) {
1772 if (coff <= PCI_REGMAX + 4)
1893 cfgoff = x & PCI_REGMAX;
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c185 (unsigned)reg <= PCI_REGMAX && bytes != 3 &&
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbpci.c339 reg <= PCI_REGMAX && (bytes == 1 || bytes == 2 || bytes == 4) &&
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c292 && (unsigned)reg <= PCI_REGMAX
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c911 return (ofw_pci_read_config_common(dev, PCI_REGMAX,
921 ofw_pci_write_config_common(dev, PCI_REGMAX, PSYCHO_CONF_OFF(bus,
H A Dschizo.c979 return (ofw_pci_read_config_common(dev, PCI_REGMAX, STX_CONF_OFF(bus,
988 ofw_pci_write_config_common(dev, PCI_REGMAX, STX_CONF_OFF(bus, slot,
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h47 #define PCI_REGMAX 255 /* highest supported config register addr. */ macro

Completed in 117 milliseconds