Home
last modified time | relevance | path

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

/arch/arm/mach-realview/
Dcore.c521 #define VA_LEDS_BASE (__io_address(REALVIEW_SYS_BASE) + REALVIEW_SYS_LED_OFFSET) macro
529 val = readl(VA_LEDS_BASE); in realview_leds_event()
552 writel(val, VA_LEDS_BASE); in realview_leds_event()
/arch/arm/mach-versatile/
Dcore.c788 #define VA_LEDS_BASE (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LED_OFFSET) macro
796 val = readl(VA_LEDS_BASE); in versatile_leds_event()
819 writel(val, VA_LEDS_BASE); in versatile_leds_event()