Lines Matching refs:volt_sel
224 int bin, int process, int volt_sel) in rk3588_change_length() argument
242 if (volt_sel > low_len_sel) in rk3588_change_length()
260 int bin, int process, int volt_sel) in rk3588_set_supported_hw() argument
271 supported_hw[1] = BIT(volt_sel); in rk3588_set_supported_hw()
282 int bin, int process, int volt_sel) in rk3588_set_soc_info() argument
284 if (volt_sel < 0) in rk3588_set_soc_info()
289 rk3588_change_length(dev, np, bin, process, volt_sel); in rk3588_set_soc_info()
290 rk3588_set_supported_hw(dev, np, bin, process, volt_sel); in rk3588_set_soc_info()
553 int volt_sel = -EINVAL; in rockchip_cpufreq_cluster_init() local
609 &cluster->scale, &volt_sel); in rockchip_cpufreq_cluster_init()
611 opp_info->data->set_soc_info(dev, np, bin, process, volt_sel); in rockchip_cpufreq_cluster_init()
612 pname_table = rockchip_set_opp_prop_name(dev, process, volt_sel); in rockchip_cpufreq_cluster_init()