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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dleds-lart.c28 #define LED_23 GPIO_GPIO23 macro
29 #define LED_MASK (LED_23)
40 GPDR |= LED_23;
62 hw_led_state ^= LED_23;
71 hw_led_state &= ~LED_23;
77 hw_led_state |= LED_23;
83 hw_led_state &= ~LED_23;
88 hw_led_state |= LED_23;

Completed in 117 milliseconds