Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-sa1100/include/mach/
Dassabet.h28 extern unsigned long SCR_value;
31 #define machine_has_neponset() ((SCR_value & ASSABET_SCR_SA1111) == 0)
/linux-6.12.1/arch/arm/mach-sa1100/
Dassabet.c62 unsigned long SCR_value = ASSABET_SCR_INIT; variable
63 EXPORT_SYMBOL(SCR_value);
637 SCR_value = scr; in get_assabet_scr()