Home
last modified time | relevance | path

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

/openbmc/u-boot/board/theadorable/
H A Dtheadorable.c37 #define GPIO_USB0_PWR_ON 18 macro
191 ret = gpio_request(GPIO_USB0_PWR_ON, "USB0_PWR_ON"); in board_init()
194 gpio_direction_output(GPIO_USB0_PWR_ON, 0); in board_init()
200 gpio_set_value(GPIO_USB0_PWR_ON, 1); in board_init()