Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dturbo.c41 [TURBO_ENABLED] = "available and visible"
74 turbo_state = TURBO_ENABLED; in turbo_get_state()
94 set_global_turbo_state(TURBO_ENABLED); in turbo_enable()
/openbmc/u-boot/arch/x86/include/asm/
H A Dturbo.h18 TURBO_ENABLED, enumerator
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c414 if (turbo_get_state() == TURBO_ENABLED) { in set_max_ratio()