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

  /external/u-boot/include/
fpga.h 61 void fpga_init(void);
  /external/u-boot/arch/arm/mach-zynq/
cpu.c 120 fpga_init();
  /external/u-boot/arch/arm/mach-socfpga/
misc.c 113 fpga_init();
  /external/u-boot/board/spear/x600/
fpga.c 256 fpga_init();
  /external/u-boot/board/theadorable/
fpga.c 175 fpga_init();
  /external/u-boot/board/armadeus/apf27/
fpga.c 216 fpga_init();
  /external/u-boot/board/beckhoff/mx53cx9020/
mx53cx9020.c 326 fpga_init();
  /external/u-boot/board/teejet/mt_ventoux/
mt_ventoux.c 46 #define FPGA_INIT 119
133 return !gpio_get_value(FPGA_INIT);
154 gpio_request(FPGA_INIT, "FPGA_INIT");
155 gpio_direction_input(FPGA_INIT);
214 fpga_init();
  /external/u-boot/drivers/fpga/
fpga.c 122 * fpga_init is usually called from misc_init_r() and MUST be called
125 void fpga_init(void) function
  /external/u-boot/board/astro/mcf5373l/
fpga.c 389 fpga_init();
  /external/u-boot/board/xilinx/zynqmp/
zynqmp.c 309 fpga_init();

Completed in 380 milliseconds