Home
last modified time | relevance | path

Searched refs:xo_rate (Results 1 – 2 of 2) sorted by relevance

/drivers/interconnect/qcom/
Dosm-l3.c228 static unsigned long hw_rate, xo_rate; in qcom_osm_l3_probe() local
243 xo_rate = clk_get_rate(clk); in qcom_osm_l3_probe()
279 freq = xo_rate * lval; in qcom_osm_l3_probe()
/drivers/cpufreq/
Dqcom-cpufreq-hw.c61 static unsigned long cpu_hw_rate, xo_rate; variable
134 return lval * xo_rate; in qcom_lmh_get_throttle_freq()
242 freq = xo_rate * lval / 1000; in qcom_cpufreq_hw_read_lut()
676 xo_rate = clk_get_rate(clk); in qcom_cpufreq_hw_driver_probe()