Searched refs:ungated (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/extres/clk/
H A Dclk_gate.c63 bool ungated; member in struct:clknode_gate_sc
89 sc->ungated = reg == sc->on_value ? 1 : 0;
102 sc->ungated = enable;
105 (sc->ungated ? sc->on_value : sc->off_value) << sc->shift);
/freebsd-12-stable/sys/arm64/rockchip/clk/
H A Drk_clk_gate.c62 bool ungated; member in struct:rk_clk_gate_sc
88 sc->ungated = reg == sc->on_value ? 1 : 0;
101 sc->ungated = enable;
104 ((sc->ungated ? sc->on_value : sc->off_value) << sc->shift) |

Completed in 102 milliseconds