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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_nm.c 1 /* $NetBSD: sunxi_ccu_nm.c,v 1.4 2017/10/28 13:13:45 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_nm.c,v 1.4 2017/10/28 13:13:45 jmcneill Exp $");
43 struct sunxi_ccu_nm *nm = &clk->u.nm;
46 KASSERT(clk->type == SUNXI_CCU_NM);
65 struct sunxi_ccu_nm *nm = &clk->u.nm;
70 KASSERT(clk->type == SUNXI_CCU_NM);
105 struct sunxi_ccu_nm *nm = &clk->u.nm;
193 struct sunxi_ccu_nm *nm = &clk->u.nm;
197 KASSERT(clk->type == SUNXI_CCU_NM);
222 struct sunxi_ccu_nm *nm = &clk->u.nm
    [all...]
sunxi_ccu.h 60 SUNXI_CCU_NM,
156 struct sunxi_ccu_nm { struct
182 #define SUNXI_CCU_NM(_id, _name, _parents, _reg, _n, _m, _sel, \
185 .type = SUNXI_CCU_NM, \
451 struct sunxi_ccu_nm nm;

Completed in 147 milliseconds