/freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | qcom,spmi-vadc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/qcom,spmi-vadc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - And [all...] |
H A D | qcom,spmi-vadc.txt | 3 - SPMI PMIC voltage ADC (VADC) provides interface to clients to read 4 voltage. The VADC is a 15-bit sigma-delta ADC. 5 - SPMI PMIC5 voltage ADC (ADC) provides interface to clients to read 6 voltage. The VADC is a 16-bit sigma-delta ADC. 10 - compatible: 13 Definition: Should contain "qcom,spmi-vadc". 14 Should contain "qcom,spmi-adc5" for PMIC5 ADC driver. 15 Should contain "qcom,spmi-adc-rev2" for PMIC rev2 ADC driver. 16 Should contain "qcom,pms405-adc" for PMS405 PMIC 18 - reg: [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A D | qcom-spmi-adc-tm5.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/thermal/qcom-spmi-ad [all...] |
H A D | qcom-spmi-adc-tm-hc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/thermal/qcom-spmi-ad [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-binding [all...] |
/freebsd-src/tools/tools/ath/athsurvey/ |
H A D | athsurvey.c | 1 /*- 47 fprintf(stderr, "usage: %s [-i ifname]\n", progname); in usage() 48 exit(-1); in usage() 87 * Skip samples with no cycle count in process_survey_stats() 89 if (hs->samples[i].cycle_count == 0) in process_survey_stats() 96 cycle_count = hs->samples[i].cycle_count; in process_survey_stats() 103 tx = (float) hs->samples[i].tx_busy * 100.0 / in process_survey_stats() 104 hs->samples[i].cycle_count; in process_survey_stats() 105 rx = (float) hs->samples[i].rx_busy * 100.0 / in process_survey_stats() 106 hs->samples[i].cycle_count; in process_survey_stats() [all …]
|
/freebsd-src/sys/netpfil/ipfw/ |
H A D | ip_dn_io.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 105 if (error != 0 || req->newptr == NULL) in sysctl_hash_size() 125 if (error != 0 || req->newptr == NULL) in sysctl_limits() 192 "Adjusted vs non-adjusted curr_time difference (ticks)."); 238 if (mtag != NULL && mtag->m_tag_id == DN_AQM_MTAG_TS) { in dn_tag_get() 245 mtag->m_tag_cookie == MTAG_ABI_COMPAT && in dn_tag_get() 246 mtag->m_tag_id == PACKET_TAG_DUMMYNET, in dn_tag_get() 259 if (m->m_flags & M_STACK) { in mq_append() 264 ofs = m->m_data - m->__m_extbuf; in mq_append() [all …]
|
H A D | ip_dn_glue.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 98 int plr[4] ; /* pkt loss rate (2^31-1 means 100%) */ 119 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */ 120 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */ 121 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */ 122 u_int c_4 ; /* for GRED, 1 - 2*max_p (scaled) */ 123 u_int * w_q_lookup ; /* lookup table for computing (1-w_q)^t */ 126 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */ 151 int avg ; /* average queue length est. (scaled) */ member [all …]
|
/freebsd-src/contrib/ntp/scripts/monitoring/ |
H A D | ntploopwatch | 1 #!/usr/bin/perl -w 2 ;# --*-perl-*-- 4 ;# /src/NTP/ntp4-dev/scripts/monitoring/ntploopwatch,v 4.7 2004/11/14 16:11:05 kardel RELEASE_20050… 7 ;# - show statistics periodically using gnuplot 8 ;# - or print a single plot 10 ;# Copyright (c) 1992-1998 11 ;# Rainer Pruy, Friedrich-Alexander Universit�t Erlangen-N�rnberg 24 undef($samples); 27 ($a,$b) if 0; # keep -w happy 28 $usage = <<"E-O-P"; [all …]
|
/freebsd-src/sbin/ipfw/ |
H A D | dummynet.c | 1 /*- 7 * Implemented by Rasool Al-Saadi <ralsaadi@swin.edu.au> 9 * Copyright (c) 2002-2003,2010 Luigi Rizzo 57 { "dst-ip", TOK_DSTIP }, 58 { "src-ip", TOK_SRCIP }, 59 { "dst-port", TOK_DSTPORT }, 60 { "src-port", TOK_SRCPORT }, 75 { "fq_codel", TOK_FQ_CODEL}, /* FQ-Codel */ 77 { "fq_pie", TOK_FQ_PIE}, /* FQ-PIE */ 90 { "flow-id", TOK_FLOWID}, [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 1 //===- llvm-profdata.cpp - LLVM profile data tool ------- 1343 remapSamples(const sampleprof::FunctionSamples & Samples,SymbolRemapper & Remapper,sampleprof_error & Error) remapSamples() argument 1485 FunctionSamples &Samples = Remapper ? Remapped : I->second; mergeSampleProfile() local [all...] |
/freebsd-src/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_ [all...] |
/freebsd-src/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-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 121 ahp->ah_hwp = HAL_TRUE_CHIP; in ar9300_attach_hw_platform() 196 * Mask used to construct AAD for CCMP-AES in ar9300_init_mfp() 197 * Cisco spec defined bits 0-3 as mask in ar9300_init_mfp() 226 centers->ctl_center = centers->ext_center = in ar9300_get_channel_centers() 227 centers->synth_center = ichan->channel; in ar9300_get_channel_centers() 238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 242 extoff = -1; in ar9300_get_channel_centers() 245 centers->ctl_center = in ar9300_get_channel_centers() 246 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT); in ar9300_get_channel_centers() [all …]
|
/freebsd-src/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 78 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)] in write_common() 82 for (r = 0; r < ia->rows; r++) { in write_common() 141 HALASSERT(ah->ah_magic == AR5212_MAGIC); in ar5212Reset() 142 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212Reset() 171 HALASSERT(AH_PRIVATE(ah)->ah_eeversion >= AR_EEPROM_VER3); in ar5212Reset() 188 * only) - the best and most general fix for this situation in ar5212Reset() [all …]
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2020, The Linux Foundation 5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. 28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs 41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band 79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band 117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied 120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Sam [all...] |
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLES [all...] |