Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
Dassabet.h27 extern unsigned long SCR_value;
30 #define machine_has_neponset() ((SCR_value & ASSABET_SCR_SA1111) == 0)
/linux-4.4.14/arch/arm/mach-sa1100/
Dassabet.c61 unsigned long SCR_value = ASSABET_SCR_INIT; variable
62 EXPORT_SYMBOL(SCR_value);
530 SCR_value = scr; in get_assabet_scr()