HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_PCI_MEM_PHYS (Results 1 - 11 of 11) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf5445x/
pci.c 68 CONFIG_SYS_PCI_MEM_PHYS | (CONFIG_SYS_PCI_MEM_PHYS >> 16));
128 pci_set_region(hose->regions + 0, CONFIG_SYS_PCI_MEM_BUS, CONFIG_SYS_PCI_MEM_PHYS,
  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
pci.c 94 CONFIG_SYS_PCI_MEM_PHYS | (CONFIG_SYS_PCI_MEM_PHYS >> 16));
130 pci_set_region(hose->regions + 0, CONFIG_SYS_PCI_MEM_BUS, CONFIG_SYS_PCI_MEM_PHYS,
  /external/u-boot/board/freescale/mpc837xemds/
pci.c 19 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
96 pci_law[0].bar = CONFIG_SYS_PCI_MEM_PHYS & LAWBAR_BAR;
  /external/u-boot/board/freescale/mpc837xerdb/
pci.c 14 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
78 pci_law[0].bar = CONFIG_SYS_PCI_MEM_PHYS & LAWBAR_BAR;
  /external/u-boot/board/freescale/mpc8315erdb/
mpc8315erdb.c 69 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
133 pci_law[0].bar = CONFIG_SYS_PCI_MEM_PHYS & LAWBAR_BAR;
  /external/u-boot/include/configs/
MPC8315ERDB.h 315 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BASE
506 #define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCI_MEM_PHYS \
509 #define CONFIG_SYS_IBAT4U (CONFIG_SYS_PCI_MEM_PHYS \
MPC837XEMDS.h 331 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BASE
562 #define CONFIG_SYS_IBAT6L (CONFIG_SYS_PCI_MEM_PHYS \
565 #define CONFIG_SYS_IBAT6U (CONFIG_SYS_PCI_MEM_PHYS \
MPC837XERDB.h 357 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BASE
578 #define CONFIG_SYS_IBAT6L (CONFIG_SYS_PCI_MEM_PHYS \
581 #define CONFIG_SYS_IBAT6U (CONFIG_SYS_PCI_MEM_PHYS \
M5475EVB.h 91 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BUS
M5485EVB.h 86 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BUS
M54455EVB.h 166 #define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BUS

Completed in 316 milliseconds