Lines Matching refs:pvtpll_table
197 struct pvtpll_table { struct
208 struct pvtpll_table *cpul_table; argument
209 struct pvtpll_table *cci_table;
210 struct pvtpll_table *cpub_table;
211 struct pvtpll_table *gpu_table;
212 struct pvtpll_table *npu_table;
264 static struct pvtpll_table rk3576_cpul_pvtpll_table[] = {
279 static struct pvtpll_table rk3576_cci_pvtpll_table[] = {
290 static struct pvtpll_table rk3576_cpub_pvtpll_table[] = {
306 static struct pvtpll_table rk3576_gpu_pvtpll_table[] = {
319 static struct pvtpll_table rk3576_npu_pvtpll_table[] = {
373 static struct pvtpll_table *rkclk_get_pvtpll_config(struct pvtpll_table *table, in rkclk_get_pvtpll_config()
386 static int clk_scmi_set_low_length(struct pvtpll_table *pvtpll, unsigned int count) in clk_scmi_set_low_length()
402 struct pvtpll_table *pvtpll; in clk_cpul_set_rate()
564 struct pvtpll_table *pvtpll; in clk_cpub_set_rate()
759 struct pvtpll_table *pvtpll; in clk_cci_set_rate()
851 struct pvtpll_table *pvtpll; in clk_gpu_set_rate()
951 struct pvtpll_table *pvtpll; in clk_npu_set_rate()
1301 static int pvtpll_get_clk(uint64_t clock_id, struct pvtpll_table **table, in pvtpll_get_clk()
1333 struct pvtpll_table *table = NULL; in pvtpll_volt_sel_adjust()