/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/ena-com/ |
H A D | ena_com.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2015-2023 Amazon.com, Inc. or its affiliates. 156 u8 phase; member 200 u8 phase; member 212 u8 phase; member 224 u8 phase; member 280 u8 phase; member 304 /* PHC shared memory - virtual address */ 329 /* PHC shared memory - physical address */ [all …]
|
/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: 35 adi,channel-spacing: 40 adi,power-up-frequency: [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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | x86_64.h | 1 //===-- x86_64.h - Generic JITLink x86-64 edge kinds, utilities -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Generic utilities for graphs representing x86-64 objects. 11 //===----------------------------------------------------------------------===// 23 /// Represents x86-64 fixups and other x86-64-specific edge kinds. 26 /// A plain 64-bit pointer value relocation. 29 /// Fixup <- Target + Addend : uint64 33 /// A plain 32-bit pointer value relocation. 36 /// Fixup <- Target + Addend : uint32 [all …]
|
H A D | aarch64.h | 1 //=== aarch64.h - Generic JITLink aarch64 edge kinds, utilities -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 /// Represents aarch64 fixups and other aarch64-specific edge kinds. 27 /// A plain 64-bit pointer value relocation. 30 /// Fixup <- Target + Addend : uint64 34 /// A plain 32-bit pointer value relocation. 37 /// Fixup <- Target + Addend : uint32 40 /// - The target must reside in the low 32-bits of the address space, [all …]
|
H A D | loongarch.h | 1 //= loongarch.h - Generic JITLink loongarch edge kinds, utilities -*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===- [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...] |
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | barrier | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 90 by flattening the tree structure into cache-line sized arrays, that 124 …__base_(std::__construct_barrier_algorithm_base(this->__expected_), &__destroy_barrier_algorithm_b… 130 …_update <= __expected_, "update is greater than the expected count for the current barrier phase"); 133 for (; __update; --__update) 144 …auto const __test_fn = [this, __old_phase]() -> bool { return __phase_.load(memory_order_acquire) … 163 and well-defined overflow in atomic arithmetic, to handle the phase [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_scsi.c | 1 /*- 49 #define SCSI_ITT_SIZE(ocs) ((ocs->ocs_xport == OCS_XPORT_FC) ? 4 : 8) 51 … SCSI_IOFMT_ARGS(io) io->instance_index, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT_SIZE(… 53 #define enable_tsend_auto_resp(ocs) ((ocs->ctrlmask & OCS_CTRLMASK_XPORT_DISABLE_AUTORSP_TSEND) ==… 54 #define enable_treceive_auto_resp(ocs) ((ocs->ctrlmask & OCS_CTRLMASK_XPORT_DISABLE_AUTORSP_TRECEIV… 56 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ 57 io->node->display_name, SCSI_IOFMT_ARGS(io), ##__VA_ARGS__) 61 if (OCS_LOG_ENABLE_SCSI_TRACE(io->ocs)) \ 91 * @brief Returns a big-endian 32-bit value given a pointer. 93 * @param p Pointer to the 32-bit big-endian location. [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/sbin/fsck_ffs/ |
H A D | fsck_ffs.8 | 50 when they have been mounted read-only, or when 62 .Bl -item -compact -offset indent 72 Counts in the super-block wrong 109 the name of the device currently being checked, the current phase 110 number and phase-specific progress information. 138 .Bl -tag -widt [all...] |
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindLevel1-gcc-ext.c | 1 //===---------- [all...] |
/freebsd/share/doc/smm/02.config/ |
H A D | 2.t | 60 indicates if the system is going to operate on a DEC VAX-11\(dg computer, 75 For example, if the system is being configured for a VAX-11, it could 76 be running on a VAX 8600, VAX-11/780, VAX-11/750, VAX-11/730 or MicroVAX II. 92 (Co-VAX), Kim (No-VAX), and so on. The system identifier selected is used to 96 code in the driver which understood how to handle this non-standard hardware 109 or west of GMT. Negative numbers indicate a value east of GMT. 141 phase. During this period, the system searches for all 166 .IR pseudo-devices .
|
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 1 /*- 4 * Copyright (c) David L. Mills 1993-2001 * 22 * Poul-Henning Kamp <phk@FreeBSD.org>. 57 * Single-precision macros for 64-bit machines 61 #define L_SUB(v, u) ((v) -= (u)) 63 #define L_NEG(v) ((v) = -(v)) 67 (v) = -(-(v) >> (n)); \ 77 ((v) = -((int64_t)(-(a)) << 32)); \ 81 #define L_GINT(v) ((v) < 0 ? -(-(v) >> 32) : (v) >> 32) 93 * phase and frequency of the clock discipline loop which controls the [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, 44 "sample-profile-profi-cost-block-inc", cl::init(10), cl::Hidden, [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 46 /* @@@TMP - in earlier versions of the emulation, the HW lock started from 1 84 /* size of DMAE command structure to fill.. DMAE_CMD_SIZE-5 */ 85 #define DMAE_CMD_SIZE_TO_FILL (DMAE_CMD_SIZE - 5) 91 * @brief ecore_ptt_invalidate - Forces all ptt entries to be re-configured 98 * @brief ecore_ptt_pool_alloc - Allocate and initialize PTT pool 102 * @return _ecore_status_t - success (0), negative - error. 107 * @brief ecore_ptt_pool_free - 114 * @brief ecore_ptt_get_bar_addr - Get PPT's external BAR address 124 * @brief ecore_ptt_set_win - Set PTT Window's GRC BAR address [all …]
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw2.h | 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 …]
|
H A D | sym_fw1.h | 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/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/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 1 //===--- IncludeStyle.h - Style of C++ #include directives -------*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 88 /// (https://llvm.org/docs/CodingStandards.html#include-style). However, you 89 /// can also assign negative priorities if you have certain headers that 102 /// To configure this in the .clang-format file, use: 105 /// - Regex: '^"(llvm|llvm-c|clang|clang-c)/' 109 /// - Regex: '^((<|")(gtest|gmock|isl|json)/)' 111 /// - Regex: '<[[:alnum:].]+>' 113 /// - Regex: '.*' [all …]
|