Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_composite.h54 #define RK_CLK_COMPOSITE_DIV_EXP 0x0004 /* Register 0, 1, 2, 2, ... */ macro
H A Drk3288_cru.c703 CDIV(0, "hclk_cpu_s", "aclk_cpu_pre", RK_CLK_COMPOSITE_DIV_EXP,
756 CDIV(0, "pclk_peri_s", "aclk_peri_src", RK_CLK_COMPOSITE_DIV_EXP,
758 CDIV(0, "hclk_peri_s", "aclk_peri_src", RK_CLK_COMPOSITE_DIV_EXP,
854 COMP(0, "ddrphy", ddrphy_p, RK_CLK_COMPOSITE_DIV_EXP,
H A Drk_clk_composite.c214 if (sc->flags & RK_CLK_COMPOSITE_DIV_EXP) in rk_clk_composite_recalc()
238 if (sc->flags == RK_CLK_COMPOSITE_DIV_EXP) in rk_clk_composite_find_best()