/freebsd/sys/contrib/device-tree/src/mips/loongson/ |
H A D | loongson64-2k1000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include <dt-bindings/interrupt-controller/irq.h> 10 #address-cells = <2>; 11 #size-cells = <2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 21 #clock-cells = <1>; 27 #clock-cells = <0>; 28 compatible = "fixed-clock"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | fsl,mu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dong Aisheng <aisheng.dong@nxp.com> 22 registers (Processor A-facing, Processor B-facing). 27 - const: fsl,imx6sx-mu 28 - const: fsl,imx7ulp-mu 29 - const: fsl,imx8ulp-mu 30 - const: fsl,imx8-mu-scu 31 - const: fsl,imx8-mu-seco [all …]
|
/freebsd/share/man/man4/ |
H A D | snd_es137x.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 57 .Bl -tag -width ".Va hw.snd.pcm%d.latency_timer" -offset indent 72 Do not enable it unless you are facing weird interrupt problems or if the 80 .Bl -bullet -compact 82 Creative CT5880-A 84 Creative CT5880-C 86 Creative CT5880-D 88 Creative CT5880-E 94 Ensoniq AudioPCI ES1371-A [all …]
|
H A D | snd_hda.4 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org> 38 .Bd -ragged -offset indent 46 .Bd -literal -offset indent 70 Universal Audio Architecture (UAA) draft (revision 0.7b) for handling audio 93 .Ss Boot-time Configuration 94 The following variables are available at boot-time through the 97 .Bl -tag -width ".Va hint.hdac.%d.config"-offset indent 165 May be specified as a set of space-separated 187 May be specified as a 32-bit hexadecimal value with a leading [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-gru-scarlet.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Google Gru-scarlet board device tree source 8 #include "rk3399-gru.dtsi" 11 chassis-type = "tablet"; 16 pp1250_s3: pp1250-s3 { 17 compatible = "regulator-fixed"; 18 regulator-name = "pp1250_s3"; 21 regulator-always-on; 22 regulator-boot-on; 23 regulator-min-microvolt = <1250000>; [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrameList.h | 1 //===-- StackFrameList.h ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 50 /// selected a frame, and (b) if this really is a user facing 67 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.cpp | 1 //===-- sanitizer_common.cpp ----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // run-time libraries. 11 //===----------------------------------------------------------------------===// 34 // Cached pid of parent process - if the parent process dies, we want to keep 84 typedef bool UptrComparisonFunction(const uptr &a, const uptr &b); 85 typedef bool U32ComparisonFunction(const u32 &a, const u32 &b); 115 if (!common_flags()->print_summary) in ReportErrorSummary() 124 // Removes the ANSI escape sequences from the input string (in-place). [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 1 //=- LocalizationChecker.cpp -------------------------------------*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // 1) A checker that warns about uses of non-localized NSStrings passed to 15 //===----------------------------------------------------------------------===// 136 .first->second; 647 D->specific_attr_begin<AnnotateAttr>(), in isAnnotatedAsReturningLocalized() 648 D->specific_attr_end<AnnotateAttr>(), [](const AnnotateAttr *Ann) { in isAnnotatedAsReturningLocalized() 649 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized() 660 D->specific_attr_begin<AnnotateAttr>(), in isAnnotatedAsTakingLocalized() [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 188 #define DP_HW2SW_MACID(mac_id) ({ typeof(mac_id) x = (mac_id); x ? x - 1 : 0; }) 235 /* To indicate HW of CMEM address, b0-31 are cmem base received via QMI */ 238 /* Of 20 bits cookie, b0-b8 is to indicate SPT offset and b9-19 for PPT */ 255 #define DP_INVALID_BANK_ID -1 332 * - reo_cmd_list 333 * - reo_cmd_cache_flush_list 334 * - reo_cmd_cache_flush_count [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 236 #define DP_HW2SW_MACID(mac_id) ((mac_id) ? ((mac_id) - 1) : 0) 282 * - reo_cmd_list 283 * - reo_cmd_cache_flush_list 284 * - reo_cmd_cache_flush_count 356 /* host -> target HTT_SRING_SETUP message 359 * each host facing LMAC SRING. Target setups up HW registers based 367 * |--------------- +-----------------+----------------+------------------| 369 * |----------------------------------------------------------------------| [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | common_hsi.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 88 * Usually LL2 queues are opened in pairs � TX-RX. 98 // Include firmware verison number only- do not add constants here to avoid redundunt compilations 133 /* possible PFs and VFs - we need a constant for this size */ 148 #define MAX_NUM_L2_QUEUES_E5 (320) /* TODO_E5_VITALY - fix to 512 */ 151 /* Traffic classes in network-facing blocks (PBF, BTB, NIG, BRB, PRS and QM) */ 389 #define QM_LINE_CRD_REG_SIGN_BIT (1 << (QM_LINE_CRD_REG_WIDTH - 1)) 391 #define QM_BYTE_CRD_REG_SIGN_BIT (1 << (QM_BYTE_CRD_REG_WIDTH - 1)) 393 #define QM_WFQ_CRD_REG_SIGN_BIT (1 << (QM_WFQ_CRD_REG_WIDTH - 1)) 395 #define QM_RL_CRD_REG_SIGN_BIT (1 << (QM_RL_CRD_REG_WIDTH - 1)) [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 1 //===-- asan_allocator.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // Implementation of ASan's memory allocator, 2-nd version. 15 //===----------------------------------------------------------------------===// 49 u32 res = Log2(rz_size) - 4; in RZSize2Log() 74 // L -- left redzone words (0 or more bytes) 75 // H -- ChunkHeader (16 bytes), which is also a part of the left redzone. 76 // U -- user memory. 77 // R -- right redzone (0 or more bytes) [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | es137x.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause 30 /*- 128 #define ES_BLK_ALIGN (~(ES_BLK_MIN - 1)) 148 * 32bit Ensoniq Configuration (es->escfg). 149 * ---------------------------------------- 151 * +-------+--------+------+------+---------+--------+---------+---------+ 153 * +-------+--------+------+------+---------+--------+---------+---------+ 157 * +-------+--------+------+------+---------+--------+---------+---------+ 200 * DAC 1/2 configuration through kernel hint - hint.pcm.<unit>.dac="val" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the target-independent interfaces which should be 12 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 20 // Register file description - These classes are used to fill in the target 25 // For example, "+feat1,-feat2" will indicate that the mode is active 44 // The n-th element on the Objects list will be associated with the n-th 88 int Offset = offset; // Offset of the first bit of the sub-reg index. [all …]
|
/freebsd/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-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 17 #include "sc8280xp-pmics.dtsi" 21 compatible = "lenovo,thinkpad-x13s", "qcom,sc8280xp"; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsNVVM.td | 1 //===- IntrinsicsNVVM.td - Defines NVVM intrinsics ---------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines all of the NVVM-specific intrinsics for use with NVPTX. 11 //===----------------------------------------------------------------------===// 13 // The following intrinsics were once defined here, but are now auto-upgraded 14 // to target-generic LLVM intrinsics. 16 // * llvm.nvvm.brev32 --> llvm.bitreverse.i32 17 // * llvm.nvvm.brev64 --> llvm.bitreverse.i64 18 // * llvm.nvvm.clz.i --> llvm.ctlz.i32 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1 //===- BugReporter.cpp - Generate PathDiagnostics for bugs ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 102 //===----------------------------------------------------------------------===// 104 //===----------------------------------------------------------------------===// 157 return CurrentNode->getLocationContext(); in getCurrLocationContext() 164 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 172 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode() 177 return getCurrLocationContext()->getParentMap(); in getParentMap() [all …]
|
/freebsd/contrib/tzcode/ |
H A D | theory.html | 5 <meta charset="UTF-8"> 7 pre {margin-left: 2em; white-space: pre-wrap;} 34 href="https://www.iana.org/time-zones"><code><abbr>tz</abbr></code> 37 It organizes <a href="tz-link.html">time zone and daylight saving time 42 (1970-01-01 00:00:00 <a 45 Although 1970 is a somewhat-arbitrary cutoff, there are significant 61 <code>America/Denver</code> which observes US-styl [all...] |
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/contrib/tzdata/ |
H A D | theory.html | 5 <meta charset="UTF-8"> 7 pre {margin-left: 2em; white-space: pre-wrap;} 34 href="https://www.iana.org/time-zones"><code><abbr>tz</abbr></code> 37 It organizes <a href="tz-link.html">time zone and daylight saving time 42 (1970-01-01 00:00:00 <a 45 Although 1970 is a somewhat-arbitrary cutoff, there are significant 61 <code>America/Denver</code> which observes US-styl [all...] |
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300.h | 32 * (b) FreeBSD does define nitems, 48 #define INIT_RSSI_BEACON_WEIGHT 8 /* ave beacon rssi weight (0-16) */ 51 * Various fifo fill before Tx start, in 64-byte units 55 #define MAX_TX_FIFO_THRESHOLD (( 4096 / 64) - 1) 151 * Per-channel ANI state private to the driver. 178 u_int32_t cycle_count; /* Last cycle_count (can detect wrap-around) */ 195 ((AH9300(ah)->ah_proc_phy_err & HAL_PROCESS_ANI)) 211 u_int32_t ast_ani_reset; /* ANI parameters zero'd for non-STA */ 317 (iniarray)->ia_array = (const u_int32_t *)(array); \ 318 (iniarray)->ia_rows = (rows); \ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1 //===- DAGCombiner.cpp - Implement a DAG node combiner --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 88 STATISTIC(PreIndexedNodes , "Number of pre-indexed nodes created"); 89 STATISTIC(PostIndexedNodes, "Number of post-indexed nodes created"); 99 CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden, 103 UseTBAA("combiner-use-tbaa", cl::Hidden, cl::init(true), 108 CombinerAAOnlyFunc("combiner-aa-only-func", cl::Hidden, 109 cl::desc("Only use DAG-combiner alias analysis in this" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1 //===- Attributor.h --- Module-wide attribute deduction ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // well as information exchange between abstract attributes in-flight. 17 // all abstract attributes in-flight, or until it will enforce a pessimistic fix 21 // describe properties of the code. They can correspond to actual LLVM-IR 22 // attributes, or they can be more general, ultimately unrelated to LLVM-IR 24 // information to other abstract attributes in-flight but we might not want to 25 // manifest the information. The Attributor allows to query in-flight abstract 44 // in-flight. Since the IR is given and assumed to be valid, the information [all …]
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|