Home
last modified time | relevance | path

Searched refs:GPIO_USB0_PWR_ON (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/board/theadorable/
Dtheadorable.c42 #define GPIO_USB0_PWR_ON 18 macro
197 ret = gpio_request(GPIO_USB0_PWR_ON, "USB0_PWR_ON"); in board_init()
200 gpio_direction_output(GPIO_USB0_PWR_ON, 0); in board_init()
206 gpio_set_value(GPIO_USB0_PWR_ON, 1); in board_init()