Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A DbL_switcher.c380 static unsigned int bL_switcher_active; variable
519 if (!bL_switcher_active) in bL_switcher_get_logical_index()
558 if (bL_switcher_active) { in bL_switcher_enable()
585 bL_switcher_active = 1; in bL_switcher_enable()
611 if (!bL_switcher_active) in bL_switcher_disable()
619 bL_switcher_active = 0; in bL_switcher_disable()
672 return sprintf(buf, "%u\n", bL_switcher_active); in bL_switcher_active_show()
740 return bL_switcher_active; in bL_switcher_get_enabled()
759 if (!bL_switcher_active) in bL_switcher_cpu_pre()