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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_div.c 1 /* $NetBSD: sunxi_ccu_div.c,v 1.6 2019/11/17 17:33:17 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_div.c,v 1.6 2019/11/17 17:33:17 jmcneill Exp $");
43 struct sunxi_ccu_div *div = &clk->u.div;
46 KASSERT(clk->type == SUNXI_CCU_DIV);
65 struct sunxi_ccu_div *div = &clk->u.div;
70 KASSERT(clk->type == SUNXI_CCU_DIV);
105 struct sunxi_ccu_div *div = &clk->u.div;
137 struct sunxi_ccu_div *div = &clk->u.div;
143 KASSERT(clk->type == SUNXI_CCU_DIV);
187 struct sunxi_ccu_div *div = &clk->u.div
    [all...]
sunxi_ccu.h 63 SUNXI_CCU_DIV,
202 struct sunxi_ccu_div { struct
228 #define SUNXI_CCU_DIV(_id, _name, _parents, _reg, _div, \
236 .type = SUNXI_CCU_DIV, \
454 struct sunxi_ccu_div div;

Completed in 12 milliseconds