Home
last modified time | relevance | path

Searched refs:on_value (Results 1 – 21 of 21) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c66 return (so->on_value);
84 *op++ = io->on_value; in addipopt()
89 if (io->on_value == IPOPT_RR) { in addipopt()
95 if (io->on_value == IPOPT_TS) in addipopt()
102 switch (io->on_value) in addipopt()
129 if (io->on_value == IPOPT_RR) in addipopt()
154 lastop = io->on_value;
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_gate.c56 uint32_t on_value; member
85 sc->ungated = reg == sc->on_value ? 1 : 0; in rk_clk_gate_init()
101 ((sc->ungated ? sc->on_value : sc->off_value) << sc->shift) | in rk_clk_gate_set_gate()
126 sc->on_value = clkdef->on_value; in rk_clk_gate_register()
H A Drk_clk_gate.h38 uint32_t on_value; member
H A Drk_cru.c196 def.on_value = 0; in rk_cru_register_gates()
/freebsd/sys/dev/clk/
H A Dclk_gate.c57 uint32_t on_value; member
90 (enable ? sc->on_value : sc->off_value) << sc->shift); in clknode_gate_set_gate()
114 *enabled = reg == sc->on_value; in clknode_gate_get_gate()
132 sc->on_value = clkdef->on_value; in clknode_gate_register()
H A Dclk_gate.h37 uint32_t on_value; member
/freebsd/sbin/ipf/libipf/
H A Doptprint.c23 if ((io->on_value != IPOPT_SECURITY) || in optprint()
30 if (io->on_value == IPOPT_SECURITY) in optprint()
57 if ((io->on_value != IPOPT_SECURITY) || in optprint()
61 if (io->on_value == in optprint()
H A Daddipopt.c27 *op++ = io->on_value; in addipopt()
34 switch (io->on_value) in addipopt()
59 io->on_name, io->on_value, io->on_bit, len); in addipopt()
H A Dipoptsec.c42 return (u_char)so->on_value; in seclevel()
52 if (so->on_value == class) in secbit()
H A Doptvalue.c30 if (io->on_value == optval) in getoptbyvalue()
H A Dv6optvalue.c32 if (io->on_value == optval) in getv6optbyvalue()
/freebsd/sys/arm/mv/clk/
H A Dperiph.h95 .clk_def.full_dd.gate.on_value = 0, \
129 .clk_def.full_d.gate.on_value = 0, \
171 .clk_def.gate.gate.on_value = 0, \
227 .clk_def.mux_gate.gate.on_value = 0, \
248 .clk_def.mux_gate_fixed.gate.on_value = 0, \
270 .clk_def.fixed.gate.on_value = 0, \
/freebsd/sys/arm/ti/clk/
H A Dti_gate_clock.c162 sc->gate_def.on_value = 0; in ti_gate_attach()
167 sc->gate_def.on_value = 1; in ti_gate_attach()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c117 .on_value = 3, \
132 .on_value = 1, \
147 .on_value = 0, \
H A Dtegra210_clk_pll.c218 .on_value = 1, \
232 .on_value = 3, \
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c116 .on_value = 3, \
131 .on_value = 1, \
146 .on_value = 0, \
/freebsd/sys/arm/mv/
H A Dmv_cp110_clock.c243 def.on_value = 1; in mv_cp110_clock_attach()
/freebsd/sbin/ipf/common/
H A Dipf.h108 int on_value; member
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccung.c197 def.on_value = 1; in aw_ccung_register_gates()
/freebsd/sys/riscv/sifive/
H A Dsifive_prci.c529 clkdef_gate.on_value = 1; in prci_attach()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y1564 if (io->on_value == sto->sto_op) in add_ipopt()
1566 canip->ah_lastopt = io->on_value; in add_ipopt()