HomeSort by: relevance | last modified time | path
    Searched defs:pll_parents (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk3288_cru.c 63 static const char * pll_parents[] = { "xin24m" }; variable in typeref:typename:const char * []
81 RK3288_PLL(RK3288_PLL_CPLL, "cpll", pll_parents,
87 RK3288_PLL(RK3288_PLL_GPLL, "gpll", pll_parents,
93 RK3288_PLL(RK3288_PLL_NPLL, "npll", pll_parents,
rk3399_pmucru.c 286 static const char * pll_parents[] = { "xin24m", "xin32k" }; variable in typeref:typename:const char * []
289 RK3399_PLL(RK3399_PLL_PPLL, "ppll", pll_parents,
rk3328_cru.c 135 static const char * pll_parents[] = { "xin24m" }; variable in typeref:typename:const char * []
163 RK_PLL(RK3328_PLL_APLL, "apll", pll_parents,
169 RK_PLL(RK3328_PLL_DPLL, "dpll", pll_parents,
175 RK_PLL(RK3328_PLL_CPLL, "cpll", pll_parents,
181 RK_PLL(RK3328_PLL_GPLL, "gpll", pll_parents,
187 RK_PLL(RK3328_PLL_NPLL, "npll", pll_parents,
rk3399_cru.c 359 static const char * pll_parents[] = { "xin24m", "xin32k" }; variable in typeref:typename:const char * []
396 RK3399_PLL(RK3399_PLL_APLLL, "lpll", pll_parents,
402 RK3399_PLL(RK3399_PLL_APLLB, "bpll", pll_parents,
408 RK3399_PLL(RK3399_PLL_DPLL, "dpll", pll_parents,
414 RK3399_PLL(RK3399_PLL_CPLL, "cpll", pll_parents,
420 RK3399_PLL(RK3399_PLL_GPLL, "gpll", pll_parents,
426 RK3399_PLL(RK3399_PLL_NPLL, "npll", pll_parents,
432 RK3399_PLL(RK3399_PLL_VPLL, "vpll", pll_parents,
714 RK_COMPOSITE(RK3399_SCLK_USB3OTG0_SUSPEND, "clk_usb3otg0_suspend", pll_parents,
721 RK_COMPOSITE(RK3399_SCLK_USB3OTG1_SUSPEND, "clk_usb3otg1_suspend", pll_parents,
    [all...]

Completed in 13 milliseconds