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

  /external/u-boot/board/liebherr/mccmon6/
mccmon6.c 53 #define ETH_PHY_RESET IMX_GPIO_NR(1, 27)
129 gpio_direction_output(ETH_PHY_RESET, 0);
131 gpio_set_value(ETH_PHY_RESET, 1);
  /external/u-boot/board/wandboard/
wandboard.c 53 #define ETH_PHY_RESET IMX_GPIO_NR(3, 29)
140 gpio_direction_output(ETH_PHY_RESET, 0);
142 gpio_set_value(ETH_PHY_RESET, 1);
  /external/u-boot/board/el/el6x/
el6x.c 64 #define ETH_PHY_RESET IMX_GPIO_NR(2, 4)
143 gpio_direction_output(ETH_PHY_RESET , 0);
145 gpio_set_value(ETH_PHY_RESET, 1);
  /external/u-boot/board/solidrun/mx6cuboxi/
mx6cuboxi.c 57 #define ETH_PHY_RESET IMX_GPIO_NR(4, 15)
201 gpio_direction_output(ETH_PHY_RESET, 0);
203 gpio_set_value(ETH_PHY_RESET, 1);

Completed in 154 milliseconds