Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_PCI1_IO_PHYS (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c30 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
77 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
135 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR;
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c26 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
141 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
165 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c30 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
65 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/xes/xpedite520x/
H A Dtlb.c63 SET_TLB_ENTRY(1, CONFIG_SYS_PCI1_IO_PHYS, CONFIG_SYS_PCI1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c28 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
93 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c27 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
95 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c34 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
104 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c70 .phys_start = CONFIG_SYS_PCI1_IO_PHYS,
92 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/include/configs/
H A DMPC8610HPCD.h239 #define CONFIG_SYS_PCI1_IO_PHYS 0xe1000000 macro
322 #define CONFIG_SYS_DBAT2L (CONFIG_SYS_PCI1_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT \
325 #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT)
H A DMPC8548CDS.h350 #define CONFIG_SYS_PCI1_IO_PHYS 0xfe2000000ull macro
352 #define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000 macro
H A DMPC8536DS.h414 #define CONFIG_SYS_PCI1_IO_PHYS 0xfffc00000ull macro
416 #define CONFIG_SYS_PCI1_IO_PHYS 0xffc00000 macro
H A DMPC8349ITX.h382 #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000 macro
396 (CONFIG_SYS_PCI1_IO_PHYS + CONFIG_SYS_PCI1_IO_SIZE)
H A DMPC8541CDS.h272 #define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000 macro
H A DMPC8555CDS.h270 #define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000 macro
H A DMPC8540ADS.h245 #define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000 macro
H A Dsocrates.h226 #define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE macro
H A DMPC8568MDS.h247 #define CONFIG_SYS_PCI1_IO_PHYS 0xe2000000 macro
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c152 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
172 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c167 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
189 out_be32(&pci_law[1].bar, CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR); in pci_init_board()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dpci.c92 pcix->powbar2 = (CONFIG_SYS_PCI1_IO_PHYS >> 12) & 0x000fffff; in pci_mpc85xx_init()
115 CONFIG_SYS_PCI1_IO_PHYS, in pci_mpc85xx_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8541cds/
H A Dlaw.c36 SET_LAW(CONFIG_SYS_PCI1_IO_PHYS, LAW_SIZE_1M, LAW_TRGT_IF_PCI),
/OK3568_Linux_fs/u-boot/board/freescale/mpc8555cds/
H A Dlaw.c36 SET_LAW(CONFIG_SYS_PCI1_IO_PHYS, LAW_SIZE_1M, LAW_TRGT_IF_PCI),
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dlaw.c37 SET_LAW(CONFIG_SYS_PCI1_IO_PHYS, LAW_SIZE_16M, LAW_TRGT_IF_PCI),
/OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/
H A Dtlb.c74 SET_TLB_ENTRY(1, CONFIG_SYS_PCI1_IO_VIRT, CONFIG_SYS_PCI1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/
H A Dtlb.c50 SET_TLB_ENTRY(1, CONFIG_SYS_PCI1_IO_VIRT, CONFIG_SYS_PCI1_IO_PHYS,

12