| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit_ds.c | 48 /* checksum = __bswap32(ads->ds_info) + ads->ds_link */ in ar9300_calc_ptr_chk_sum() 49 checksum = ads->ds_info + ads->ds_link in ar9300_calc_ptr_chk_sum() 50 + ads->ds_data0 + ads->ds_ctl3 in ar9300_calc_ptr_chk_sum() 51 + ads->ds_data1 + ads->ds_ctl5 in ar9300_calc_ptr_chk_sum() 52 + ads->ds_data2 + ads->ds_ctl7 in ar9300_calc_ptr_chk_sum() 53 + ads->ds_data3 + ads->ds_ctl9; in ar9300_calc_ptr_chk_sum() 77 ads->ds_info = TXC_INFO(qcu, desclen); in ar9300_fill_tx_desc() 80 ads->ds_data0 = buf_addr[0]; in ar9300_fill_tx_desc() 81 ads->ds_data1 = buf_addr[1]; in ar9300_fill_tx_desc() 82 ads->ds_data2 = buf_addr[2]; in ar9300_fill_tx_desc() [all …]
|
| H A D | ar9300_freebsd.c | 46 HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps; in ar9300SetChainMasks() 48 AH9300(ah)->ah_tx_chainmask = tx_chainmask & pCap->halTxChainMask; in ar9300SetChainMasks() 49 AH9300(ah)->ah_rx_chainmask = rx_chainmask & pCap->halRxChainMask; in ar9300SetChainMasks() 93 * For now we'll just go with the HAL default and make these no-ops. 121 * XXX TODO: read ar5416SetTsf64() - we should wait before we do in ar9300_freebsd_set_tsf64() 150 if ((rxs->rs_phyerr != HAL_PHYERR_RADAR) && in ar9300_freebsd_proc_radar_event() 151 (rxs->rs_phyerr != HAL_PHYERR_FALSE_RADAR_EXT)) { in ar9300_freebsd_proc_radar_event() 156 doDfsExtCh = AH_PRIVATE(ah)->ah_caps.halExtChanDfsSupport; in ar9300_freebsd_proc_radar_event() 157 doDfsEnhanced = AH_PRIVATE(ah)->ah_caps.halEnhancedDfsSupport; in ar9300_freebsd_proc_radar_event() 158 doDfsCombinedRssi = AH_PRIVATE(ah)->ah_caps.halUseCombinedRadarRssi; in ar9300_freebsd_proc_radar_event() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | moortec,mr75203.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_xmit.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 40 HALASSERT(q < AH_PRIVATE(ah)->ah_caps.halTotalQueues); in ar5416StopTxDma() 42 HALASSERT(AH5212(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5416StopTxDma() 45 for (i = STOP_DMA_TIMEOUT/STOP_DMA_ITER; i != 0; i--) { in ar5416StopTxDma() 75 /* TODO - save off and restore current values of Q1/Q2? */ in ar5416StopTxDma() 100 for (i = STOP_DMA_TIMEOUT/STOP_DMA_ITER; i != 0; i--) { in ar5416StopTxDma() 163 * Handle the non-MCS rates in ar5416RateToRateTable() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | zinitix,bt400.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Zinitix BT4xx and BT5xx series touchscreen controller 9 description: The Zinitix BT4xx and BT5xx series of touchscreen controllers 10 are Korea-produced touchscreens with embedded microcontrollers. The 11 BT4xx series was produced 2010-2013 and the BT5xx series 2013-2014. 14 - Michael Srba <Michael.Srba@seznam.cz> 15 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: touchscreen.yaml# [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-arista.c | 7 #include "netdissect-stdinc.h" 18 2. A 2-byte subtype field; 0x01 indicates the timestamp header 19 3. A 2-byte version field, described below. 20 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field 26 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 28 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 30 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + 32 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 34 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 36 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + [all …]
|
| /freebsd/sys/dev/ath/ath_rate/onoe/ |
| H A D | onoe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting 119 *rix = on->on_tx_rix0; in ath_rate_findrate() 120 *try0 = on->on_tx_try0; in ath_rate_findrate() 122 *txrate = on->on_tx_rate0sp; in ath_rate_findrate() 124 *txrate = on->on_tx_rate0; in ath_rate_findrate() 125 *maxdur = -1; in ath_rate_findrate() 126 *maxpktlen = -1; in ath_rate_findrate() 143 rc[0].rix = on->on_tx_rate0; in ath_rate_getxtxrates() [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_xmit.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 52 if (ahp->ah_txTrigLev >= ahp->ah_maxTxTrigLev) in ar5212UpdateTxTrigLevel() 58 omask = ath_hal_setInterrupts(ah, ahp->ah_maskReg &~ HAL_INT_GLOBAL); in ar5212UpdateTxTrigLevel() 64 if (curLevel < ahp->ah_maxTxTrigLev) in ar5212UpdateTxTrigLevel() 67 newLevel--; in ar5212UpdateTxTrigLevel() 73 ahp->ah_txTrigLev = newLevel; in ar5212UpdateTxTrigLevel() 75 /* re-enable chip interrupts */ in ar5212UpdateTxTrigLevel() [all …]
|
| /freebsd/sys/dev/ath/ath_rate/amrr/ |
| H A D | amrr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting 18 * 3. Neither the names of the above-listed copyright holders nor the names 44 * http://www-sop.inria.fr/rapports/sophia/RR-5208.html 111 *rix = amn->amn_tx_rix0; in ath_rate_findrate() 112 *try0 = amn->amn_tx_try0; in ath_rate_findrate() 114 *txrate = amn->amn_tx_rate0sp; in ath_rate_findrate() 116 *txrate = amn->amn_tx_rate0; in ath_rate_findrate() 117 maxdur = -1; in ath_rate_findrate() [all …]
|
| /freebsd/sys/dev/ath/ath_rate/sample/ |
| H A D | sample.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 17 * 3. Neither the names of the above-listed copyright holders nor the names 86 * in "Bit-rate Selection in Wireless Networks" 87 * (http://www.pdos.lcs.mit.edu/papers/jbicket-ms.ps) 89 * SampleRate chooses the bit-rate it predicts will provide the most 90 * throughput based on estimates of the expected per-packet 91 * transmission time for each bit-rate. SampleRate periodically sends 92 * packets at bit-rates other than the current one to estimate when 93 * another bit-rate will provide better performance. SampleRate [all …]
|
| /freebsd/sys/dev/iicbus/rtc/ |
| H A D | nxprtc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 * Driver for NXP real-time clock/calendar chips: 31 * - PCF8563 = low power, countdown timer 32 * - PCA8565 = like PCF8563, automotive temperature range 33 * - PCF8523 = low power, countdown timer, oscillator freq tuning, 2 timers 34 * - PCF2127 = like PCF8523, industrial, tcxo, tamper/ts, i2c & spi, 512B ram 35 * - PCA2129 = like PCF8523, automotive, tcxo, tamper/ts, i2c & spi, (note 1) 36 * - PCF2129 = like PCF8523, industrial, tcxo, tamper/ts, i2c & spi, (note 1) 100 * PCF2127-specific registers, bits, and masks. [all …]
|
| H A D | isl12xx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 * - ISL1209 = 2B sram, tamper/event timestamp 31 * - ISL1218 = 8B sram, DS13xx pin compatible (but not software compatible) 32 * - ISL1219 = 2B sram, tamper/event timestamp 33 * - ISL1220 = 8B sram, separate Fout 34 * - ISL1221 = 2B sram, separate Fout, tamper/event timestamp 63 * in 'B' that stands for "bar" and it is an active-low signal; something named 64 * "EVENB" implies 1=event-disable, 0=event-enable. 70 #define ISL12XX_SR_ARST (1u << 7) /* Auto-reset on status read */ [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | Stencil.h | 1 //===--- Stencil.h - Stencil class ------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file defines the *Stencil* abstraction: a code-generating object, 15 /// series of raw text strings, references to nodes (the parameters) and helper 16 /// code-generation operations. 18 //===----------------------------------------------------------------------===// 38 /// A sequence of code fragments, references to parameters and code-generation 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat() 65 return catVector({detail::makeStencil(std::forward<Ts>(Parts))...}); in cat() [all …]
|
| /freebsd/tools/tools/netrate/juggle/ |
| H A D | juggle.c | 1 /*- 50 * processes. Timing measurements for each series of I/O's are reported, but 51 * the first measurement in each series discarded as "warmup" on the IPC 75 * Number of message cycles -- into fd1, out of fd2, into fd2, and out of 88 * Number of in-flight messages per cycle. I adjusting this value, be 101 if (sock1 == -1) in udp_create() 102 return (-1); in udp_create() 105 if (sock2 == -1) { in udp_create() 107 return (-1); in udp_create() 125 return (-1); in udp_create() [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | termcap.vms | 5 # 7bit vt300 series 9 :ts=\E[1$}\E[;H\E[K:\ 50 # ------------------------
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 1 //===- ELFObject.h ----------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 234 // Contains data and a 16-bit starting address for the data. 241 // The data field contains a 16-bit segment base address (thus byte 260 // The four data bytes represent a 32-bit address value. In the case of 272 // 20-bit segment address 352 // For --only-keep-debug, select an alternative section/segment layout 449 // Terminates a series of S3 records. 451 // Terminates a series of S2 records. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rockchip.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko@sntech.de> 18 - description: 96boards RK3399 Ficus (ROCK960 Enterprise Edition) 20 - const: vamrs,ficus 21 - const: rockchip,rk3399 23 - description: 96boards RK3399 Rock960 (ROCK960 Consumer Edition) 25 - const: vamrs,rock960 26 - const: rockchip,rk3399 [all …]
|
| /freebsd/sys/x86/conf/ |
| H A D | NOTES | 12 # NOTE: introduces CDDL-licensed components into the kernel 42 options COUNT_IPIS # Per-CPU IPI interrupt counters 58 # DEVICE_POLLING adds support for mixed interrupt-polling handling 76 # BPF_JITTER adds support for BPF just-in-time compiler. 91 device speaker #Play IBM BASIC-style noises out your speaker 110 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 114 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 223 # cut-n-paste feature 226 # (default is single space - \"x20\") 295 options ATKBD_DFLT_KEYMAP # specify the built-in keymap [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | sf-pcap.c | 21 * sf-pcap.c - libpcap-file-format-specific code from savefile.c 33 #include <pcap-types.h> 46 #include "pcap-int.h" 47 #include "pcap-util.h" 49 #include "pcap-common.h" 52 #include "os-proto.h" 55 #include "sf-pcap.h" 75 * byte-swap some host-byte-order metadata. 105 * `struct timeval'; `struct timeval' has 32-bit tv_sec values on some 106 * platforms and 64-bit tv_sec values on other platforms, and writing [all …]
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 5 # Date: 2025-10-18 03:15:01 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 51 7a19 PCI-to-PCI Bridge 57 7a29 PCI-to-PCI Bridge [all …]
|
| H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-09-15 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 64 0200 TP-Link 86 120e ASI120MC-S Planetary Camera [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | config.h.in | 33 /* Chronolog K-series WWVB receiver? */ 60 /* Heath GC-1000 WWV/WWVH receiver? */ 156 /* TrueTime 560 IRIG-B decoder? */ 165 /* WHARTON 400A Series clock */ 318 /* auto-instantiate missing PPS devices on Linux */ 403 /* Use Rendezvous/DNS-SD registration */ 523 /* Define to 1 if you have the `gen' library (-lgen). */ 529 /* Define to 1 if you have the `intl' library (-lintl). */ 859 /* Define if C99-complian [all...] |
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 1 //===- Relocations.cpp ----------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains platform-independent functions to process relocations. 28 // - create GOT/PLT entries 29 // - create new relocations in .dynsym to let the dynamic linker resolve 31 // relocations can be resolved at link-time) 32 // - create COPY relocs and reserve space in .bss 33 // - replace expensive relocs (in terms of runtime cost) with cheap ones 34 // - error out infeasible combinations such as PIC and non-relative relocs [all …]
|
| /freebsd/share/termcap/ |
| H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 113 # Ralph Keirstead (ralph@sri-unix); 122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ [all …]
|
| /freebsd/contrib/bc/src/ |
| H A D | num.c | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2025 Gavin D. Howard and contributors. 80 return (((ssize_t) n) ^ -((ssize_t) neg)) + neg; in bc_num_neg() 86 * @return -1 if the number is less than 0, 1 if greater, and 0 if equal. 91 return bc_num_neg((n)->len != 0, BC_NUM_NEG(n)); in bc_num_cmpZero() 102 return n->len ? n->len - BC_NUM_RDX_VAL(n) : 0; in bc_num_int() 117 if (req > n->cap) in bc_num_expand() 121 n->num = bc_vm_realloc(n->num, BC_NUM_SIZE(req)); in bc_num_expand() 122 n->cap = req; in bc_num_expand() 137 n->scale = scale; in bc_num_setToZero() [all …]
|