/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 4 - compatible: Should be one of 7 - reg: SPI chip select numbert for the device 8 - spi-max-frequency: Max SPI frequency to use (< 20000000) 9 - clocks: From common clock binding. Clock is phandle to clock for 13 - gpios: GPIO Lock detect - If set with a valid phandle and GPIO number, 15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS). 16 - adi,power-up-frequency: If set in Hz the PLL tunes to 18 - adi,reference-div-factor: If set the driver skips dynamic calculation 20 - adi,reference-doubler-enable: Enables reference doubler. 21 - adi,reference-div2-enable: Enables reference divider. [all …]
|
H A D | adi,adf4350.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 15 - adi,adf4350 16 - adi,adf4351 21 spi-max-frequency: 28 clock-names: 31 '#clock-cells': 34 clock-output-names: [all …]
|
H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,rz-mtu [all...] |
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/ |
H A D | semtech,sx9324.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | moxtet.txt | 4 - compatible : Should be "cznic,moxtet" 5 - #address-cells : Has to be 1 6 - #size-cells : Has to be 0 7 - spi-cpol : Required inverted clock polarity 8 - spi-cpha : Required shifted clock phase 9 - interrupts : Must contain reference to the shared interrupt line 10 - interrupt-controller : Required 11 - #interrupt-cells : Has to be 1 14 ../spi/spi-bus.txt. 17 - reg : Should be position on the Moxtet bus (how many Moxtet [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 1 //===- SampleProfileInference.cpp - Adjust sample profiles in the IR ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 26 #define DEBUG_TYPE "sample-profile-inference" 31 "sample-profile-even-flow-distribution", cl::init(true), cl::Hidden, 36 "sample-profile-rebalance-unknown", cl::init(true), cl::Hidden, 37 cl::desc("Evenly re-distribute flow among unknown subgraphs.")); 40 "sample-profile-join-islands", cl::init(true), cl::Hidden, 41 cl::desc("Join isolated components having positive flow.")); [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 2 * refclock_irig - audio IRIG-B/E demodulator/decoder 26 * Audio IRIG-B/E demodulator/decoder 29 * IRIG-B/E signals commonly produced by GPS receivers and other timing 30 * devices. The IRIG signal is an amplitude-modulated carrier with 31 * pulse-width modulated data bits. For IRIG-B, the carrier frequency is 32 * 1000 Hz and bit rate 100 b/s; for IRIG-E, the carrier frequenchy is 37 * kHz and mu-law companding. This is the same standard as used by the 43 * The program processes 8000-H 216 double phase, freq; /* logical clock phase and frequency */ global() member [all...] |
H A D | refclock_wwv.c | 2 * refclock_wwv - clock driver for NIST WWV/H time/frequency station 43 * kHz and mu-law companding. This is the same standard as used by the 53 * Report 97-8-1, University of Delaware, August 1997, 25 pp., available 61 * a nonzero ICOM ID select code. The C-IV trace is turned on if the 68 * port, where 0 is the mike port (default) and 1 is the line-in port. 74 * CEVNT_PROP propagation failure - no stations heard 82 #define PRECISION (-10) /* precision assumed (about 1 ms) */ 99 #define AUDIO_PHI 5e-6 /* dispersion growth factor */ 201 * Tone frequency definitions. The increments are for 4.5-de 514 double phase, freq; /* logical clock phase and frequency */ global() member [all...] |
H A D | ntp_loopfilter.c | 2 * ntp_loopfilter.c - implements the NTP loop filter algorithm 33 * in UDel TR 97-4-3, as amended. It operates as an adaptive parameter, 34 * hybrid phase/frequency-lock loop. A number of sanity checks are 41 #define CLOCK_PHI 15e-6 /* max frequency error (s/s) */ 47 #define CLOCK_LIMIT 30 /* poll-adjust threshold */ 48 #define CLOCK_PGATE 4. /* poll-adjust gate */ 69 * SYNC SYNC SPIK, ignore adjust phase/freq 71 * SPIK SYNC if (mu < 900) adjust phase/fre [all...] |
H A D | ntp_timer.c | 2 * ntp_timer.c - event timer support routines 41 #define TC_ERR (-1) 76 static u_long huffpuff_timer; /* huff-n'-puff timer */ 149 if (-1 == rc) { in set_timer_or_die() 159 * reinit_timer - reinitialize interval timer after a clock step. 187 * init_timer - initialize the timer data structures 294 * timer - event timer 306 * system clock in time and frequency, implement the kiss-o'-deat in timer() [all...] |
/freebsd/contrib/lua/src/ |
H A D | lgc.h | 24 ** when the invariant is not being enforced (e.g., sweep phase). 43 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend) 49 ** phase may break the invariant, as objects turned white may point to 50 ** still-black objects. The invariant is restored when sweep ends and 54 #define keepinvariant(g) ((g)->gcstate <= GCSatomic) 87 #define iswhite(x) testbits((x)->marked, WHITEBITS) 88 #define isblack(x) testbit((x)->marked, BLACKBIT) 90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT))) 92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT) 94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS) [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver36.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:42<!-- #EndDate --> 20 Autotune Port: <tt>/dev/icom</tt>; 1200/9600 baud, 8-bits, no parity<br> 23 …nected via an optional attenuator and cable to either the microphone or line-in port of a workstat… 24 <p>The driver requires an audio codec or sound card with sampling rate 8 kHz and μ-law compandin… 25 … ray geometry. In Newark DE, 2479 km from the transmitter, the predicted two-hop propagation delay… 26 …r, the mean offset with a 2.4-GHz P4 running FreeBSD 6.1 is generally within 0.1 ms short-term wit… 30 …-kHz μ-law companded codec samples using maximum-likelihood techniques which exploit the consid… 31 …ecision radio clock for WWV transmissions. Electrical Engineering Report 97-8-1, University of Del… [all …]
|
/freebsd/contrib/tzcode/ |
H A D | newstrftime.3 | 40 strftime \- format date and time 43 .ie \n(.g .ds - \f(CR-\fP 44 .el .ds - \- 50 .B cc ... \-ltz 94 can use the named member even though POSIX.1-2024 does not list it; 96 .q \*- , 98 ignores the member even though POSIX.1-2024 lists it 142 .IR tm_isdst \*-] [all...] |
/freebsd/contrib/libxo/xolint/ |
H A D | xolint.pl | 12 # xolint -- a lint for inspecting xo_emit format strings 19 while ($ARGV[0] =~ /^-/) { 21 $opt_cpp = 1 if /^-c/; 22 $opt_cflags .= shift @ARGV if /^-C/; 23 $opt_debug = 1 if /^-d/; 24 extract_docs() if /^-D/; 25 $opt_info = $opt_vocabulary = 1 if /^-I/; 26 $opt_print = 1 if /^-p/; 27 $opt_vocabulary = 1 if /^-V/; 28 extract_samples() if /^-X/; [all …]
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 2 * Copyright 2010-2011 PathScale, Inc. All rights reserved. 77 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad() 78 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad() 79 ucb->barrier_cache.bitpattern[3] = reinterpret_cast<uint32_t>(landingPad); in saveLandingPad() 81 // Cache the results for the phase 2 unwind, if we found a handler in saveLandingPad() 85 ex->handlerSwitchValue = selector; in saveLandingPad() 86 ex->catchTemp = landingPad; in saveLandingPad() 100 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad() 101 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]); in loadLandingPad() 106 *selector = ex->handlerSwitchValue; in loadLandingPad() [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | validator.c | 2 * validator/validator.c - secure validator DNS query response module 86 && rep->reason_bogus != LDNS_EDE_NONE in update_reason_bogus() 87 && rep->reason_bogus != LDNS_EDE_DNSSEC_BOGUS) return; in update_reason_bogus() 88 rep->reason_bogus = reason_bogus; in update_reason_bogus() 98 free(ve->nsec3_keysize); in fill_nsec3_iter() 99 free(ve->nsec3_maxiter); in fill_nsec3_iter() 100 ve->nsec3_keysize = (size_t*)calloc((size_t)c, sizeof(size_t)); in fill_nsec3_iter() 101 ve->nsec3_maxiter = (size_t*)calloc((size_t)c, sizeof(size_t)); in fill_nsec3_iter() 102 if(!ve->nsec3_keysize || !ve->nsec3_maxiter) { in fill_nsec3_iter() 107 ve->nsec3_keysize[i] = (size_t)strtol(s, &e, 10); in fill_nsec3_iter() [all …]
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * PCI-SCSI controllers. 7 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 9 * This driver also supports the following Symbios/LSI PCI-SCSI chips: 14 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver. 15 * Copyright (C) 1998-1999 Gerard Roudier 18 * a port of the FreeBSD ncr driver to Linux-1.2.13. 22 * Stefan Esser <se@mi.Uni-Koeln.de> 26 * FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1 //== RangeConstraintManager.cpp - Manage range constraints.------*- C++ -*--==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 76 static constexpr size_t CmpOpCount = BO_NE - BO_LT + 1; 88 return static_cast<size_t>(OP - BO_LT); in getIndexFromOp() 108 //===----------------------------------------------------------------------===// 110 //===----------------------------------------------------------------------===// 180 APSIntType Ty = APSIntType(First->From()); in unite() 186 // when we do `Second->From() - One` operation. in unite() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 6 * broadcast timecode. Alternatively, it can generate the IRIG-B 24 * over the range 0-255. The signal generator by default uses WWV 26 * switches to IRIG-B format. 42 * the transmissionorder is low-order first as the frame is processed 44 * For IRIG the on-time marker M preceeds the first (units) bit, so its 54 * v0.23 2007-02-12 dmw: 55 * - Changed statistics to include calculated error 60 * v0.22 2007-02-08 dmw: 61 * - Changed default for rate correction to "enabled", "-j" switch now disables. 62 * - Adjusted help message accordingly. [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 1 //===- InlineAdvisor.cpp - analysis pass implementation -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 40 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed"); 42 /// Flag to add inline messages as callsite attributes 'inline-remark'. 44 InlineRemarkAttribute("inline-remark-attribute", cl::init(false), 46 cl::desc("Enable adding inline-remark attribute to" 50 static cl::opt<bool> EnableInlineDeferral("inline-deferral", cl::init(false), 57 InlineDeferralScale("inline-deferral-scale", [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_rawdcf.c | 2 * /src/NTP/REPOSITORY/ntp4-dev/libparse/clk_rawdcf.c,v 4.18 2006/06/22 18:40:01 kardel RELEASE_20060622_A 8 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 9 * Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany 60 * From "Zur Zeit", Physikalisch-Technische Bundesanstalt (PTB), Braunschweig 73 * see the spec. (basically a (non-)inverted psuedo random phase shift) 77 * 0 - 10 AM: free, FM: 0 78 * 11 - 1 [all...] |
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved. 32 /* Power-on reset state */ 54 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 57 /* The rest of these are firmware-defined */ 65 /* Values to be written to the per-port status dword in shared 94 * | | \--- Response 95 * | \------- Error 96 * \------------------------------ Resync (always set) [all …]
|