Home
last modified time | relevance | path

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

/openbmc/u-boot/board/bosch/shc/
H A Dboard.c93 gpio_request(LED_PWM_GPIO, "LED PWM"); in shc_request_gpio()
172 gpio_direction_output(LED_PWM_GPIO, 1); in leds_set_booting()
199 gpio_direction_output(LED_PWM_GPIO, 1); in leds_set_failure()
236 gpio_set_value(LED_PWM_GPIO, 0); in leds_set_finish()
H A Dboard.h131 # define LED_PWM_GPIO GPIO_TO_PIN(1, 19) macro