Searched refs:on_value (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/dev/extres/clk/
H A Dclk_gate.h39 uint32_t on_value; member in struct:clk_gate_def
H A Dclk_gate.c60 uint32_t on_value; member in struct:clknode_gate_sc
89 sc->ungated = reg == sc->on_value ? 1 : 0;
105 (sc->ungated ? sc->on_value : sc->off_value) << sc->shift);
129 sc->on_value = clkdef->on_value;
/freebsd-13-stable/sys/arm64/rockchip/clk/
H A Drk_clk_gate.h40 uint32_t on_value; member in struct:rk_clk_gate_def
H A Drk_clk_gate.c59 uint32_t on_value; member in struct:rk_clk_gate_sc
88 sc->ungated = reg == sc->on_value ? 1 : 0;
104 ((sc->ungated ? sc->on_value : sc->off_value) << sc->shift) |
129 sc->on_value = clkdef->on_value;
H A Drk_cru.c201 def.on_value = 0;
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dipoptsec.c43 return (u_char)so->on_value;
53 if (so->on_value == class)
H A Doptprint.c25 if ((io->on_value != IPOPT_SECURITY) ||
32 if (io->on_value == IPOPT_SECURITY)
59 if ((io->on_value != IPOPT_SECURITY) ||
63 if (io->on_value ==
H A Doptvalue.c31 if (io->on_value == optval)
H A Dv6optvalue.c35 if (io->on_value == optval)
H A Daddipopt.c31 *op++ = io->on_value;
38 switch (io->on_value)
63 io->on_name, io->on_value, io->on_bit, len);
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c71 return so->on_value;
92 *op++ = io->on_value;
97 if (io->on_value == IPOPT_RR) {
103 if (io->on_value == IPOPT_TS)
110 switch (io->on_value)
137 if (io->on_value == IPOPT_RR)
161 lastop = io->on_value;
/freebsd-13-stable/sys/arm/ti/clk/
H A Dti_gate_clock.c167 sc->gate_def.on_value = 0;
170 "on_value = 0, off_value = 1 (ti,set-bit-to-disable)\n");
172 sc->gate_def.on_value = 1;
174 DPRINTF(sc->sc_dev, "on_value = 1, off_value = 0\n");
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c120 .on_value = 3, \
135 .on_value = 1, \
150 .on_value = 0, \
H A Dtegra210_clk_pll.c221 .on_value = 1, \
235 .on_value = 3, \
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c119 .on_value = 3, \
134 .on_value = 1, \
149 .on_value = 0, \
/freebsd-13-stable/contrib/ipfilter/
H A Dipf.h109 int on_value; member in struct:ipopt_names
/freebsd-13-stable/sys/arm/mv/
H A Dmv_cp110_clock.c248 def.on_value = 1;
/freebsd-13-stable/sys/arm/allwinner/clkng/
H A Daw_ccung.c202 def.on_value = 1;
/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1620 if (io->on_value == sto->sto_op)
1622 canip->ah_lastopt = io->on_value;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_clock.c447 gatedef.on_value = 0;

Completed in 298 milliseconds