HomeSort by: relevance | last modified time | path
    Searched refs:IMX_CCM_PLL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/nxp/
imx_ccm_pll.c 1 /* $NetBSD: imx_ccm_pll.c,v 1.1 2020/12/23 14:42:38 skrll Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: imx_ccm_pll.c,v 1.1 2020/12/23 14:42:38 skrll Exp $");
48 struct imx_ccm_pll *pll = &clk->u.pll;
51 KASSERT(clk->type == IMX_CCM_PLL);
72 struct imx_ccm_pll *pll= &clk->u.pll;
75 KASSERT(clk->type == IMX_CCM_PLL);
109 struct imx_ccm_pll *pll = &clk->u.pll;
111 KASSERT(clk->type == IMX_CCM_PLL);
imx_ccm.h 47 IMX_CCM_PLL,
147 struct imx_ccm_pll { struct
167 .type = IMX_CCM_PLL, \
298 struct imx_ccm_pll pll;
imx_ccm.c 292 case IMX_CCM_PLL: type = "pll"; break;

Completed in 13 milliseconds