HomeSort by relevance Sort by last modified time
    Searched defs:fpga_reset (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/keymile/km_arm/
fpga_config.c 194 int fpga_reset(void) function
220 int fpga_reset(void) function
  /external/u-boot/board/spear/x600/
fpga.c 29 static void fpga_reset(int assert) function
99 fpga_reset(true);
114 fpga_reset(true);
116 fpga_reset(false);
  /external/u-boot/board/teejet/mt_ventoux/
mt_ventoux.c 42 #define FPGA_RESET 62
117 static inline void fpga_reset(int nassert) function
119 gpio_set_value(FPGA_RESET, !nassert);
146 gpio_request(FPGA_RESET, "FPGA_RESET");
147 gpio_direction_output(FPGA_RESET, 1);
160 gpio_set_value(FPGA_RESET, 1);
170 fpga_reset(true);
172 fpga_reset(false);

Completed in 928 milliseconds