Symbol: PCI_MAPREG_END
sys/arch/amd64/amd64/efifb.c
429
for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) {
sys/arch/amd64/amd64/efifb.c
460
for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) {
sys/arch/hppa/hppa/autoconf.c
383
for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) {
sys/arch/i386/pci/pci_addr_fixup.c
196
reg_end = PCI_MAPREG_END;
sys/arch/loongson/dev/glx.c
273
static pcireg_t pcib_bar_sizes[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
sys/arch/loongson/dev/glx.c
282
static pcireg_t pcib_bar_values[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4];
sys/arch/loongson/dev/glx.c
284
static uint64_t pcib_bar_msr[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
sys/arch/loongson/loongson/gdium_machdep.c
95
for (bar = PCI_MAPREG_START; bar < PCI_MAPREG_END; bar += 4)
sys/dev/pci/drm/radeon/radeon_drv.c
1028
for (i = PCI_MAPREG_START; i < PCI_MAPREG_END; i += 4) {
sys/dev/pci/if_em.c
1730
for (rid = PCI_MAPREG_START; rid < PCI_MAPREG_END;) {
sys/dev/pci/mpi_pci.c
116
for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) {
sys/dev/pci/mpi_pci.c
121
if (r >= PCI_MAPREG_END) {
sys/dev/pci/mpii.c
475
for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) {
sys/dev/pci/mpii.c
480
if (r >= PCI_MAPREG_END) {
sys/dev/pci/pci.c
1334
io->pi_reg >= PCI_MAPREG_END)
sys/dev/pci/pci.c
535
reg_end = PCI_MAPREG_END;
sys/dev/pci/pci.c
63
#define NMAPREG ((PCI_MAPREG_END - PCI_MAPREG_START) / \
sys/dev/pci/pci.c
908
reg_end = PCI_MAPREG_END;
sys/dev/pci/pci_map.c
146
reg >= PCI_MAPREG_END ||
sys/dev/pci/pci_map.c
151
if (is64bit && (reg + 4) >= PCI_MAPREG_END)
sys/dev/pci/pci_map.c
78
reg >= PCI_MAPREG_END ||
sys/dev/pci/pciide.c
1564
sc->sc_tag, PCI_MAPREG_END + 0x18 + (i * 4));
sys/dev/pci/pciide.c
1598
PCI_MAPREG_END + 0x18 + (i * 4),
sys/dev/pci/ppb.c
611
reg_end = PCI_MAPREG_END;
sys/dev/pci/virtio_pci.c
440
#define NMAPREG ((PCI_MAPREG_END - PCI_MAPREG_START) / \
sys/dev/pci/vmwpvs.c
419
for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) {
sys/dev/pci/vmwpvs.c
424
if (r >= PCI_MAPREG_END) {
sys/dev/sdmmc/sdhcreg.h
24
#define SDHC_PCI_BAR_END PCI_MAPREG_END
usr.sbin/pcidump/pcidump.c
818
dump_bars(bus, dev, func, PCI_MAPREG_END);