Home
last modified time | relevance | path

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

/external/u-boot/board/bosch/shc/
Dboard.c89 gpio_request(LED_CONN_BL_GPIO, "LED CONN BL"); in shc_request_gpio()
194 gpio_set_value(LED_CONN_BL_GPIO, 0); in leds_set_failure()
227 gpio_set_value(LED_CONN_BL_GPIO, 0); in leds_set_finish()
Dboard.h113 # define LED_CONN_BL_GPIO GPIO_TO_PIN(0, 26) macro