Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dosm-l3.c192 static unsigned long hw_rate, xo_rate; in qcom_osm_l3_probe() local
207 xo_rate = clk_get_rate(clk); in qcom_osm_l3_probe()
243 freq = xo_rate * lval; in qcom_osm_l3_probe()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c39 static unsigned long cpu_hw_rate, xo_rate; variable
179 freq = xo_rate * lval / 1000; in qcom_cpufreq_hw_read_lut()
424 xo_rate = clk_get_rate(clk); in qcom_cpufreq_hw_driver_probe()