Home
last modified time | relevance | path

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

/openbmc/u-boot/board/bosch/shc/
H A Dboard.c85 gpio_request(LED_CONN_BL_GPIO, "LED CONN BL"); in shc_request_gpio()
190 gpio_set_value(LED_CONN_BL_GPIO, 0); in leds_set_failure()
223 gpio_set_value(LED_CONN_BL_GPIO, 0); in leds_set_finish()
H A Dboard.h113 # define LED_CONN_BL_GPIO GPIO_TO_PIN(0, 26) macro