HomeSort by: relevance | last modified time | path
    Searched refs:imx_ccm_pll (Results 1 - 2 of 2) 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;

Completed in 56 milliseconds