Searched refs:CONFIG_RED_LED (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/board/st/stm32f429-discovery/ |
H A D | led.c | 12 gpio_direction_output(CONFIG_RED_LED, 0); in coloured_LED_init() 18 gpio_set_value(CONFIG_RED_LED, 0); in red_led_off() 28 gpio_set_value(CONFIG_RED_LED, 1); in red_led_on()
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | led.c | 13 #ifdef CONFIG_RED_LED 16 gpio_set_value(CONFIG_RED_LED, 1); in red_led_on() 21 gpio_set_value(CONFIG_RED_LED, 0); in red_led_off()
|
/openbmc/u-boot/board/atmel/at91sam9260ek/ |
H A D | led.c | 16 at91_set_gpio_output(CONFIG_RED_LED, 1); in coloured_LED_init() 19 at91_set_gpio_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/board/ronetix/pm9263/ |
H A D | led.c | 18 gpio_direction_output(CONFIG_RED_LED, 1); in coloured_LED_init() 21 gpio_set_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/ |
H A D | led.c | 18 at91_set_gpio_output(CONFIG_RED_LED, 1); in coloured_LED_init() 21 at91_set_gpio_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/board/ronetix/pm9261/ |
H A D | led.c | 18 gpio_direction_output(CONFIG_RED_LED, 1); in coloured_LED_init() 22 gpio_set_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
H A D | Makefile | 12 obj-$(CONFIG_RED_LED) += led.o
|
/openbmc/u-boot/board/atmel/at91sam9rlek/ |
H A D | led.c | 18 at91_set_gpio_output(CONFIG_RED_LED, 1); in coloured_LED_init() 22 at91_set_gpio_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/board/atmel/at91sam9261ek/ |
H A D | led.c | 20 at91_set_gpio_output(CONFIG_RED_LED, 1); in coloured_LED_init() 24 at91_set_gpio_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/board/atmel/at91sam9263ek/ |
H A D | led.c | 19 at91_set_gpio_output(CONFIG_RED_LED, 1); in coloured_LED_init() 23 at91_set_gpio_value(CONFIG_RED_LED, 0); in coloured_LED_init()
|
/openbmc/u-boot/include/configs/ |
H A D | stm32f429-discovery.h | 27 #define CONFIG_RED_LED 110 macro
|
H A D | pm9g45.h | 52 #define CONFIG_RED_LED GPIO_PIN_PD(31) /* this is the user1 led */ macro
|
H A D | corvus.h | 48 #define CONFIG_RED_LED AT91_PIN_PD31 /* this is the user1 led */ macro
|
H A D | smartweb.h | 58 #define CONFIG_RED_LED AT91_PIN_PA9 macro
|
/openbmc/u-boot/board/siemens/corvus/ |
H A D | board.c | 52 gpio_request(CONFIG_RED_LED, "red led"); in corvus_request_gpio()
|
/openbmc/u-boot/scripts/ |
H A D | config_whitelist.txt | 1581 CONFIG_RED_LED
|