/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | v3-v360epc-pci.txt | 17 - The non-prefetchable and prefetchable memory windows must 19 - The prefetchable memory window must be immediately adjacent 47 0x42000000 0 0x50000000 /* prefetchable memory @50000000 */
|
D | nvidia,tegra20-pcie.txt | 43 prefetchable PCI regions. The first cell determines the type of region 46 - 0x82000000: non-prefetchable memory region 47 - 0xc2000000: prefetchable memory region 190 0x82000000 0 0xa0000000 0xa0000000 0 0x10000000 /* non-prefetchable memory */ 191 0xc2000000 0 0xb0000000 0xb0000000 0 0x10000000>; /* prefetchable memory */ 292 0x82000000 0 0x20000000 0x20000000 0 0x08000000 /* non-prefetchable memory */ 293 0xc2000000 0 0x28000000 0x28000000 0 0x18000000>; /* prefetchable memory */ 396 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */ 397 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */ 492 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */ [all …]
|
D | versatile.yaml | 68 <0x02000000 0 0x50000000 0x50000000 0 0x10000000>, /* non-prefetchable memory */ 69 <0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */
|
D | host-generic-pci.yaml | 103 definition of non-prefetchable memory. One or both of prefetchable Memory
|
D | nvidia,tegra194-pcie.yaml | 308 … <0xc2000000 0x18 0x00000000 0x18 0x00000000 0x4 0x00000000>; /* prefetchable memory */ 370 ranges = <0x43000000 0x21 0x40000000 0x21 0x40000000 0x2 0xe8000000>, /* prefetchable */ 371 … <0x02000000 0x0 0x40000000 0x24 0x28000000 0x0 0x08000000>, /* non-prefetchable */
|
D | faraday,ftpci100.yaml | 21 The plain variant has 128MiB of non-prefetchable memory space, whereas the 137 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */
|
D | pci-armada8k.txt | 42 0x82000000 0 0xf6000000 0 0xf6000000 0 0xf00000>; /* non-prefetchable memory */
|
D | axis,artpec6-pcie.txt | 37 /* non-prefetchable memory */
|
D | sifive,fu740-pcie.yaml | 104 … <0xc3000000 0x20 0x00000000 0x20 0x00000000 0x20 0x00000000>; /* mem prefetchable */
|
/linux-6.12.1/drivers/pci/ |
D | setup-bus.c | 14 * tighter packing. Prefetchable range support. 575 * 64-bit prefetchable MMIO. 742 * Check whether the bridge supports optional I/O and prefetchable memory 1236 /* Check whether prefetchable memory is supported by this bridge. */ in pci_bus_size_cardbus() 1248 * If we have prefetchable memory support, allocate two regions. in pci_bus_size_cardbus() 1342 * If there's a 64-bit prefetchable MMIO window, compute in __pci_bus_size_bridges() 1343 * the size required to put all 64-bit prefetchable in __pci_bus_size_bridges() 1356 * If successful, all non-prefetchable resources in __pci_bus_size_bridges() 1357 * and any 32-bit prefetchable resources will go in in __pci_bus_size_bridges() 1358 * the non-prefetchable window. in __pci_bus_size_bridges() [all …]
|
D | setup-res.c | 181 /* Prefetchable MMIO Base/Limit */ in pci_disable_bridge_window() 274 * prefetchable bridge window is below 4GB, we can't put a 32-bit in __pci_assign_resource() 275 * prefetchable resource in it because pbus_size_mem() assumes a in __pci_assign_resource() 286 * If the prefetchable window is only 32 bits wide, we can put in __pci_assign_resource() 287 * 64-bit prefetchable resources in it. in __pci_assign_resource() 300 * in a non-prefetchable window. If this resource is 32 bits and in __pci_assign_resource() 301 * non-prefetchable, the first call already tried the only possibility in __pci_assign_resource()
|
D | pci-bridge-emul.h | 143 * PCI bridge does not support forwarding of prefetchable memory
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a.dtsi | 142 0x82000000 0x0 0x40000000 0x10 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 150 0x82000000 0x0 0x40000000 0x12 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 158 0x82000000 0x0 0x40000000 0x14 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 166 0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
D | fsl-ls1028a.dtsi | 661 0x82000000 0x0 0x40000000 0x80 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 700 0x82000000 0x0 0x40000000 0x88 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ 1086 /* PF0-6 BAR0 - non-prefetchable memory */ 1088 /* PF0-6 BAR2 - prefetchable memory */ 1090 /* PF0: VF0-1 BAR0 - non-prefetchable memory */ 1092 /* PF0: VF0-1 BAR2 - prefetchable memory */ 1094 /* PF1: VF0-1 BAR0 - non-prefetchable memory */ 1096 /* PF1: VF0-1 BAR2 - prefetchable memory */ 1098 /* BAR4 (PF5) - non-prefetchable memory */
|
/linux-6.12.1/drivers/pci/controller/ |
D | pci-v3-semi.c | 257 * 40000000 - 4FFFFFFF PCI memory. 256M non-prefetchable 258 * 50000000 - 5FFFFFFF PCI memory. 256M prefetchable 362 * prefetchable), this frees up base1 for re-use by in v3_map_bus() 384 * Reassign base1 for use by prefetchable PCI memory in v3_unmap_bus() 542 dev_dbg(dev, "PREFETCHABLE MEM window %pR, bus addr %pap\n", in v3_pci_setup_resource() 545 dev_err(dev, "prefetchable memory range is not 256MB\n"); in v3_pci_setup_resource() 551 "prefetchable memory is not adjacent to non-prefetchable memory\n"); in v3_pci_setup_resource() 554 /* Setup window 1 - PCI prefetchable memory */ in v3_pci_setup_resource() 567 dev_dbg(dev, "NON-PREFETCHABLE MEM window %pR, bus addr %pap\n", in v3_pci_setup_resource() 571 "non-prefetchable memory range is not 256MB\n"); in v3_pci_setup_resource() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/arm/ |
D | versatile-pb.dts | 55 0x02000000 0 0x50000000 0x50000000 0 0x10000000 /* non-prefetchable memory */ 56 0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */
|
/linux-6.12.1/arch/x86/pci/ |
D | broadcom_bus.c | 45 /* read the non-prefetchable memory window */ in cnb20le_res() 55 /* read the prefetchable memory window */ in cnb20le_res()
|
D | ce4100.c | 215 /* Make prefetchable memory limit smaller than prefetchable in bridge_read() 216 * memory base, so not claim prefetchable memory space. in bridge_read()
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | spear1310.dtsi | 92 0x82000000 0 0x80030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */ 109 0x82000000 0 0x90030000 0x90030000 0 0x0ffd0000>; /* non-prefetchable memory */ 126 0x82000000 0 0xc0030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl() 87 out += sprintf(out, "assigned resources: prefetchable memory\n"); in show_dev()
|
D | shpchp_sysfs.c | 45 len += sysfs_emit_at(buf, len, "Free resources: prefetchable memory\n"); in show_ctrl()
|
/linux-6.12.1/drivers/pci/controller/plda/ |
D | pcie-starfive.c | 67 * JH7110 PCIe port BAR0/1 can be configured as 64-bit prefetchable memory 352 * Enable the prefetchable memory window 64-bit addressing in JH7110. in starfive_pcie_host_init() 353 * The 64-bits prefetchable address translation configurations in ATU in starfive_pcie_host_init()
|
/linux-6.12.1/sound/pci/lx6464es/ |
D | lx6464es.h | 66 * non-prefetchable,
|
/linux-6.12.1/arch/powerpc/boot/ |
D | cuboot-pq2.c | 117 * 32-bit PCI is supported. All three region types (prefetchable mem, 118 * non-prefetchable mem, and I/O) must be present.
|
/linux-6.12.1/arch/sparc/kernel/ |
D | leon_pci.c | 22 * PCI Memory and Prefetchable Memory is direct-mapped. However I/O Space is
|