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

  /src/sys/arch/arm/amlogic/
meson_clk_div.c 1 /* $NetBSD: meson_clk_div.c,v 1.3 2019/02/25 19:30:17 jmcneill Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: meson_clk_div.c,v 1.3 2019/02/25 19:30:17 jmcneill Exp $");
43 struct meson_clk_div *div = &clk->u.div;
48 KASSERT(clk->type == MESON_CLK_DIV);
83 struct meson_clk_div *div = &clk->u.div;
89 KASSERT(clk->type == MESON_CLK_DIV);
143 struct meson_clk_div *div = &clk->u.div;
145 KASSERT(clk->type == MESON_CLK_DIV);
meson_clk.h 64 MESON_CLK_DIV,
125 struct meson_clk_div { struct
142 #define MESON_CLK_DIV(_id, _name, _parent, _reg, _div, _flags) \
144 .type = MESON_CLK_DIV, \
338 struct meson_clk_div div;

Completed in 415 milliseconds