Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-helper-jtag.c93 jtgc.s.bypass = 0x3; in cvmx_helper_qlm_jtag_init()
95 jtgc.s.bypass = 0x7; in cvmx_helper_qlm_jtag_init()
97 jtgc.s.bypass = 0xf; in cvmx_helper_qlm_jtag_init()
128 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_shift()
185 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_update()
216 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_capture()
HDcvmx-asxx-defs.h639 uint64_t bypass : 1; /**< When set, the rld_dll setting is bypassed with member
642 uint64_t bypass : 1;
1177 uint64_t bypass : 1; /**< Compensation bypass */ member
1183 uint64_t bypass : 1;
1203 uint64_t bypass : 1; /**< Compensation bypass */ member
1213 uint64_t bypass : 1;
/freebsd-13-stable/sys/netgraph/netflow/
HDng_netflow.c596 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local
614 bypass = 1; in ng_netflow_rcvdata()
618 bypass = 1; in ng_netflow_rcvdata()
623 if ((!bypass) && (iface->info.conf & in ng_netflow_rcvdata()
630 bypass = 1; in ng_netflow_rcvdata()
638 if (bypass) { in ng_netflow_rcvdata()
681 goto bypass; \ in ng_netflow_rcvdata()
748 goto bypass; /* pass this frame */ in ng_netflow_rcvdata()
772 goto bypass; in ng_netflow_rcvdata()
781 goto bypass; in ng_netflow_rcvdata()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/ti/
HDdpll.txt7 (reference clock and bypass clock), with digital phase locked
38 and second entry bypass clock
52 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock
68 ti,low-power-bypass;
HDfapll.txt7 (reference clock and bypass clock), and one or more child
15 - clocks : link phandles of parent clocks (clk-ref and clk-bypass)
HDapll.txt7 (reference clock and bypass clock), with analog phase locked
19 - clocks : link phandles of parent clocks (clk-ref and clk-bypass)
/freebsd-13-stable/sys/contrib/device-tree/Bindings/c6x/
HDclocks.txt24 - ti,c64x+pll-bypass-delay: CPU cycles to delay when entering bypass mode
37 ti,c64x+pll-bypass-delay = <200>;
/freebsd-13-stable/sys/dev/ixgbe/
HDif_bypass.c47 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()
565 while (atomic_cmpset_int(&sc->bypass.log, 0, 1) == 0) in ixgbe_bp_log()
695 while (atomic_cmpset_int(&sc->bypass.log, 1, 0) == 0) in ixgbe_bp_log()
702 while (atomic_cmpset_int(&sc->bypass.log, 1, 0) == 0) in ixgbe_bp_log()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/
HDat91-clock.txt20 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
47 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
/freebsd-13-stable/sys/netgraph/
HDng_checksum.c555 goto bypass; \ in ng_checksum_rcvdata()
565 goto bypass; in ng_checksum_rcvdata()
635 goto bypass; in ng_checksum_rcvdata()
646 goto bypass; in ng_checksum_rcvdata()
664 bypass: in ng_checksum_rcvdata()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDdra72-evm-tps65917.dtsi86 regulator-allow-bypass;
93 regulator-allow-bypass;
HDimx6ul-ccimx6ulsom.dtsi264 regulator-allow-bypass;
269 regulator-allow-bypass;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
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.
144 // info. Subtargets using NoItineraries can bypass the scheduler's
/freebsd-13-stable/contrib/sendmail/cf/mailer/
HDlocal.m442 R@ <@ $*> $n temporarily bypass Sun bogosity
62 R@ <@ $*> $n temporarily bypass Sun bogosity
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDomap-usb-host.txt32 - single-ulpi-bypass: Must be present if the controller contains a single
33 ULPI bypass control bit. e.g. OMAP3 silicon <= ES2.1
/freebsd-13-stable/sys/dev/safe/
HDsafe.c772 int bypass, oplen; in safe_process() local
908 bypass = crp->crp_aad_start; in safe_process()
910 bypass = crp->crp_payload_start; in safe_process()
922 bypass, coffset, oplen); in safe_process()
956 bypass = crp->crp_payload_start; in safe_process()
957 oplen = bypass + crp->crp_payload_length; in safe_process()
961 if (bypass > 96) { /* bypass offset must be <= 96 bytes */ in safe_process()
962 DPRINTF(("%s: bypass %u too big\n", __func__, bypass)); in safe_process()
1230 | (bypass << SAFE_PE_LEN_BYPASS_S) in safe_process()
/freebsd-13-stable/sys/contrib/device-tree/src/c6x/
HDtms320c6457.dtsi64 ti,c64x+pll-bypass-delay = <300>;
HDtms320c6474.dtsi85 ti,c64x+pll-bypass-delay = <120>;
HDtms320c6455.dtsi74 ti,c64x+pll-bypass-delay = <1440>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleE500mc.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
33 : FuncUnit; // CFX divide bypass path
327 let LoadLatency = 5; // Optimistic load latency assuming bypass.
HDPPCScheduleE5500.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
33 : FuncUnit; // CFX divide bypass path
371 let LoadLatency = 6; // Optimistic load latency assuming bypass.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/regulator/
Dsprd,sc2731-regulator.txt5 their own bypass (power-down) control signals. External tantalum or MLCC
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
HDfm_rtc.c180 p_Rtc->p_RtcDriverParam->bypass = DEFAULT_BYPASS; in FM_RTC_Config()
218 if (!p_RtcDriverParam->timer_slave_mode && p_Rtc->p_RtcDriverParam->bypass) in FM_RTC_Init()
318 p_Rtc->p_RtcDriverParam->bypass = enabled; in FM_RTC_ConfigFrequencyBypass()
/freebsd-13-stable/sys/arm64/iommu/
HDsmmuvar.h65 bool bypass; member
/freebsd-13-stable/contrib/expat/
HDMakefile.am129 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2

12345