Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dturbo.c50 int turbo_get_state(void) in turbo_get_state() function
88 if (turbo_get_state() == TURBO_DISABLED) { in turbo_enable()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dturbo.h23 int turbo_get_state(void);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c415 if (turbo_get_state() == TURBO_ENABLED) { in set_max_ratio()