Home
last modified time | relevance | path

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

/external/u-boot/board/bosch/shc/
Dboard.h120 # define BIDCOS_RST_GPIO GPIO_TO_PIN(0, 12) macro
136 # define BIDCOS_RST_GPIO GPIO_TO_PIN(1, 24) macro
Dboard.c85 gpio_request(BIDCOS_RST_GPIO, "BIDCOS rst"); in shc_request_gpio()
125 gpio_direction_output(BIDCOS_RST_GPIO, 1); in force_modules_running()