Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_pll.c55 struct rk_clk_pll_rate *frac_rates; member
336 sc->frac_rates = clkdef->frac_rates; in rk3066_clk_pll_register()
443 else if (sc->frac_rates) in rk3328_clk_pll_set_freq()
444 rates = sc->frac_rates; in rk3328_clk_pll_set_freq()
542 sc->frac_rates = clkdef->frac_rates; in rk3328_clk_pll_register()
687 else if (sc->frac_rates) in rk3399_clk_pll_set_freq()
688 rates = sc->frac_rates; in rk3399_clk_pll_set_freq()
781 sc->frac_rates = clkdef->frac_rates; in rk3399_clk_pll_register()
H A Drk_clk_pll.h59 struct rk_clk_pll_rate *frac_rates; member
H A Drk3328_cru.c602 .frac_rates = rk3328_pll_frac_rates,
646 .frac_rates = rk3328_pll_frac_rates,