Home
last modified time | relevance | path

Searched refs:PCI_BAR_MEM (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/arm64/cavium/
HDthunder_pcie_common.c189 if (PCI_BAR_MEM(map)) in thunder_pcie_alloc_resource()
194 if (PCI_BAR_MEM(testval)) in thunder_pcie_alloc_resource()
/freebsd-14-stable/sys/amd64/vmm/io/
HDppt.c393 if (PCI_BAR_MEM(pm->pm_value)) in ppt_bar_enables()
474 if (!PCI_BAR_MEM(pm->pm_value)) in ppt_valid_bar_mapping()
/freebsd-14-stable/sys/dev/pci/
HDpci_user.c877 if (!PCI_BAR_MEM(pm->pm_value)) in pci_bar_mmap()
949 type = PCI_BAR_MEM(pm->pm_value) ? SYS_RES_MEMORY : SYS_RES_IOPORT; in pci_bar_io()
HDpcireg.h221 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE) macro
HDpci.c552 if (PCI_BAR_MEM(mapreg)) in pci_mapbase()
3155 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_read_bar()
3264 if (PCIR_IS_BIOS(&dinfo->cfg, pm->pm_reg) || PCI_BAR_MEM(pm->pm_value)) in pci_bar_enabled()
3342 if (PCI_BAR_MEM(map)) { in pci_add_map()
5541 if (PCI_BAR_MEM(map) || PCIR_IS_BIOS(&dinfo->cfg, *rid)) { in pci_reserve_map()
5571 if (PCI_BAR_MEM(map) && (map & PCIM_BAR_MEM_PREFETCH)) in pci_reserve_map()
5596 cmd & ~(PCI_BAR_MEM(map) ? PCIM_CMD_MEMEN : PCIM_CMD_PORTEN), 2); in pci_reserve_map()
/freebsd-14-stable/sys/dev/vmd/
HDvmd.c270 if (PCI_BAR_MEM(bar) && (bar & PCIM_BAR_MEM_TYPE) == in vmd_attach()
/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_pci.c123 if (!PCI_BAR_MEM(val)) { in ocs_map_g7_bars()
/freebsd-14-stable/sys/dev/qat_c2xxx/
HDqat.c376 if (val == 0 || !PCI_BAR_MEM(val)) in qat_attach()