Searched refs:bypass (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-jtag.c93 jtgc.s.bypass = 0x3;
95 jtgc.s.bypass = 0x7;
97 jtgc.s.bypass = 0xf;
128 jtgc.s.bypass = 1<<qlm;
185 jtgc.s.bypass = 1<<qlm;
216 jtgc.s.bypass = 1<<qlm;
H A Dcvmx-asxx-defs.h639 uint64_t bypass : 1; /**< When set, the rld_dll setting is bypassed with member in struct:cvmx_asxx_rld_bypass::cvmx_asxx_rld_bypass_s
642 uint64_t bypass : 1;
664 uint64_t setting : 5; /**< The rld_dll setting bypass value */
1177 uint64_t bypass : 1; /**< Compensation bypass */ member in struct:cvmx_asxx_tx_comp_byp::cvmx_asxx_tx_comp_byp_cn30xx
1183 uint64_t bypass : 1;
1203 uint64_t bypass : 1; /**< Compensation bypass */ member in struct:cvmx_asxx_tx_comp_byp::cvmx_asxx_tx_comp_byp_cn50xx
1213 uint64_t bypass : 1;
H A Dcvmx-ciu-defs.h10177 uint64_t g2bypass : 1; /**< QLM0 PCIE Gen2 tx bypass enable */
10179 uint64_t g2deemph : 5; /**< QLM0 PCIE Gen2 tx bypass de-emphasis value */
10181 uint64_t g2margin : 5; /**< QLM0 PCIE Gen2 tx bypass margin (amplitude) value */
10183 uint64_t txbypass : 1; /**< QLM0 transmitter bypass enable */
10185 uint64_t txdeemph : 5; /**< QLM0 transmitter bypass de-emphasis value */
10187 uint64_t txmargin : 5; /**< QLM0 transmitter bypass margin (amplitude) value */
10211 uint64_t txbypass : 1; /**< QLM0 transmitter bypass enable */
10213 uint64_t txdeemph : 4; /**< QLM0 transmitter bypass de-emphasis value */
10215 uint64_t txmargin : 5; /**< QLM0 transmitter bypass margin (amplitude) value */
10233 uint64_t txbypass : 1; /**< QLMx transmitter bypass enabl
10557 uint64_t bypass : 4; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_s
10579 uint64_t bypass : 2; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn52xx
10600 uint64_t bypass : 4; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn56xx
10621 uint64_t bypass : 3; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn61xx
[all...]
H A Dcvmx-lmcx-defs.h1584 uint64_t ptune : 4; /**< PCTL impedance control in bypass mode */
1585 uint64_t ntune : 4; /**< NCTL impedance control in bypass mode */
5444 uint64_t comp_bypass : 1; /**< Compensation bypass. */
6393 uint64_t bypass : 1; /**< PLL Bypass */ member in struct:cvmx_lmcx_pll_ctl::cvmx_lmcx_pll_ctl_s
6424 uint64_t bypass : 1;
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl124 # - Note that due to the bypass/forwarding-path, the first two
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
158 # bypass path, and activate the bypass path ALL IN THE SAME
160 # the bypass with a simple conditional move instruction.
161 # Fortunately, the bypass paths get activated relatively
215 local *bypass = shift;
302 &P(\$bypass, ".rc4Bypass%u:", $label);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
304 &I(\$bypass, "no
[all...]
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dng_netflow.c594 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; local
612 bypass = 1;
616 bypass = 1;
621 if ((!bypass) && (iface->info.conf &
628 bypass = 1;
636 if (bypass) {
679 goto bypass; \
742 goto bypass; /* pass this frame */
763 goto bypass;
772 goto bypass;
[all...]
/freebsd-10.0-release/sys/geom/sched/
H A Dgs_rr.c164 int bypass; /* bypass scheduling writes */ member in struct:g_rr_params
211 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, bypass, CTLFLAG_RW,
212 &me.bypass, 0, "Bypass scheduler");
405 if (me.bypass == 0 && !force) {
533 if (me.bypass)
534 return (-1); /* bypass the scheduler */
H A Dg_sched.c842 goto bypass;
856 goto bypass;
880 bypass:
/freebsd-10.0-release/sys/dev/safe/
H A Dsafe.c852 int bypass, oplen, ivsize; local
1072 bypass = maccrd->crd_skip;
1099 printf("bypass %d coffset %d oplen %d\n",
1100 bypass, coffset, oplen);
1121 * the bypass to the start of data to be encrypted.
1125 * immediately after the bypass data.
1135 bypass = enccrd->crd_skip;
1136 oplen = bypass + enccrd->crd_len;
1138 bypass = maccrd->crd_skip;
1139 oplen = bypass
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenautomata.c390 /* output and input insns of given bypass. */
393 /* The next bypass for given output insn. */
504 struct bypass_decl bypass;
901 &(_decl)->decl.bypass; }))
1081 #define DECL_BYPASS(d) (&(d)->decl.bypass)
2374 /* The function searches for bypass with given IN_INSN_RESERV in given
2380 struct bypass_decl *bypass;
2382 for (bypass = bypass_list; bypass != NULL; bypass
500 struct bypass_decl bypass; member in union:decl::__anon1049
2371 struct bypass_decl *bypass; local
2389 struct bypass_decl *bypass; local
8121 struct bypass_decl *bypass; local
[all...]
/freebsd-10.0-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf1312 R@ <@ $*> $n temporarily bypass Sun bogosity
1330 R@ <@ $*> $n temporarily bypass Sun bogosity
/freebsd-10.0-release/lib/libpmc/
H A Dlibpmc.c1132 /* nb memory controller bypass saturation */
1134 __K8MASK(memory-controller-hi-pri-bypass, 0),
1135 __K8MASK(memory-controller-lo-pri-bypass, 1),
1136 __K8MASK(dram-controller-interface-bypass, 2),
1137 __K8MASK(dram-controller-queue-bypass, 3),
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h354 struct t3_bypass_wr bypass; member in union:t3_wr
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dcommon.h282 unsigned int bypass:1; /* this is a bypass card */ member in struct:adapter_params
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c10958 rtx second, bypass;
10973 tmp, &second, &bypass);
10989 if (bypass)
10994 if (bypass != NULL_RTX)
11000 bypass,
11056 int bypass = 0;
11062 bypass = 1;
11068 if (bypass)
10933 rtx second, bypass; local
11031 int bypass = 0; local

Completed in 510 milliseconds