Searched refs:LED_23 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dleds-lart.c27 #define LED_23 GPIO_GPIO23 macro
28 #define LED_MASK (LED_23)
39 GPDR |= LED_23;
61 hw_led_state ^= LED_23;
70 hw_led_state &= ~LED_23;
76 hw_led_state |= LED_23;
82 hw_led_state &= ~LED_23;
87 hw_led_state |= LED_23;

Completed in 36 milliseconds