Home
last modified time | relevance | path

Searched refs:PCI_REGION_PREFETCH (Results 1 – 21 of 21) sorted by relevance

/u-boot/board/freescale/mpc8349itx/
A Dpci.c22 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
44 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc832xemds/
A Dpci.c25 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
47 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/sbc8349/
A Dpci.c25 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc8349emds/
A Dpci.c21 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
43 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/tqc/tqm834x/
A Dpci.c23 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/esd/vme8349/
A Dpci.c29 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc8313erdb/
A Dmpc8313erdb.c63 .flags = PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc837xerdb/
A Dpci.c18 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/drivers/pci/
A Dfsl_pci_init.c73 if (r->flags & PCI_REGION_PREFETCH) in set_inbound_window()
126 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
142 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
155 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
181 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
190 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
A Dpci_auto_common.c104 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pciauto_config_init()
A Dpci-uclass.c957 type = flags & (1U << 30) ? PCI_REGION_PREFETCH : in decode_regions()
1288 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pci_get_regions()
A Dpcie_iproc.c886 hose->regions[i].flags == PCI_REGION_PREFETCH) { in iproc_pcie_map_ranges()
/u-boot/board/freescale/mpc837xemds/
A Dpci.c24 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc8323erdb/
A Dmpc8323erdb.c149 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/freescale/mpc8315erdb/
A Dmpc8315erdb.c75 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dpci.c58 else if (reg->flags & PCI_REGION_PREFETCH) in pci_init_bus()
/u-boot/board/ve8313/
A Dve8313.c160 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/u-boot/board/armltd/integrator/
A Dpci.c430 PCI_REGION_PREFETCH); in pci_init_board()
/u-boot/cmd/
A Dpci.c617 { PCI_REGION_PREFETCH, "prefetch" },
/u-boot/include/
A Dpci.h545 #define PCI_REGION_PREFETCH 0x00000008 /* prefetchable PCI memory */ macro
/u-boot/common/
A Dfdt_support.c705 if (hose->regions[r].flags & PCI_REGION_PREFETCH) in fdt_pci_dma_ranges()

Completed in 43 milliseconds