Searched refs:off_value (Results 1 – 14 of 14) sorted by relevance
| /src/sys/dev/clk/ |
| H A D | clk_gate.c | 58 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 D | clk_gate.h | 38 uint32_t off_value; member
|
| /src/sys/dev/clk/rockchip/ |
| H A D | rk_clk_gate.c | 57 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 D | rk_clk_gate.h | 39 uint32_t off_value; member
|
| H A D | rk_cru.c | 197 def.off_value = 1; in rk_cru_register_gates()
|
| /src/sys/arm/mv/clk/ |
| H A D | periph.h | 96 .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 D | armada38x_gateclk.c | 367 defp->off_value = 0; in armada38x_gateclk_attach()
|
| /src/sys/arm/ti/clk/ |
| H A D | ti_gate_clock.c | 163 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 D | tegra210_car.c | 118 .off_value = 0, \ 133 .off_value = 0, \ 148 .off_value = 1, \
|
| H A D | tegra210_clk_pll.c | 219 .off_value = 0, \ 233 .off_value = 0, \
|
| /src/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_car.c | 117 .off_value = 0, \ 132 .off_value = 0, \ 147 .off_value = 1, \
|
| /src/sys/arm/mv/ |
| H A D | mv_cp110_clock.c | 244 def.off_value = 0; in mv_cp110_clock_attach()
|
| /src/sys/dev/clk/allwinner/ |
| H A D | aw_ccung.c | 198 def.off_value = 0; in aw_ccung_register_gates()
|
| /src/sys/riscv/sifive/ |
| H A D | sifive_prci.c | 530 clkdef_gate.off_value = 0; in prci_attach()
|