Home
last modified time | relevance | path

Searched full:prefetchable (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/u-boot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch44 prefetchable ? "Prefetchable" : "");
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-ls2080a.dtsi112 0x82000000 0x0 0x40000000 0x10 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
127 0x82000000 0x0 0x40000000 0x12 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
142 0x82000000 0x0 0x40000000 0x14 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
157 0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
H A Dfsl-ls1088a.dtsi119 0x82000000 0x0 0x40000000 0x20 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
135 0x82000000 0x0 0x40000000 0x28 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
151 0x82000000 0x0 0x40000000 0x30 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
H A Dfsl-ls1043a.dtsi257 0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
273 0x82000000 0x0 0x40000000 0x48 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
288 0x82000000 0x0 0x40000000 0x50 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
H A Dfsl-ls1046a.dtsi259 0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
276 0x82000000 0x0 0x40000000 0x48 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
292 0x82000000 0x0 0x40000000 0x50 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
H A Darmada-cp110-slave.dtsi278 /* non-prefetchable memory */
304 /* non-prefetchable memory */
331 /* non-prefetchable memory */
H A Darmada-cp110-master.dtsi307 /* non-prefetchable memory */
332 /* non-prefetchable memory */
358 /* non-prefetchable memory */
H A Dtegra186.dtsi244 0x82000000 0 0x50100000 0x0 0x50100000 0 0x07f00000 /* non-prefetchable memory (127 MiB) */
245 0xc2000000 0 0x58000000 0x0 0x58000000 0 0x28000000>; /* prefetchable memory (640 MiB) */
H A Dls1021a.dtsi388 0x82000000 0x0 0x28000000 0x28000000 0x0 0x08000000>; /* non-prefetchable memory */
404 0x82000000 0x0 0x38000000 0x38000000 0x0 0x08000000>; /* non-prefetchable memory */
H A Dfsl-ls1012a.dtsi134 0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
H A Dtegra20.dtsi605 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
606 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
H A Dtegra210.dtsi36 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */
37 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
/openbmc/u-boot/board/armltd/integrator/
H A Dpci.c153 * prefetchable), this frees up base1 for re-use by in v3_open_config_window()
172 * Reassign base1 for use by prefetchable PCI memory in v3_close_config_window()
359 * Map first 256Mbytes as non-prefetchable via BASE0/MAP0 in pci_init_board()
366 /* Map second 256 Mbytes as prefetchable via BASE1/MAP1 */ in pci_init_board()
415 /* System memory space, window 0 256 MB non-prefetchable */ in pci_init_board()
421 /* System memory space, window 1 256 MB prefetchable */ in pci_init_board()
/openbmc/qemu/docs/
H A Dpcie_pci_bridge.txt52 uint32_t mem Non-prefetchable memory to reserve
56 uint32_t mem_pref_32; Prefetchable memory to reserve (32-bit MMIO)
57 uint64_t mem_pref_64; Prefetchable memory to reserve (64-bit MMIO)
/openbmc/qemu/include/hw/pci/
H A Dpci_bridge.h173 uint32_t mem; /* Non-prefetchable memory to reserve */
176 uint32_t mem_pref_32; /* Prefetchable memory to reserve (32-bit MMIO) */
177 uint64_t mem_pref_64; /* Prefetchable memory to reserve (64-bit MMIO) */
/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c71 monitor_printf(mon, " prefetchable memory range " in hmp_info_pci_device()
98 region->value->prefetch ? " prefetchable" : "", in hmp_info_pci_device()
103 region->value->prefetch ? " prefetchable" : ""); in hmp_info_pci_device()
/openbmc/u-boot/doc/device-tree-bindings/pci/
H A Darmada8k-pcie.txt40 /* non-prefetchable memory */
/openbmc/qemu/qapi/
H A Dpci.json42 # @prefetch: if @type is 'memory', true if the memory is prefetchable
70 # @prefetchable_range: The range of prefetchable MMIO for all devices
/openbmc/u-boot/drivers/pci/
H A Dpci_auto_common.c112 pciauto_show_region("Prefetchable Mem", hose->pci_prefetch); in pciauto_config_init()
H A Dpci_auto.c222 /* We don't support prefetchable memory for now, so disable */ in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c230 /* We don't support prefetchable memory for now, so disable */ in pciauto_prescan_setup_bridge()
/openbmc/u-boot/cmd/
H A Dpci.c104 int prefetchable; in pci_bar_show() local
132 prefetchable = base_low & PCI_BASE_ADDRESS_MEM_PREFETCH; in pci_bar_show()
155 prefetchable ? "Prefetchable" : ""); in pci_bar_show()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h109 #define PCI_BASE_ADDRESS_MEM_PREFETCH 0x08 /* prefetchable? */
147 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */
153 #define PCI_PREF_BASE_UPPER32 0x28 /* Upper half of prefetchable memory range */
396 #define PCI_EA_P_MEM_PREFETCH 0x01 /* Prefetchable Memory */
398 #define PCI_EA_P_VF_MEM_PREFETCH 0x03 /* VF Prefetchable Memory */
401 #define PCI_EA_P_BRIDGE_MEM_PREFETCH 0x06 /* Bridge Prefetchable Memory */
/openbmc/qemu/hw/ide/
H A Dich.c34 * Region 5: Memory at febf9000 (32-bit, non-prefetchable) [size=2K]
/openbmc/u-boot/include/
H A Dpci.h213 #define PCI_BASE_ADDRESS_MEM_PREFETCH 0x08 /* prefetchable? */
252 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */
258 #define PCI_PREF_BASE_UPPER32 0x28 /* Upper half of prefetchable memory range */
483 #define PCI_REGION_PREFETCH 0x00000008 /* prefetchable PCI memory */

12