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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_nkmp.c 1 /* $NetBSD: sunxi_ccu_nkmp.c,v 1.8 2019/01/02 19:33:06 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_nkmp.c,v 1.8 2019/01/02 19:33:06 jmcneill Exp $");
43 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
47 KASSERT(clk->type == SUNXI_CCU_NKMP);
77 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
82 KASSERT(clk->type == SUNXI_CCU_NKMP);
140 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
144 KASSERT(clk->type == SUNXI_CCU_NKMP);
219 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
221 KASSERT(clk->type == SUNXI_CCU_NKMP);
    [all...]
sunxi_ccu.h 61 SUNXI_CCU_NKMP,
101 struct sunxi_ccu_nkmp { struct
132 .type = SUNXI_CCU_NKMP, \
150 #define SUNXI_CCU_NKMP(_id, _name, _parent, _reg, _n, _k, _m, \
452 struct sunxi_ccu_nkmp nkmp;
sun8i_a83t_ccu.c 139 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
176 .type = SUNXI_CCU_NKMP,
197 .type = SUNXI_CCU_NKMP,
217 SUNXI_CCU_NKMP(A83T_CLK_PLL_PERIPH, "pll_periph", "hosc",
sun9i_a80_ccu.c 141 struct sunxi_ccu_nkmp *nkmp = &clk->u.nkmp;
178 .type = SUNXI_CCU_NKMP,
199 .type = SUNXI_CCU_NKMP,
219 SUNXI_CCU_NKMP(A80_CLK_PLL_PERIPH0, "pll_periph0", "hosc",
227 SUNXI_CCU_NKMP(A80_CLK_PLL_PERIPH1, "pll_periph1", "hosc",

Completed in 15 milliseconds