Searched refs:GPIO_USB1_PWR_ON (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/theadorable/
H A Dtheadorable.c48 #define GPIO_USB1_PWR_ON 19 macro
230 ret = gpio_request(GPIO_USB1_PWR_ON, "USB1_PWR_ON");
233 gpio_direction_output(GPIO_USB1_PWR_ON, 0);
236 gpio_set_value(GPIO_USB1_PWR_ON, 1);

Completed in 36 milliseconds