HomeSort by: relevance | last modified time | path
    Searched refs:rk_cru_gate (Results 1 - 2 of 2) 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;

Completed in 12 milliseconds