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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_leds.c24 static unsigned char leds_image[LED_NUM_DIGITS] = { 0 };
38 if (pos > LED_NUM_DIGITS) \
41 if (pos + len > LED_NUM_DIGITS) \
42 len = LED_NUM_DIGITS - pos; \
72 volatile char *led = &LED (LED_NUM_DIGITS - pos - 1);
87 char temp_buf[LED_NUM_DIGITS];
98 char temp_buf[LED_NUM_DIGITS];
99 if (copy_from_user (temp_buf, buf, min_t(size_t, len, LED_NUM_DIGITS)))
111 offs += LED_NUM_DIGITS; /* end-relative */
113 if (offs < 0 || offs > LED_NUM_DIGITS)
[all...]
H A Drte_cb.c115 static unsigned frame_nums[LED_NUM_DIGITS] = { 0 };
117 static unsigned char image[LED_NUM_DIGITS] = { 0 };
118 unsigned char prev_image[LED_NUM_DIGITS];
129 read_leds (0, prev_image, LED_NUM_DIGITS);
130 for (digit = 0; digit < LED_NUM_DIGITS; digit++)
140 digit < LED_NUM_DIGITS && tick_frames[digit][0] >= 0;
156 write_leds (0, image, LED_NUM_DIGITS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Drte_ma1_cb.h99 #define LED_NUM_DIGITS 2 macro
H A Drte_nb85e_cb.h87 #define LED_NUM_DIGITS 4 macro
H A Drte_me2_cb.h69 #define LED_NUM_DIGITS 4 macro

Completed in 58 milliseconds