Home
last modified time | relevance | path

Searched refs:pvtpll_table (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3576/scmi/
H A Drk3576_clk.c197 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[] = {
[all …]
/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/scmi/
H A Drk3568_clk.c128 struct pvtpll_table { struct
158 static struct pvtpll_table rk3568_cpu_pvtpll_table[] = { argument
174 static struct pvtpll_table rk3568_gpu_pvtpll_table[] = {
185 static struct pvtpll_table rk3568_npu_pvtpll_table[] = {
224 static void rk3568_adjust_pvtpll_table(struct pvtpll_table *pvtpll, in rk3568_adjust_pvtpll_table()
255 rockchip_get_pvtpll_length(struct pvtpll_table *table, int count, in rockchip_get_pvtpll_length()
267 static struct pvtpll_table *rkclk_get_pll_config(unsigned int freq_hz) in rkclk_get_pll_config()
281 struct pvtpll_table *div; in rk3568_apll_set_rate()
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/scmi/
H A Drk3588_clk.c152 struct pvtpll_table { struct
159 struct pvtpll_table *cpul_table; argument
160 struct pvtpll_table *cpub01_table;
161 struct pvtpll_table *cpub23_table;
162 struct pvtpll_table *gpu_table;
163 struct pvtpll_table *npu_table;
194 static struct pvtpll_table rk3588_cpul_pvtpll_table[] = {
208 static struct pvtpll_table rk3588_cpub0_pvtpll_table[] = {
229 pvtpll_table rk3588_cpub1_pvtpll_table[ARRAY_SIZE(rk3588_cpub0_pvtpll_table)] = { 0 };
231 static struct pvtpll_table rk3588_gpu_pvtpll_table[] = {
[all …]