Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mpc8349itx/
Dpci.c20 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
42 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc832xemds/
Dpci.c23 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
45 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc8349emds/
Dpci.c19 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
41 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/drivers/pci/
Dfsl_pci_init.c66 if (r->flags & PCI_REGION_PREFETCH) in set_inbound_window()
116 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
132 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
145 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
171 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
180 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
Dpci_auto_common.c100 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pciauto_config_init()
Dpci-uclass.c859 type = flags & (1U << 30) ? PCI_REGION_PREFETCH : in decode_regions()
1146 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pci_get_regions()
/external/u-boot/board/sbc8349/
Dpci.c23 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/tqc/tqm834x/
Dpci.c21 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/esd/vme8349/
Dpci.c27 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc8313erdb/
Dmpc8313erdb.c59 .flags = PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc837xerdb/
Dpci.c16 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc837xemds/
Dpci.c21 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc8323erdb/
Dmpc8323erdb.c142 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/freescale/mpc8315erdb/
Dmpc8315erdb.c71 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpci.c54 else if (reg->flags & PCI_REGION_PREFETCH) in pci_init_bus()
/external/u-boot/board/ve8313/
Dve8313.c156 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/external/u-boot/board/armltd/integrator/
Dpci.c426 PCI_REGION_PREFETCH); in pci_init_board()
/external/u-boot/cmd/
Dpci.c615 { PCI_REGION_PREFETCH, "prefetch" },
/external/u-boot/include/
Dpci.h479 #define PCI_REGION_PREFETCH 0x00000008 /* prefetchable PCI memory */ macro
/external/u-boot/common/
Dfdt_support.c679 if (hose->regions[r].flags & PCI_REGION_PREFETCH) in fdt_pci_dma_ranges()