Home
last modified time | relevance | path

Searched refs:IORESOURCE_MEM_64 (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/pci/
H A Dsetup-res.c97 disable = (res->flags & IORESOURCE_MEM_64) && !dev->mmio_always_on; in pci_std_update_resource()
113 if (res->flags & IORESOURCE_MEM_64) { in pci_std_update_resource()
331 IORESOURCE_PREFETCH | IORESOURCE_MEM_64, in __pci_assign_resource()
340 if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) == in __pci_assign_resource()
341 (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) { in __pci_assign_resource()
355 if (res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) in __pci_assign_resource()
H A Dof_property.c78 else if (res->flags & IORESOURCE_MEM_64) in of_pci_get_addr_flags()
409 !(resource_type(res) & IORESOURCE_MEM_64)) in of_pci_is_range_resource()
H A Dbus.c273 if (res->flags & IORESOURCE_MEM_64) { in pci_bus_alloc_resource()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1571 idx += (pci_resource_flags(pdev->pdev, idx) & IORESOURCE_MEM_64) ? 2 : 1; in nvkm_device_pci_resource_idx()
1575 idx += (pci_resource_flags(pdev->pdev, idx) & IORESOURCE_MEM_64) ? 2 : 1; in nvkm_device_pci_resource_idx()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c177 else if (pos && (res[pos - 1].flags & IORESOURCE_MEM_64)) in bar_write()
223 if (pos && (res[pos - 1].flags & IORESOURCE_MEM_64)) { in bar_init()
/linux/arch/powerpc/platforms/powernv/
H A Dpci.h201 unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); in pnv_pci_is_m64_flags()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c83 flags |= PCI_BASE_ADDRESS_MEM_TYPE_64 | IORESOURCE_MEM_64; in pci_parse_of_flags()
/linux/arch/sparc/kernel/
H A Dpci.c189 if (!(res->flags & IORESOURCE_MEM_64)) in of_fixup_pci_pref()
214 flags |= IORESOURCE_MEM_64 in pci_parse_of_flags()
/linux/include/linux/
H A Dioport.h56 #define IORESOURCE_MEM_64 0x00100000 macro
/linux/drivers/scsi/elx/efct/
H A Defct_driver.c533 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM_64) in efct_pci_probe()
/linux/arch/x86/pci/
H A Dfixup.c784 IORESOURCE_MEM_64 | IORESOURCE_WINDOW; in pci_amd_enable_64bit_bar()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c737 res->flags |= (IORESOURCE_MEM_64 | IORESOURCE_PCI_FIXED); in of_pci_set_vf_bar_size()
/linux/drivers/of/
H A Daddress.c125 flags |= IORESOURCE_MEM | IORESOURCE_MEM_64; in of_bus_pci_get_flags()
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c462 if (flags & IORESOURCE_MEM_64) in vfio_generate_bar_flags()
/linux/lib/
H A Dvsprintf.c1138 if (res->flags & IORESOURCE_MEM_64) in resource_string()