Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/memory/
H A Demif.c709 u32 freq_threshold = EMIF_LP_MODE_FREQ_THRESHOLD; in get_pwr_mgmt_ctrl() local
719 freq_threshold = cust_cfgs->lpmode_freq_threshold; in get_pwr_mgmt_ctrl()
723 timeout = freq >= freq_threshold ? timeout_perf : timeout_pwr; in get_pwr_mgmt_ctrl()
767 freq_threshold); in get_pwr_mgmt_ctrl()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h827 CpuFreqThread(int num_cpus, int freq_threshold, int round);
H A Dworker.cc3484 CpuFreqThread::CpuFreqThread(int num_cpus, int freq_threshold, int round) in CpuFreqThread() argument
3486 freq_threshold_(freq_threshold), in CpuFreqThread()