Home
last modified time | relevance | path

Searched refs:LED_RED (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/arm/mach-sa1100/
Dleds-hackkit.c29 #define LED_RED GPIO_GPIO22 macro
30 #define LED_MASK (LED_RED | LED_GREEN)
72 hw_led_state &= ~LED_RED; in hackkit_leds_event()
78 hw_led_state |= LED_RED; in hackkit_leds_event()
84 hw_led_state &= ~LED_RED; in hackkit_leds_event()
89 hw_led_state |= LED_RED; in hackkit_leds_event()
/linux-2.4.37.9/include/asm-cris/
Dio.h88 #define LED_RED 0x02 macro
89 #define LED_ORANGE (LED_GREEN | LED_RED)
100 LED_NETWORK_SET_R((x) & LED_RED); \
112 LED_ACTIVE_SET_R((x) & LED_RED); \
/linux-2.4.37.9/drivers/char/rio/
Dlink.h107 #define LED_RED ((ushort) 1) /* LED Red */ macro
/linux-2.4.37.9/arch/cris/drivers/
Dethernet.c1713 LED_NETWORK_SET(LED_RED); in e100_set_network_leds()