Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dturbo.c42 [TURBO_ENABLED] = "available and visible"
75 turbo_state = TURBO_ENABLED; in turbo_get_state()
95 set_global_turbo_state(TURBO_ENABLED); in turbo_enable()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dturbo.h19 TURBO_ENABLED, enumerator
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c415 if (turbo_get_state() == TURBO_ENABLED) { in set_max_ratio()