Home
last modified time | relevance | path

Searched refs:rockchip_pll_rate_table (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/rockchip/
Dclk-pll.c39 const struct rockchip_pll_rate_table *rate_table;
50 static const struct rockchip_pll_rate_table *rockchip_get_pll_settings( in rockchip_get_pll_settings()
53 const struct rockchip_pll_rate_table *rate_table = pll->rate_table; in rockchip_get_pll_settings()
68 const struct rockchip_pll_rate_table *rate_table = pll->rate_table; in rockchip_pll_round_rate()
140 struct rockchip_pll_rate_table *rate) in rockchip_rk3036_pll_get_params()
167 struct rockchip_pll_rate_table cur; in rockchip_rk3036_pll_recalc_rate()
190 const struct rockchip_pll_rate_table *rate) in rockchip_rk3036_pll_set_params()
194 struct rockchip_pll_rate_table cur; in rockchip_rk3036_pll_set_params()
252 const struct rockchip_pll_rate_table *rate; in rockchip_rk3036_pll_set_rate()
299 const struct rockchip_pll_rate_table *rate; in rockchip_rk3036_pll_init()
[all …]
Dclk.h244 struct rockchip_pll_rate_table { struct
290 struct rockchip_pll_rate_table *rate_table;
317 struct rockchip_pll_rate_table *rate_table,
Dclk-rk3328.c24 static struct rockchip_pll_rate_table rk3328_pll_rates[] = {
71 static struct rockchip_pll_rate_table rk3328_pll_frac_rates[] = {
Dclk-rk3188.c22 static struct rockchip_pll_rate_table rk3188_pll_rates[] = {
859 struct rockchip_pll_rate_table *rate; in rk3188_clk_init()
Dclk-rk3036.c24 static struct rockchip_pll_rate_table rk3036_pll_rates[] = {
Dclk-rk3128.c21 static struct rockchip_pll_rate_table rk3128_pll_rates[] = {
Dclk-rk3228.c22 static struct rockchip_pll_rate_table rk3228_pll_rates[] = {
Dclk-rv1108.c22 static struct rockchip_pll_rate_table rv1108_pll_rates[] = {
Dclk-rk3368.c20 static struct rockchip_pll_rate_table rk3368_pll_rates[] = {
Dclk-rk3288.c27 static struct rockchip_pll_rate_table rk3288_pll_rates[] = {
Dclk-px30.c25 static struct rockchip_pll_rate_table px30_pll_rates[] = {
Dclk-rk3308.c21 static struct rockchip_pll_rate_table rk3308_pll_rates[] = {
Dclk-rk3399.c26 static struct rockchip_pll_rate_table rk3399_pll_rates[] = {
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch995 const struct rockchip_pll_rate_table *rate_table;
1041 +static struct rockchip_pll_rate_table auto_table;
1067 + const struct rockchip_pll_rate_table *rate_table;
1091 + const struct rockchip_pll_rate_table *rate_table;
1113 +static struct rockchip_pll_rate_table *rk_pll_rate_table_get(void)
1145 +static struct rockchip_pll_rate_table *
1150 + struct rockchip_pll_rate_table *rate_table = rk_pll_rate_table_get();
1206 +static struct rockchip_pll_rate_table *
1211 + struct rockchip_pll_rate_table *rate_table = rk_pll_rate_table_get();
1282 static const struct rockchip_pll_rate_table *rockchip_get_pll_settings(
[all …]