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

  /external/u-boot/board/gumstix/duovero/
duovero.c 20 #define WIFI_EN 43
74 /* then setup WIFI_EN as an output pin and send reset pulse */
75 if (!gpio_request(WIFI_EN, "")) {
76 gpio_direction_output(WIFI_EN, 0);
77 gpio_set_value(WIFI_EN, 1);
79 gpio_set_value(WIFI_EN, 0);
81 gpio_set_value(WIFI_EN, 1);
  /external/u-boot/board/advantech/dms-ba16/
dms-ba16.c 470 #define WIFI_EN IMX_GPIO_NR(6, 14)
513 gpio_direction_output(WIFI_EN, 1);
  /external/u-boot/board/ge/bx50v3/
bx50v3.c 676 #define WIFI_EN IMX_GPIO_NR(6, 14)
722 gpio_direction_output(WIFI_EN, 1);

Completed in 120 milliseconds