Searched refs:RK_PLL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3568_pmucru.c | 55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ macro 106 RK_PLL(PLL_PPLL, "ppll", mux_pll_p, 0, 0), 107 RK_PLL(PLL_HPLL, "hpll", mux_pll_p, 2, 2),
|
H A D | rk3568_cru.c | 66 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ macro 293 RK_PLL(PLL_APLL, "apll", mux_pll_p, 0, 0), 294 RK_PLL(PLL_DPLL, "dpll", mux_pll_p, 1, 2), 295 RK_PLL(PLL_GPLL, "gpll", mux_pll_p, 2, 6), 296 RK_PLL(PLL_CPLL, "cpll", mux_pll_p, 3, 4), 297 RK_PLL(PLL_NPLL, "npll", mux_pll_p, 4, 10), 298 RK_PLL(PLL_VPLL, "vpll", mux_pll_p, 5, 12),
|