Home
last modified time | relevance | path

Searched refs:saved_leds (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/arm/mach-integrator/
Dleds.c32 static int saved_leds; variable
61 saved_leds ^= GREEN_LED; in integrator_leds_event()
66 saved_leds |= RED_LED; in integrator_leds_event()
71 saved_leds &= ~RED_LED; in integrator_leds_event()
81 __raw_writel(saved_leds, dbg_base + INTEGRATOR_DBG_LEDS_OFFSET); in integrator_leds_event()
/linux-2.4.37.9/arch/arm/mach-omaha/
Dleds.c32 static int saved_leds; variable