Searched +full:ld +full:- +full:pulse +full:- +full:delay +full:- +full:us (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rtmv20-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 27 wakeup-sourc [all...] |
/freebsd/contrib/ntp/ntpd/ |
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 */ 110 * transmitter, lower if nearer. The compromise value works for the US [all...] |
H A D | refclock_oncore.c | 2 * ---------- 285 u_long delay; /* ns */ global() member [all...] |
H A D | refclock_parse.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/ntpd/refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_200… 18 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 19 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 57 * - Meinberg receiver DCF77 PZF535 (TCXO version) (DCF) 58 * - Meinberg receiver DCF77 PZF535 (OCXO version) (DCF) 59 * - Meinberg receiver DCF77 PZF509 (DCF) 60 * - Meinberg receiver DCF77 AM receivers (e.g. C51) (DCF) 61 * - IGEL CLOCK (DCF) 62 * - ELV DCF7000 (DCF) 63 * - Schmid clock (DCF) [all …]
|
H A D | ntp_refclock.c | 2 * ntp_refclock - processing support for reference clocks 53 * In addition, there may be a driver-specific unit structure used for 57 * which is used for all peer-specific processing and contains a 82 #if MAXSTAGE & (MAXSTAGE - 1) 89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample() 90 if (pp->coderecv == pp->codeproc) in clk_add_sample() 91 pp->codeproc = (pp->codepro in clk_add_sample() [all...] |
H A D | refclock_jjy.c | 2 * refclock_jjy - clock driver for JJY receivers 7 /* Copyright (C) 2001-2020, Takao Abe. All rights reserved. */ 45 /* Homepage http://www.bea.hi-ho.ne.jp/abetakao/ */ 47 /* The email address abetakao@bea.hi-ho.ne.jp is never read */ 49 /* "hi-ho.ne.jp", and lots of spam mail are reached. */ 62 /* [Fix] PRECISION = (-3) (about 100 ms) */ 63 /* [Add] Support the C-DEX Co.Ltd. JJY receiver */ 66 /* [Fix] C-DEX JST2000 ( fukusima@goto.info.waseda.ac.jp ) */ 73 /* JJY-01 ( Firmware version 2.01 ) */ 77 /* [Add] Support the Echo Keisokuki LT-200 [all...] |
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/parseutil/dcfd.c,v 4.18 2005/10/07 22:08:18 kardel RELEASE_20051008… 6 * DCF77 100/200ms pulse synchronisation daemon program (via 50Baud serial line) 14 * Leap second handling (at that level you should switch to NTP Version 4 - really!) 16 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 17 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 90 if ((_a_)->tv_usec >= 1000000) \ 92 (_a_)->tv_sec += (_a_)->tv_usec / 1000000; \ 93 (_a_)->tv_usec = (_a_)->tv_usec % 1000000; \ 95 if ((_a_)->tv_usec < 0) \ 97 (_a_)->tv_sec -= 1 + (-(_a_)->tv_usec / 1000000); \ [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am 105 -nam Without automatic margins vt100-nam 106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60" [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_elink.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 508 /* When this pin is active high during reset, 10GBASE-T core is power 509 * down, When it is active low the 10GBASE-T is power up 774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1) 936 (_phy)->def_md_devad, \ 942 (_phy)->def_md_devad, \ 970 * elink_check_lfa - This function checks if link reinitialization is required, 982 struct bxe_softc *sc = params->sc; in elink_check_lfa() [all …]
|
H A D | bxe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. 64 * FLR Support - bxe_pf_flr_clnup() is called during nic_load in the per 241 static int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */ 253 /* Interrupt Mode: 0 (IRQ), 1 (MSI/IRQ), and 2 (MSI-X/MSI/IRQ) */ 256 &bxe_interrupt_mode, 0, "Interrupt (MSI-X/MSI/INTx) mode"); 261 &bxe_queue_count, 0, "Multi-Queue queue count"); 288 /* PCI MRRS: -1 (Auto), 0 (128B), 1 (256B), 2 (512B), 3 (1KB) */ 289 static int bxe_mrrs = -1; [all …]
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 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/share/misc/ |
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: 2024-07-04 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 …]
|
H A D | pci_vendors | 5 # Date: 2024-09-20 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 41 7a09 PCI-to-PCI Bridge 49 7a19 PCI-to-PCI Bridge 53 7a29 PCI-to-PCI Bridge [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002, 2004 Justin T. Gibbs. 7 * Copyright (c) 2000-2003 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 74 { DPARERR, "Data-path Parity Error" }, 82 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 83 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, 84 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 85 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" }, [all …]
|
/freebsd/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/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |