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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-fsg.c33 static unsigned short latch_value; variable
40 latch_value &= ~(1 << FSG_LED_WLAN_BIT);
41 *latch_address = latch_value;
43 latch_value |= (1 << FSG_LED_WLAN_BIT);
44 *latch_address = latch_value;
52 latch_value &= ~(1 << FSG_LED_WAN_BIT);
53 *latch_address = latch_value;
55 latch_value |= (1 << FSG_LED_WAN_BIT);
56 *latch_address = latch_value;
64 latch_value
[all...]

Completed in 191 milliseconds