Home
last modified time | relevance | path

Searched refs:off_value (Results 1 – 14 of 14) sorted by relevance

/src/sys/dev/clk/
H A Dclk_gate.c58 uint32_t off_value; member
90 (enable ? sc->on_value : sc->off_value) << sc->shift); in clknode_gate_set_gate()
133 sc->off_value = clkdef->off_value; in clknode_gate_register()
H A Dclk_gate.h38 uint32_t off_value; member
/src/sys/dev/clk/rockchip/
H A Drk_clk_gate.c57 uint32_t off_value; member
101 ((sc->ungated ? sc->on_value : sc->off_value) << sc->shift) | in rk_clk_gate_set_gate()
127 sc->off_value = clkdef->off_value; in rk_clk_gate_register()
H A Drk_clk_gate.h39 uint32_t off_value; member
H A Drk_cru.c197 def.off_value = 1; in rk_cru_register_gates()
/src/sys/arm/mv/clk/
H A Dperiph.h96 .clk_def.full_dd.gate.off_value = 1, \
130 .clk_def.full_d.gate.off_value = 1, \
172 .clk_def.gate.gate.off_value = 1, \
228 .clk_def.mux_gate.gate.off_value = 1, \
249 .clk_def.mux_gate_fixed.gate.off_value = 1, \
271 .clk_def.fixed.gate.off_value = 1, \
H A Darmada38x_gateclk.c367 defp->off_value = 0; in armada38x_gateclk_attach()
/src/sys/arm/ti/clk/
H A Dti_gate_clock.c163 sc->gate_def.off_value = 1; in ti_gate_attach()
168 sc->gate_def.off_value = 0; in ti_gate_attach()
/src/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c118 .off_value = 0, \
133 .off_value = 0, \
148 .off_value = 1, \
H A Dtegra210_clk_pll.c219 .off_value = 0, \
233 .off_value = 0, \
/src/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c117 .off_value = 0, \
132 .off_value = 0, \
147 .off_value = 1, \
/src/sys/arm/mv/
H A Dmv_cp110_clock.c244 def.off_value = 0; in mv_cp110_clock_attach()
/src/sys/dev/clk/allwinner/
H A Daw_ccung.c198 def.off_value = 0; in aw_ccung_register_gates()
/src/sys/riscv/sifive/
H A Dsifive_prci.c530 clkdef_gate.off_value = 0; in prci_attach()