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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 47 milliseconds