Home
last modified time | relevance | path

Searched refs:max_freq (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dcpufreq.h15 TP_PROTO(struct cpufreq_policy *policy, unsigned int *max_freq),
16 TP_ARGS(policy, max_freq), 1);
19 TP_PROTO(struct cpufreq_policy *policy, unsigned int *max_freq),
20 TP_ARGS(policy, max_freq));
24 unsigned int max_freq),
25 TP_ARGS(policy, min_freq, max_freq));
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c103 unsigned long max_freq = ULONG_MAX; in find_available_max_freq() local
105 opp = dev_pm_opp_find_freq_floor(devfreq->dev.parent, &max_freq); in find_available_max_freq()
107 max_freq = 0; in find_available_max_freq()
112 return max_freq; in find_available_max_freq()
119 * @max_freq: the max frequency
123 static void get_freq_range(struct devfreq *devfreq, unsigned long *min_freq, unsigned long *max_freq) in get_freq_range() argument
137 *max_freq = freq_table[devfreq->profile->max_state - 1]; in get_freq_range()
140 *max_freq = freq_table[0]; in get_freq_range()
148 *max_freq = min(*max_freq, (unsigne in get_freq_range()
399 unsigned long freq, min_freq, max_freq; update_devfreq() local
1510 unsigned long min_freq, max_freq; min_freq_show() local
1566 unsigned long min_freq, max_freq; max_freq_show() local
1812 unsigned long cur_freq, min_freq, max_freq; devfreq_summary_show() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dsiutils.c2104 si_slowclk_freq(si_info_t *sii, bool max_freq, chipcregs_t *cc) in si_slowclk_freq() argument
2117 return (max_freq ? (PCIMAXFREQ / 64) : (PCIMINFREQ / 64)); in si_slowclk_freq()
2119 return (max_freq ? (XTALMAXFREQ / 32) : (XTALMINFREQ / 32)); in si_slowclk_freq()
2124 return (max_freq ? LPOMAXFREQ : LPOMINFREQ); in si_slowclk_freq()
2126 return (max_freq ? (XTALMAXFREQ / div) : (XTALMINFREQ / div)); in si_slowclk_freq()
2128 return (max_freq ? (PCIMAXFREQ / div) : (PCIMINFREQ / div)); in si_slowclk_freq()
2135 return (max_freq ? XTALMAXFREQ : (XTALMINFREQ / div)); in si_slowclk_freq()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h126 * max_freq = user maximum
129 unsigned int cur_freq, max_freq, min_freq; member
2878 return cluster->max_freq; in cluster_max_freq()
2911 * Return load_scale_factor of a cpu in reference to cpu with best max_freq
2912 * (max_possible_freq), so that one with best max_freq gets a load_scale_factor
2959 * Return 'capacity' of a cpu in reference to cpu with lowest max_freq
2960 * (min_max_freq), such that one with lowest max_freq gets capacity of 1024.

Completed in 11 milliseconds