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

  /src/sys/arch/arm/sunxi/
sunxi_ccu_mux.c 1 /* $NetBSD: sunxi_ccu_mux.c,v 1.1 2021/11/07 17:13:12 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: sunxi_ccu_mux.c,v 1.1 2021/11/07 17:13:12 jmcneill Exp $");
43 struct sunxi_ccu_mux *mux = &clk->u.mux;
47 KASSERT(clk->type == SUNXI_CCU_MUX);
72 struct sunxi_ccu_mux *mux = &clk->u.mux;
76 KASSERT(clk->type == SUNXI_CCU_MUX);
sunxi_ccu.h 67 SUNXI_CCU_MUX,
417 struct sunxi_ccu_mux { struct
431 #define SUNXI_CCU_MUX(_id, _name, _parents, _reg, _sel, _flags) \
433 .type = SUNXI_CCU_MUX, \
458 struct sunxi_ccu_mux mux;

Completed in 13 milliseconds