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

/arch/mips/txx9/rbtx4939/
H A Dsetup.c191 static u8 led_val[RBTX4939_MAX_7SEGLEDS]; variable
208 led_val[num] = (led_val[num] & 0x7f) | (value ? 0x80 : 0);
209 writeb(led_val[num], rbtx4939_7seg_addr(num / 4, num % 4));
270 led_val[pos] = (led_val[pos] & 0x80) | (val & 0x7f);
271 val = led_val[pos];

Completed in 160 milliseconds