Home
last modified time | relevance | path

Searched refs:CLK_DIV_ZERO_BASED (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/clk/
H A Dclk_div.c131 !(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_init()
198 if (!(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_set_freq()
209 if (!(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_set_freq()
H A Dclk_div.h32 #define CLK_DIV_ZERO_BASED 0x0001 /* Zero based divider. */ macro
/freebsd/sys/arm/ti/clk/
H A Dti_divider_clock.c141 sc->div_def.div_flags = CLK_DIV_ZERO_BASED; in ti_divider_attach()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_pll.c200 .div_flags = CLK_DIV_WITH_TABLE | CLK_DIV_ZERO_BASED, \