Home
last modified time | relevance | path

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

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