Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dboard.h119 # define WIFI_RST_GPIO GPIO_TO_PIN(0, 27) macro
135 # define WIFI_RST_GPIO GPIO_TO_PIN(0, 27) macro
H A Dboard.c84 gpio_request(WIFI_RST_GPIO, "WIFI rst"); in shc_request_gpio()
120 gpio_direction_output(WIFI_RST_GPIO, 1); in force_modules_running()
144 gpio_direction_output(WIFI_RST_GPIO, 0); in force_modules_reset()