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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_phase.c 1 /* $NetBSD: sunxi_ccu_phase.c,v 1.1 2017/07/17 23:26:17 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_phase.c,v 1.1 2017/07/17 23:26:17 jmcneill Exp $");
61 struct sunxi_ccu_phase *phase = &clk->u.phase;
66 KASSERT(clk->type == SUNXI_CCU_PHASE);
87 struct sunxi_ccu_phase *phase = &clk->u.phase;
92 KASSERT(clk->type == SUNXI_CCU_PHASE);
121 struct sunxi_ccu_phase *phase = &clk->u.phase;
123 KASSERT(clk->type == SUNXI_CCU_PHASE);
sunxi_ccu.h 64 SUNXI_CCU_PHASE,
313 struct sunxi_ccu_phase { struct
326 #define SUNXI_CCU_PHASE(_id, _name, _parent, _reg, _mask) \
328 .type = SUNXI_CCU_PHASE, \
455 struct sunxi_ccu_phase phase;

Completed in 180 milliseconds