Lines Matching defs:leds
3 * linux/arch/arm/plat-omap/debug-leds.c
12 #include <linux/leds.h>
32 u16 leds;
85 reg = readw_relaxed(&fpga->leds);
90 writew_relaxed(reg, &fpga->leds);
98 reg = readw_relaxed(&fpga->leds);
112 writew_relaxed(0xff, &fpga->leds);
138 fpga_led_state = readw_relaxed(&fpga->leds);
139 writew_relaxed(0xff, &fpga->leds);
146 writew_relaxed(~fpga_led_state, &fpga->leds);