Searched refs:div_flags (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/clk/ |
H A D | clk_div.c | 65 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 D | clk_div.h | 47 int div_flags; /* Divider-specific flags */ member
|
/freebsd/sys/arm/mv/clk/ |
H A D | periph.h | 77 .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 D | ti_divider_clock.c | 141 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 D | ls1028a_flexspi_clk.c | 203 sc->clk_def.div_flags = CLK_DIV_WITH_TABLE; in ls1028a_flexspi_clk_attach()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_car.c | 103 .div_flags = f, \
|
H A D | tegra210_clk_pll.c | 200 .div_flags = CLK_DIV_WITH_TABLE | CLK_DIV_ZERO_BASED, \
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | ccu_a13.c | 324 .div_flags = CLK_DIV_WITH_TABLE,
|
H A D | aw_clk.h | 583 .div_flags = _div_flags, \
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 102 .div_flags = f, \
|