Home
last modified time | relevance | path

Searched refs:div_flags (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/clk/
H A Dclk_div.c65 int div_flags; member
86 if (!(sc->div_flags & CLK_DIV_WITH_TABLE)) in clknode_div_table_get_divider()
101 if (!(sc->div_flags & CLK_DIV_WITH_TABLE)) in clknode_div_table_get_value()
130 if (!(sc->div_flags & CLK_DIV_WITH_TABLE) && in clknode_div_init()
131 !(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_init()
194 if (sc->div_flags & CLK_DIV_WITH_TABLE) { in clknode_div_set_freq()
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()
257 sc->div_flags = clkdef->div_flags; in clknode_div_register()
H A Dclk_div.h47 int div_flags; /* Divider-specific flags */ member
/freebsd/sys/arm/mv/clk/
H A Dperiph.h77 .clk_def.full_dd.div1.div_flags = 0x0, \
85 .clk_def.full_dd.div2.div_flags = 0x0, \
119 .clk_def.full_d.div.div_flags = 0x0, \
152 .clk_def.cpu.div.div_flags = 0x0, \
195 .clk_def.mdd.div1.div_flags = 0x0, \
203 .clk_def.mdd.div2.div_flags = 0x0, \
/freebsd/sys/arm/ti/clk/
H A Dti_divider_clock.c141 sc->div_def.div_flags = CLK_DIV_ZERO_BASED; in ti_divider_attach()
169 if (sc->div_def.div_flags) in ti_divider_attach()
/freebsd/sys/arm64/qoriq/clk/
H A Dls1028a_flexspi_clk.c203 sc->clk_def.div_flags = CLK_DIV_WITH_TABLE; in ls1028a_flexspi_clk_attach()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c103 .div_flags = f, \
H A Dtegra210_clk_pll.c200 .div_flags = CLK_DIV_WITH_TABLE | CLK_DIV_ZERO_BASED, \
/freebsd/sys/dev/clk/allwinner/
H A Dccu_a13.c324 .div_flags = CLK_DIV_WITH_TABLE,
H A Daw_clk.h583 .div_flags = _div_flags, \
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c102 .div_flags = f, \