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

  /external/u-boot/board/socrates/
law.c 37 #if defined(CONFIG_SYS_FPGA_BASE)
38 SET_LAW(CONFIG_SYS_FPGA_BASE, LAW_SIZE_1M, LAW_TRGT_IF_LBC),
tlb.c 56 #if defined(CONFIG_SYS_FPGA_BASE)
61 SET_TLB_ENTRY(1, CONFIG_SYS_FPGA_BASE, CONFIG_SYS_FPGA_BASE,
socrates.c 244 val[i++] = CONFIG_SYS_FPGA_BASE;
379 reg = in_be32((void *)(CONFIG_SYS_FPGA_BASE + 0x0c));
381 out_be32((void *)(CONFIG_SYS_FPGA_BASE + 0x0c),
389 reg = in_be32((void *)(CONFIG_SYS_FPGA_BASE + 0x0c));
391 out_be32((void *)(CONFIG_SYS_FPGA_BASE + 0x0c), reg);
  /external/u-boot/board/freescale/bsc9132qds/
tlb.c 77 #ifdef CONFIG_SYS_FPGA_BASE
79 SET_TLB_ENTRY(1, CONFIG_SYS_FPGA_BASE, CONFIG_SYS_FPGA_BASE_PHYS,
  /external/u-boot/include/configs/
socrates.h 141 #define CONFIG_SYS_FPGA_BASE 0xc0000000
147 #define CONFIG_SYS_NAND_BASE (CONFIG_SYS_FPGA_BASE + 0x70)
BSC9132QDS.h 291 #define CONFIG_SYS_FPGA_BASE 0xffb00000
293 #define QIXIS_BASE CONFIG_SYS_FPGA_BASE
304 #define CONFIG_SYS_FPGA_BASE_PHYS CONFIG_SYS_FPGA_BASE
306 #define CONFIG_SYS_CSPR2 (CSPR_PHYS_ADDR(CONFIG_SYS_FPGA_BASE) \
hrcon.h 262 #define CONFIG_SYS_FPGA_BASE(k) CONFIG_SYS_FPGA0_BASE
strider.h 259 #define CONFIG_SYS_FPGA_BASE(k) CONFIG_SYS_FPGA0_BASE

Completed in 152 milliseconds