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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_gate.c 1 /* $NetBSD: sunxi_ccu_gate.c,v 1.2 2017/06/29 17:06:21 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_gate.c,v 1.2 2017/06/29 17:06:21 jmcneill Exp $");
43 struct sunxi_ccu_gate *gate = &clk->u.gate;
46 KASSERT(clk->type == SUNXI_CCU_GATE);
61 struct sunxi_ccu_gate *gate = &clk->u.gate;
63 KASSERT(clk->type == SUNXI_CCU_GATE);
sunxi_ccu.h 59 SUNXI_CCU_GATE,
70 struct sunxi_ccu_gate { struct
81 #define SUNXI_CCU_GATE(_id, _name, _pname, _reg, _bit) \
83 .type = SUNXI_CCU_GATE, \
450 struct sunxi_ccu_gate gate;

Completed in 12 milliseconds