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

  /src/sys/arch/arm/rockchip/
rk_cru_gate.c 1 /* $NetBSD: rk_cru_gate.c,v 1.2 2018/06/17 14:48:15 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: rk_cru_gate.c,v 1.2 2018/06/17 14:48:15 jmcneill Exp $");
43 struct rk_cru_gate *gate = &clk->u.gate;
45 KASSERT(clk->type == RK_CRU_GATE);
59 struct rk_cru_gate *gate = &clk->u.gate;
61 KASSERT(clk->type == RK_CRU_GATE);
rk_cru.h 47 RK_CRU_GATE,
344 struct rk_cru_gate { struct
358 .type = RK_CRU_GATE, \
371 .type = RK_CRU_GATE, \
422 struct rk_cru_gate gate;
rk_cru.c 356 case RK_CRU_GATE: type = "gate"; break;

Completed in 37 milliseconds