Searched refs:CPUFREQ_RELATION_E (Results 1 – 1 of 1) sorted by relevance
74 const CPUFREQ_RELATION_E: u32 = 1 << 2; consts92 let efficient = val & CPUFREQ_RELATION_E != 0; in new()94 Ok(match val & !CPUFREQ_RELATION_E { in new()113 val |= CPUFREQ_RELATION_E; in from()
Completed in 5 milliseconds