Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c23 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
45 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c26 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
48 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c22 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
44 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c67 if (r->flags & PCI_REGION_PREFETCH) in set_inbound_window()
117 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
133 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
146 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
172 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
181 PCI_REGION_PREFETCH); in fsl_pci_setup_inbound_windows()
H A Dpci_auto_common.c96 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pciauto_config_init()
H A Dpci-uclass.c800 type = flags & (1U << 30) ? PCI_REGION_PREFETCH : in decode_regions()
1066 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pci_get_regions()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c26 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c24 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c30 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c60 .flags = PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c17 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dpci.c22 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c142 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c72 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c157 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c55 else if (reg->flags & PCI_REGION_PREFETCH) in pci_init_bus()
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c427 PCI_REGION_PREFETCH); in pci_init_board()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c439 { PCI_REGION_PREFETCH, "prefetch" },
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h480 #define PCI_REGION_PREFETCH 0x00000008 /* prefetchable PCI memory */ macro
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c794 if (hose->regions[r].flags & PCI_REGION_PREFETCH) in fdt_pci_dma_ranges()