Home
last modified time | relevance | path

Searched refs:CONFIG_GREEN_LED (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/board/st/stm32f429-discovery/
H A Dled.c13 gpio_direction_output(CONFIG_GREEN_LED, 0); in coloured_LED_init()
23 gpio_set_value(CONFIG_GREEN_LED, 0); in green_led_off()
33 gpio_set_value(CONFIG_GREEN_LED, 1); in green_led_on()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dled.c25 #ifdef CONFIG_GREEN_LED
28 gpio_set_value(CONFIG_GREEN_LED, 0); in green_led_on()
33 gpio_set_value(CONFIG_GREEN_LED, 1); in green_led_off()
/openbmc/u-boot/board/mini-box/picosam9g45/
H A Dled.c18 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
20 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/atmel/at91sam9260ek/
H A Dled.c17 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
20 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/ronetix/pm9263/
H A Dled.c19 gpio_direction_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
22 gpio_set_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/
H A Dled.c19 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
22 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/ronetix/pm9261/
H A Dled.c19 gpio_direction_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
23 gpio_set_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/atmel/at91sam9rlek/
H A Dled.c19 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
23 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/atmel/at91sam9261ek/
H A Dled.c21 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
25 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/board/atmel/at91sam9263ek/
H A Dled.c20 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init()
24 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
/openbmc/u-boot/include/configs/
H A Dstm32f429-discovery.h28 #define CONFIG_GREEN_LED 109 macro
H A Dpm9g45.h53 #define CONFIG_GREEN_LED GPIO_PIN_PD(0) /* this is the user2 led */ macro
H A Dpicosam9g45.h52 #define CONFIG_GREEN_LED AT91_PIN_PD31 /* this is the user1 led */ macro
H A Dcorvus.h49 #define CONFIG_GREEN_LED AT91_PIN_PD0 /* this is the user2 led */ macro
H A Dsmartweb.h59 #define CONFIG_GREEN_LED AT91_PIN_PA6 macro
/openbmc/u-boot/board/siemens/corvus/
H A Dboard.c53 gpio_request(CONFIG_GREEN_LED, "green led"); in corvus_request_gpio()
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt720 CONFIG_GREEN_LED