Home
last modified time | relevance | path

Searched full:bypass (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dsmsc,usb3503.yaml37 bypass-gpios:
40 GPIO for bypass.
41 Control signal to select between HUB MODE and BYPASS MODE.
57 Specifies initial mode. 1 for Hub mode, 2 for standby mode and 3 for bypass mode.
58 In bypass mode the downstream port 3 is connected to the upstream port with low
91 bypass-gpios: false
95 - bypass-gpios
138 bypass-gpios = <&gpx3 6 1>;
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dfrontend.json58 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
69 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
80 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
91 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
102 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
112 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
122 …e uops being delivered to the Alloc stage since uops can be delivered by bypass skipping the Instr…
132 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
143 …nstruction Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ.",
153 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dfrontend.json58 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
69 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
80 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
91 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
102 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
112 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
122 …e uops being delivered to the Alloc stage since uops can be delivered by bypass skipping the Instr…
132 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
143 …nstruction Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ.",
153 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dfrontend.json58 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
69 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
80 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
91 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
102 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
112 …e (IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may bypass the IDQ.",
122 …e uops being delivered to the Alloc stage since uops can be delivered by bypass skipping the Instr…
132 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
143 …nstruction Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ.",
153 …n Decode Queue (IDQ) from the MITE path. Counting includes uops that may bypass the IDQ. This also…
[all …]
/freebsd/sys/dev/ixgbe/
H A Dif_bypass.c40 * Mutex support for the bypass feature. Using a dual lock
47 while (atomic_cmpset_int(&sc->bypass.low, 0, 1) == 0) in ixgbe_bypass_mutex_enter()
49 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_mutex_enter()
60 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_mutex_clear()
62 while (atomic_cmpset_int(&sc->bypass.low, 1, 0) == 0) in ixgbe_bypass_mutex_clear()
75 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_wd_mutex_enter()
86 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_wd_mutex_clear()
146 * Show/Set the Bypass State:
148 * 2 = BYPASS
203 * 2 - go to Bypass operation
[all …]
/freebsd/sys/dev/mii/
H A Dnsphyterreg.h112 #define PCSR_MP_BYP_4B5B 0x1000 /* bypass encoder */
117 #define PCSR_MP_NRZI_BYPASS 0x0004 /* NRZI bypass enabled */
120 #define MII_NSPHYTER_LBR 0x17 /* loopback and bypass */
121 #define LBR_BP_STRETCH 0x4000 /* bypass LED stretching */
122 #define LBR_BP_4B5B 0x2000 /* bypass encoding/decoding */
123 #define LBR_BP_SCR 0x1000 /* bypass scrambler/descrambler */
124 #define LBR_BP_RX 0x0800 /* bypass receive function */
125 #define LBR_BP_TX 0x0400 /* bypass transmit function */
158 #define PHYCTRL_MP_BP_STRETCH 0x0100 /* bypass LED stretching */
H A Dnsphyreg.h81 #define MII_NSPHY_LBREMR 0x18 /* Loopback, bypass, error mask */
83 #define LBREMR_BP4B5B 0x4000 /* bypass 4b/5b encoding */
84 #define LBREMR_BPSCR 0x2000 /* bypass scrambler */
85 #define LBREMR_BPALIGN 0x1000 /* bypass alignment function */
H A Dciphyreg.h197 /* Bypass control register */
200 #define CIPHY_BYPASS_4B5B 0x4000 /* bypass the 4B5B encoder */
201 #define CIPHY_BYPASS_SCRAM 0x2000 /* bypass scrambler */
202 #define CIPHY_BYPASS_DSCAM 0x1000 /* bypass descrambler */
203 #define CIPHY_BYPASS_PCSRX 0x0800 /* bypass PCS receive */
204 #define CIPHY_BYPASS_PCSTX 0x0400 /* bypass PCS transmit */
205 #define CIPHY_BYPASS_LFI 0x0200 /* bypass LFI timer */
208 #define CIPHY_BYPASS_BCM5400 0x0040 /* bypass BCM5400 detect */
H A Damphyreg.h43 #define DSCR_BP4B5B 0x8000 /* Bypass 4B5B encoding */
44 #define DSCR_BPSCR 0x4000 /* Bypass scrambler */
45 #define DSCR_BPALIGN 0x2000 /* Bypass symbol alignment */
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
31 class Bypass;
32 def NoBypass : Bypass;
95 // a def by an instruction is available on a specific bypass and the use can
96 // read from the same bypass, then the operand use latency is reduced by one.
111 list<Bypass> bypasses = [], int uops = 1> {
116 list<Bypass> Bypasses = bypasses;
125 class ProcessorItineraries<list<FuncUnit> fu, list<Bypass> bp,
128 list<Bypass> BP = bp;
144 // info. Subtargets using NoItineraries can bypass the scheduler's
/freebsd/share/man/man4/
H A Dng_ppp.466 .Dv bypass
84 .Dv bypass
121 .Dv bypass
123 .Dv bypass
207 .Sh BYPASS HOOK
211 .Dv bypass
226 .Dv bypass
237 .Dv bypass
331 .It Va bypass
332 Bypass hook; frames have a four byte header consisting of
/freebsd/sbin/mount_nullfs/
H A Dmount_nullfs.8140 on the bypass routine, through which nearly all vnode operations
143 The bypass routine accepts arbitrary vnode operations for
154 Although bypass handles most operations,
187 The bypass routine stacks a null-node above the new
203 This operation would bypass through
240 The first approach is to call the aliasing layer's bypass routine.
244 the bypass routine already must do argument mapping.
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c597 uint8_t acct = 0, bypass = 0; in ng_netflow_rcvdata() local
619 bypass = 1; in ng_netflow_rcvdata()
623 bypass = 1; in ng_netflow_rcvdata()
628 if ((!bypass) && (iface->info.conf & in ng_netflow_rcvdata()
635 bypass = 1; in ng_netflow_rcvdata()
643 if (bypass) { in ng_netflow_rcvdata()
688 goto bypass; \ in ng_netflow_rcvdata()
755 goto bypass; /* pass this frame */ in ng_netflow_rcvdata()
779 goto bypass; in ng_netflow_rcvdata()
790 goto bypass; in ng_netflow_rcvdata()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Ddpll.txt5 (reference clock and bypass clock), with digital phase locked
36 and second entry bypass clock
55 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock
79 ti,low-power-bypass;
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq25980.yaml54 ti,bypass-ovp-limit-microvolt:
61 ti,bypass-ocp-limit-microamp:
67 ti,bypass-enable:
69 description: Enables bypass mode at boot time
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Dclocks.txt24 - ti,c64x+pll-bypass-delay: CPU cycles to delay when entering bypass mode
37 ti,c64x+pll-bypass-delay = <200>;
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_features.c282 .feature_name = "RAID 0 Read Bypass",
287 .feature_name = "RAID 1 Read Bypass",
292 .feature_name = "RAID 5 Read Bypass",
297 .feature_name = "RAID 6 Read Bypass",
302 .feature_name = "RAID 0 Write Bypass",
307 .feature_name = "RAID 1 Write Bypass",
312 .feature_name = "RAID 5 Write Bypass",
317 .feature_name = "RAID 6 Write Bypass",
/freebsd/sys/dev/random/
H A Drandom_infra.c52 0, "If set non-zero, bypass the random device in requests for random "
59 * tunable and actual bypass. It is intended for programmatic inspection by
71 * tunable and actual bypass for arc4random initial seeding. It is intended
85 * because they intend to handle bypass by inspecting the status of the
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt4803.yaml15 supports boost and auto bypass mode that depends on the difference between the
17 transform to boost mode. Otherwise, turn on bypass switch to enter bypass mode.
H A Dti-abb-regulator.txt32 0-bypass
82 1012500 0 0 0 0 0 /* Bypass */
102 975000 0 0 0 0 0 /* Bypass */
129 975000 0 0 0 0 0 /* Bypass */
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dactions,atc260x.yaml68 regulator-allow-bypass: true
87 regulator-allow-bypass: true
103 regulator-allow-bypass: false
115 regulator-allow-bypass: false
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfrontend.json332 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
343 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
354 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
365 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
376 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
386 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
397 …truction Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ.",
407 … Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ. This als…
418 …e the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ. Uops may…
429 …DQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfrontend.json332 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
343 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
354 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
365 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
376 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
386 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
397 …truction Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ.",
407 … Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ. This als…
418 …e the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ. Uops may…
429 …DQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfrontend.json332 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
343 …ue (IDQ) from the Decode Stream Buffer (DSB) path. Count includes uops that may 'bypass' the IDQ.",
354 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
365 …the MITE (legacy decode pipeline) path. Counting includes uops that may 'bypass' the IDQ. During t…
376 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
386 …(IDQ) from the Decode Stream Buffer (DSB) path. Counting includes uops that may 'bypass' the IDQ.",
397 …truction Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ.",
407 … Decode Queue (IDQ) from the MITE path. Counting includes uops that may 'bypass' the IDQ. This als…
418 …e the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ. Uops may…
429 …DQ) while the Microcode Sequencer (MS) is busy. Counting includes uops that may 'bypass' the IDQ.",
[all …]
/freebsd/lib/libipsec/
H A Dipsec_set_policy.3121 .It Ar direction Li bypass
123 .Li bypass
126 The bypass option is only
278 neither entrust nor bypass are used.

12345678910>>...27