Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dboard.c99 gpio_request(Z_WAVE_RST_GPIO, "Z WAVE rst"); in shc_request_gpio()
130 gpio_direction_output(Z_WAVE_RST_GPIO, 1); in force_modules_running()
157 gpio_direction_output(Z_WAVE_RST_GPIO, 0); in force_modules_reset()
H A Dboard.h138 # define Z_WAVE_RST_GPIO GPIO_TO_PIN(1, 21) macro