Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/cpufreq/
Dqcom-cpufreq-hw.c64 static unsigned long cpu_hw_rate, xo_rate; variable
137 return lval * xo_rate; in qcom_lmh_get_throttle_freq()
243 freq = xo_rate * lval / 1000; in qcom_cpufreq_hw_read_lut()
688 xo_rate = clk_get_rate(clk); in qcom_cpufreq_hw_driver_probe()