Home
last modified time | relevance | path

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

/arch/arm/mach-realview/
Dcore.c440 #define VA_LEDS_BASE (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_LED_OFFSET) macro
449 val = readl(VA_LEDS_BASE); in realview_leds_event()
472 writel(val, VA_LEDS_BASE); in realview_leds_event()
/arch/arm/mach-versatile/
Dcore.c708 #define VA_LEDS_BASE (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LED_OFFSET) macro
716 val = readl(VA_LEDS_BASE); in versatile_leds_event()
739 writel(val, VA_LEDS_BASE); in versatile_leds_event()