Home
last modified time | relevance | path

Searched +full:dc +full:- +full:dc +full:- +full:phase (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt4 axp152 (X-Powers)
5 axp202 (X-Powers)
6 axp209 (X-Powers)
7 axp221 (X-Powers)
8 axp223 (X-Powers)
9 axp803 (X-Powers)
10 axp806 (X-Powers)
11 axp809 (X-Powers)
12 axp813 (X-Powers)
20 - compatible: should be one of:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.txt1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver
4 - compatible: Has to contain one of the following:
6 adi,ad5755-1
11 - reg: spi chip select number for the device
12 - spi-cpha or spi-cpol: is the only modes that is supported
15 - spi-max-frequency: Definition as per
16 Documentation/devicetree/bindings/spi/spi-bus.txt
19 See include/dt-bindings/iio/ad5755.h
20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an
23 - adi,dc-dc-phase:
[all …]
H A Dadi,ad5755.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD5755 Multi-Channel DAC
10 - Sean Nyekjaer <sean.nyekjaer@prevas.dk>
15 - adi,ad5755
16 - adi,ad5755-1
17 - adi,ad5757
18 - adi,ad5735
19 - adi,ad5737
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/trivial-devices.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
27 spi-max-frequency: true
32 - enum:
34 - acbel,fsg032
35 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
36 - ad,ad7414 # Deprecated, use adi,ad7414
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dsolomon,ssd1307fb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Maxime Ripard <mripard@kernel.org>
11 - Javier Martinez Canillas <javierm@redhat.com>
17 - enum:
18 - solomon,ssd1305fb-i2c
19 - solomon,ssd1306fb-i2c
20 - solomon,ssd1307fb-i2c
21 - solomon,ssd1309fb-i2c
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
49 const unsigned ncols = rr->rr_cols; in raidz_rec_q_coeff()
52 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff()
58 const unsigned ncols = rr->rr_cols; in raidz_rec_r_coeff()
61 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff()
67 const unsigned ncols = rr->rr_cols; in raidz_rec_pq_coeff()
72 a = gf_exp2(x + 255 - y); in raidz_rec_pq_coeff()
73 b = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_pq_coeff()
83 const unsigned ncols = rr->rr_cols; in raidz_rec_pr_coeff()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml1 # 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/src/arm64/rockchip/
H A Drk3368-lion-haikou.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include "rk3368-lion.dtsi"
10 model = "Theobroma Systems RK3368-uQ7 Baseboard";
11 compatible = "tsd,rk3368-lion-haikou", "rockchip,rk3368";
18 stdout-path = "serial0:115200n8";
32 pinctrl-0 = <&module_led_pins>, <&sd_card_led_pin>;
34 sd_card_led: led-3 {
37 linux,default-trigger = "mmc0";
41 dc_12v: dc-12v {
[all …]
/freebsd/share/man/man4/
H A Dpolling.454 In the normal, interrupt-based mode, devices generate an interrupt
60 unless the device driver has been programmed with real-time
93 .Bd -literal
94 for i in `ifconfig -l` ;
95 do ifconfig $i polling; # use -polling to disable
105 .Bl -tag -width indent -compact
126 packets, going round-robin among all interfaces registered for
171 .It Va kern.polling.phase
180 .Xr dc 4 ,
/freebsd/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk1 # $NetBSD: cond-token-plain.mk,v 1.20 2024/08/06 18:00:17 rillig Exp $
6 .MAKEFLAGS: -dc
14 # condition since comment parsing is done in an early phase and removes the
18 # The right-hand side of the comparison is just a '"', before unescaping.
30 # Since 2002-12-30, and still as of 2020-09-11, CondParser_Token handles
33 # in a very early parsing phase.
38 # comments are stripped in an earlier phase. See "case '#'" in
41 # XXX: Missing error message for the malformed condition. The right-hand
42 # side before unescaping is double-quotes, backslash, backslash.
47 # The right-hand side of a comparison is not parsed as a token, therefore
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1 //===- DeclCXX.h - Classes for representing C++ declarations --*- C++ -*-=====//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
84 /// Also note that this class has nothing to do with so-called
90 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, in AccessSpecDecl() argument
92 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) { in AccessSpecDecl()
118 DeclContext *DC, SourceLocation ASLoc, in Create() argument
120 return new (C, DC) AccessSpecDecl(AS, DC, ASLoc, ColonLoc); in Create()
126 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof()
[all …]
/freebsd/contrib/bzip2/
H A Dbzip2.13 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.8
5 bzcat \- decompresses files to stdout
7 bzip2recover \- recovers data from damaged bzip2 files
12 .RB [ " \-cdfkqstvzVL123456789 " ]
19 .RB [ " \-fkvsVL " ]
25 .RB [ " \-s " ]
35 compresses files using the Burrows-Wheeler block sorting
38 LZ77/LZ78-based compressors, and approaches the performance of the PPM
41 The command-line options are deliberately very similar to
48 command-line flags. Each file is replaced by a compressed version of
[all …]
/freebsd/share/misc/
H A Dusb_hid_usages4 # - 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 …]
H A Dpci_vendors5 # Date: 2025-03-09 03:15:02
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
38 7a06 DC (Display Controller)
41 7a09 PCI-to-PCI Bridge
51 7a19 PCI-to-PCI Bridge
[all …]
H A Dusb_vendors6 # 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-04-01 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]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/sendmail/cf/
H A DREADME9 To get started, you may want to look at tcpproto.mc (for TCP-only
11 mail host), or the generic-*.mc files as operating system-specific
30 ANTI-SPAM CONFIGURATION CONTROL
37 NON-SMTP BASED CONFIGURATIONS
51 +--------------------------+
53 +--------------------------+
57 You must pre-load "cf.m4":
70 or the -I flag (ditto), then ${CFDIR} can be in an arbitrary directory.
72 use -D_CF_DIR_=/path/to/cf/dir/ -- note the trailing slash! For example:
74 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 config.mc > config.cf
[all …]
/freebsd/usr.bin/mt/
H A Dmt.166 .Bl -tag -width ".Cm erase"
70 end-of-file (EOF) marks at the current position.
75 end-of-file (EOF) marks at the current position.
116 .Bl -tag -width ".Cm geteotmodel"
128 by the number of end-of-file marks.
138 Re-tension the tape.
183 .Bl -tag -width ".Cm seteotmodel"
201 except 0 commands the drive to use variable-length blocks.
226 will be numbers other than -1, and there may be Flags reported as well.
245 other than -1.
[all …]
/freebsd/libexec/getty/
H A Dgettytab.570 .Bl -column Name Type /usr/bin/login
72 .It "ac str unused expect-send chat script for modem answer"
73 .It "al str unused user to auto-login instead of prompting"
83 .It "co bool false console - add"
91 .It "dc num 0 chat debug bitmask"
122 .It "ic str unused expect-send chat script for modem initialization"
145 .It "np bool false terminal uses no parity (i.e., 8-bit characters)"
196 .Bl -column Name Type /usr/bin/login
199 .It "cd num 0 carriage-return delay"
203 .It "fd num 0 form-feed (vertical motion) delay"
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
58 {"broadcom,bcm2835-spi", 1},
59 {"brcm,bcm2835-spi", 1},
81 reg--; in bcm_spi_printr()
91 device_printf(dev, "DC=RPANIC=%#x RDREQ=%#x TPANIC=%#x TDREQ=%#x\n", in bcm_spi_printr()
105 mtx_assert(&sc->sc_mtx, MA_OWNED); in bcm_spi_modifyreg()
130 if (error != 0 || req->newptr == NULL) in bcm_spi_clock_proc()
150 if (error != 0 || req->newptr == NULL) in bcm_spi_cs_bit_proc()
201 ctx = device_get_sysctl_ctx(sc->sc_dev); in bcm_spi_sysctl_init()
[all …]
/freebsd/sys/dev/sym/
H A Dsym_defs.h1 /*-
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/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1 //===- LoopAccessAnalysis.cpp - Loop Access Analysis Implementation --------==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
71 #define DEBUG_TYPE "loop-accesses"
74 VectorizationFactor("force-vector-width", cl::Hidden,
80 VectorizationInterleave("force-vector-interleave", cl::Hidden,
88 "runtime-memory-check-threshold", cl::Hidden,
96 "memory-check-merge-threshold", cl::Hidden,
106 MaxDependences("max-dependences", cl::Hidden,
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c121 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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1 //===--- CGStmtOpenMP.cpp - Emit LLVM Code from Statements ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
44 #define TTL_CODEGEN_TYPE "target-teams-loop-codegen"
56 cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in emitPreInitStmt()
57 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
58 if (!I->hasAttr<OMPCaptureNoInitAttr>()) { in emitPreInitStmt()
74 (CGF.CapturedStmtInfo && CGF.CapturedStmtInfo->lookup(VD)) || in isCapturedVar()
76 cast<BlockDecl>(CGF.CurCodeDecl)->capturesVariable(VD)); in isCapturedVar()
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_regs.h22 Boston, MA 02110-1301, USA.
32 /* N-PHY registers. */
41 #define BWN_NPHY_4WI_ADDR BWN_PHY_N(0x00B) /* Four-wire bus address */
42 #define BWN_NPHY_4WI_DATAHI BWN_PHY_N(0x00C) /* Four-wire bus data high */
43 #define BWN_NPHY_4WI_DATALO BWN_PHY_N(0x00D) /* Four-wire bus data low */
44 #define BWN_NPHY_BIST_STAT0 BWN_PHY_N(0x00E) /* Built-in self test status 0 */
45 #define BWN_NPHY_BIST_STAT1 BWN_PHY_N(0x00F) /* Built-in self test status 1 */
167 #define BWN_NPHY_DCFADDR BWN_PHY_N(0x048) /* DC filter address */
465 #define BWN_NPHY_CRSIT_COCNT_LO BWN_PHY_N(0x124) /* CRS idle time CRS-on count (low) */
466 #define BWN_NPHY_CRSIT_COCNT_HI BWN_PHY_N(0x125) /* CRS idle time CRS-on count (high) */
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations ---
755 DeclContext *const DC = CurContext; ActOnDecompositionDeclarator() local
2596 DeclContext *DC = computeDeclContext(*SS, true); getCurrentClass() local
2617 DeclContext *DC = computeDeclContext(*SS, true); isCurrentClassNameTypo() local
3479 if (DeclContext *DC = computeDeclContext(SS, false)) { ActOnCXXMemberDeclarator() local
4364 DeclContext *DC = computeDeclContext(SS, false); BuildMemInitializer() local
10291 CXXRecordDecl *DC = MD->getParent(); FindHiddenVirtualMethods() local
11231 CheckExplicitObjectMemberFunction(DeclContext * DC,Declarator & D,DeclarationName Name,QualType R) CheckExplicitObjectMemberFunction() argument
11242 CheckExplicitObjectMemberFunction(Declarator & D,DeclarationName Name,QualType R,bool IsLambda,DeclContext * DC) CheckExplicitObjectMemberFunction() argument
12079 } else if (DeclContext *DC = S.computeDeclContext(SS, false)) { TryNamespaceTypoCorrection() local
16106 const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext(); CheckOperatorNewDeleteDeclarationScope() local
17662 DeclContext *DC; ActOnFriendFunctionDecl() local
[all...]

123