Home
last modified time | relevance | path

Searched refs:PCI_MAPREG_END (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/sys/dev/pci/
Dmpi_pci.c116 for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) { in mpi_pci_attach()
121 if (r >= PCI_MAPREG_END) { in mpi_pci_attach()
Dpci_map.c78 reg >= PCI_MAPREG_END || in obsd_pci_io_find()
146 reg >= PCI_MAPREG_END || in obsd_pci_mem_find()
151 if (is64bit && (reg + 4) >= PCI_MAPREG_END) in obsd_pci_mem_find()
Dpci.c63 #define NMAPREG ((PCI_MAPREG_END - PCI_MAPREG_START) / \
535 reg_end = PCI_MAPREG_END; in pci_probe_device()
908 reg_end = PCI_MAPREG_END; in pci_reserve_resources()
1371 io->pi_reg >= PCI_MAPREG_END) in pciioctl()
Dpcireg.h405 #define PCI_MAPREG_END 0x28 macro
Dvmwpvs.c419 for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) { in vmwpvs_attach()
424 if (r >= PCI_MAPREG_END) { in vmwpvs_attach()
Dppb.c611 reg_end = PCI_MAPREG_END; in ppb_alloc_resources()
Dvirtio_pci.c439 #define NMAPREG ((PCI_MAPREG_END - PCI_MAPREG_START) / \
Dmpii.c465 for (r = PCI_MAPREG_START; r < PCI_MAPREG_END; r += sizeof(memtype)) { in mpii_attach()
470 if (r >= PCI_MAPREG_END) { in mpii_attach()
Dif_em.c1727 for (rid = PCI_MAPREG_START; rid < PCI_MAPREG_END;) { in em_allocate_pci_resources()
Dpciide.c1556 sc->sc_tag, PCI_MAPREG_END + 0x18 + (i * 4)); in pciide_activate()
1590 PCI_MAPREG_END + 0x18 + (i * 4), in pciide_activate()
/openbsd/src/sys/arch/loongson/dev/
Dglx.c273 static pcireg_t pcib_bar_sizes[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
282 static pcireg_t pcib_bar_values[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4];
284 static uint64_t pcib_bar_msr[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
/openbsd/src/sys/arch/loongson/loongson/
Dgdium_machdep.c95 for (bar = PCI_MAPREG_START; bar < PCI_MAPREG_END; bar += 4) in gdium_attach_hook()
/openbsd/src/sys/dev/sdmmc/
Dsdhcreg.h24 #define SDHC_PCI_BAR_END PCI_MAPREG_END
/openbsd/src/sys/arch/amd64/amd64/
Defifb.c429 for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) { in efifb_is_console()
460 for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) { in efifb_is_primary()
/openbsd/src/sys/arch/i386/pci/
Dpci_addr_fixup.c196 reg_end = PCI_MAPREG_END; in pciaddr_resource_manage()
/openbsd/src/sys/arch/hppa/hppa/
Dautoconf.c385 for (reg = PCI_MAPREG_START; reg < PCI_MAPREG_END; reg += 4) { in device_register()
/openbsd/src/usr.sbin/pcidump/
Dpcidump.c786 dump_bars(bus, dev, func, PCI_MAPREG_END); in dump_type0()
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_drv.c1036 for (i = PCI_MAPREG_START; i < PCI_MAPREG_END; i += 4) { in radeondrm_attach_kms()