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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Dh3600_gpio.h218 #define H3800_ASIC2_LED_0_TimeBase H3800_ASIC2_NOFFSET( u8, LED, 0, TimeBase )
219 #define H3800_ASIC2_LED_0_PeriodTime H3800_ASIC2_NOFFSET( u16, LED, 0, PeriodTime )
220 #define H3800_ASIC2_LED_0_DutyTime H3800_ASIC2_NOFFSET( u16, LED, 0, DutyTime )
221 #define H3800_ASIC2_LED_0_AutoStopClock H3800_ASIC2_NOFFSET( u16, LED, 0, AutoStopClock )
223 #define H3800_ASIC2_LED_1_TimeBase H3800_ASIC2_NOFFSET( u8, LED, 1, TimeBase )
224 #define H3800_ASIC2_LED_1_PeriodTime H3800_ASIC2_NOFFSET( u16, LED, 1, PeriodTime )
225 #define H3800_ASIC2_LED_1_DutyTime H3800_ASIC2_NOFFSET( u16, LED, 1, DutyTime )
226 #define H3800_ASIC2_LED_1_AutoStopClock H3800_ASIC2_NOFFSET( u16, LED, 1, AutoStopClock )
228 #define H3800_ASIC2_LED_2_TimeBase H3800_ASIC2_NOFFSET( u8, LED, 2, TimeBase )
229 #define H3800_ASIC2_LED_2_PeriodTime H3800_ASIC2_NOFFSET( u16, LED,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Drte_ma1_cb.h96 /* Seven-segment LED display (two digits). Write-only. */
98 #define LED(n) (*(volatile unsigned char *)LED_ADDR(n)) macro
H A Drte_nb85e_cb.h84 /* Seven-segment LED display (two digits). Write-only. */
86 #define LED(n) (*(volatile unsigned char *)LED_ADDR(n)) macro
H A Drte_me2_cb.h66 /* Seven-segment LED display (four digits). */
68 #define LED(n) (*(volatile unsigned char *)LED_ADDR(n)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-mmu-fr451.S49 # GR30 LED address [saved]
75 # GR30 LED address revised LED address
158 # adjust LED bank address
172 # GR30 LED address [saved]
226 # GR30 LED address [saved]
H A Dhead-uc-fr401.S48 # GR30 LED address [saved]
82 # GR30 LED address revised LED address
165 # adjust LED bank address
177 # GR30 LED address [saved]
237 # GR30 LED address [saved]
H A Dhead-uc-fr555.S47 # GR30 LED address [saved]
73 # GR30 LED address revised LED address
151 # adjust LED bank address
165 # GR30 LED address [saved]
220 # GR30 LED address saved
H A Dhead-uc-fr451.S43 # GR30 LED address [saved]
H A Dhead.S564 # GR30 LED address [saved]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_leds.c2 * include/asm-v850/rte_cb_leds.c -- Midas lab RTE-CB board LED device support
23 /* The actual LED hardware is write-only, so we hold the contents here too. */
29 /* Common body of LED read/write functions, checks POS and LEN for
31 the POS position in the LED image buffer, and and iterates COPY_EXPR
70 /* We write the actual LED values backwards, because
72 volatile char *led = &LED (LED_NUM_DIGITS - pos - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddepca.h43 #define LED 0x0001 /* LED control */ macro
H A Ddepca.c854 /* Enable DEPCA board interrupts and turn off LED */
855 nicsr = ((nicsr & ~IM & ~LED) | IEN);
985 /* mask the DEPCA board interrupts and turn on the LED */
987 nicsr |= (IM | LED);
1007 /* Unmask the DEPCA board interrupts and turn off the LED */
1008 nicsr = (nicsr & ~IM & ~LED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S90 moveq 0, $r1 ; "timer" to clock out a LED red flash
H A Dhead.S60 * During the wait for serial input, the status LED will flash so the
253 moveq 0, $r1 ; "timer" to clock out a LED red flash
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dlkkbd.c114 /* LED control */
271 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \
272 if (test_bit (LED, (LK)->dev->led)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S630 mov a, #0x20 ; Turn off the green LED
638 mov a, #0x20 ; Turn off the green LED
660 mov a, #0x10 ; Turn the green LED
710 mov a, #0x20 ; Turn off the green LED
926 mov a, #0x10 ; Turn the green LED
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c217 GET_BITMAP(LED, led, 'l', 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c797 GET_BITMAP(LED, led, 'l', 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dinput.c556 input_seq_print_bitmap(seq, "LED", dev->ledbit, LED_MAX);
831 INPUT_DEV_CAP_ATTR(LED, led);
977 INPUT_ADD_HOTPLUG_BM_VAR("LED=", dev->ledbit, LED_MAX);

Completed in 103 milliseconds