| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 4 - gpios: a spec for at least two GPIOs to be used, most significant first 7 - linux,axis: the input subsystem axis to map to this rotary encoder. 9 - rotary-encoder,steps: Number of steps in a full turnaround of the 12 - rotary-encoder,relative-axis: register a relative axis rather than an 13 absolute one. Relative axis will only generate +1/-1 events on the input 15 - rotary-encoder,rollover: Automatic rollover when the rotary value becomes 17 - rotary-encoder,steps-per-period: Number of steps (stable states) per period. 19 1: Full-period mode (default) 20 2: Half-period mode 21 4: Quarter-period mode [all …]
|
| H A D | rotary-encoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/rotary-encoder.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 13 See Documentation/input/devices/rotary-encoder.rst for more information. 17 const: rotary-encoder 28 rotary-encoder,steps: 36 rotary-encoder,relative-axis: 40 absolute one. Relative axis will only generate +1/-1 events on the input [all …]
|
| H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
| /freebsd/sys/dev/liquidio/base/ |
| H A D | lio_config.h | 41 /*--------------------------CONFIG VALUES------------------------*/ 90 #define LIO_CN23XX_MAX_INPUT_JABBER (LIO_CN23XX_PKI_MAX_FRAME_SIZE - \ 102 #define LIO_GET_IQ_CFG(cfg) ((cfg)->iq) 103 #define LIO_GET_IQ_MAX_Q_CFG(cfg) ((cfg)->iq.max_iqs) 104 #define LIO_GET_IQ_INSTR_TYPE_CFG(cfg) ((cfg)->iq.instr_type) 106 #define LIO_GET_IQ_INTR_PKT_CFG(cfg) ((cfg)->iq.iq_intr_pkt) 108 #define LIO_GET_OQ_MAX_Q_CFG(cfg) ((cfg)->oq.max_oqs) 109 #define LIO_GET_OQ_PKTS_PER_INTR_CFG(cfg) ((cfg)->oq.pkts_per_intr) 110 #define LIO_GET_OQ_REFILL_THRESHOLD_CFG(cfg) ((cfg)->oq.refill_threshold) 111 #define LIO_GET_OQ_INTR_PKT_CFG(cfg) ((cfg)->oq.oq_intr_pkt) [all …]
|
| /freebsd/usr.bin/calendar/ |
| H A D | pom.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 37 * by Duffett-Smith. Comments give the section from the book that 40 * -- Keith E. Brandt VIII 1984 83 fms[i] = -1; in pom() 86 nms[i] = -1; in pom() 108 tmd_today.tm_year = year - 1900; in fpom() 110 tmd_today.tm_mday = -1; /* 31 December */ in fpom() 115 tmd_tomorrow.tm_year = year - 1900; in fpom() 144 olddir = today > tomorrow ? -1 : +1; in fpom() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 4 - compatible: Must be "rockchip,rk3399-dmc". 5 - devfreq-events: Node to get DDR loading, Refer to 7 rockchip-dfi.txt 8 - clocks: Phandles for clock specified in "clock-names" property 9 - clock-names : The name of clock used by the DFI, must be 11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp-v2.yaml 13 - center-supply: DMC supply node. 14 - status: Marks the node enabled/disabled. 15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register 19 - interrupts: The CPU interrupt number. The interrupt specifier [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | ti,gpmc-child.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc-child.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tony Lindgren <tony@atomide.com> 11 - Roger Quadros <rogerq@kernel.org> 24 gpmc,sync-clk-ps: 25 description: Minimum clock period for synchronous mode 28 # Chip-select signal timings corresponding to GPMC_CONFIG2: 29 gpmc,cs-on-ns: [all …]
|
| H A D | omap-gpmc.txt | 7 - compatible: Should be set to one of the following: 9 ti,omap2420-gpmc (omap2420) 10 ti,omap2430-gpmc (omap2430) 11 ti,omap3430-gpmc (omap3430 & omap3630) 12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x) 13 ti,am3352-gpmc (am335x devices) 15 - reg: A resource specifier for the register space 17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is 19 - #address-cells: Must be set to 2 to allow memory address translation 20 - #size-cells: Must be set to 1 to allow CS address passing [all …]
|
| H A D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controller [all...] |
| /freebsd/sys/dev/iicbus/ |
| H A D | iicbb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * Generic I2C bit-banging code 42 * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> 136 device_set_desc(dev, "I2C bit-banging driver"); in iicbb_probe() 146 sc->iicbus = device_add_child(dev, "iicbus", DEVICE_UNIT_ANY); in iicbb_attach() 147 if (!sc->iicbus) in iicbb_attach() 150 sc->scl_low_timeout = DEFAULT_SCL_LOW_TIMEOUT; in iicbb_attach() 154 "delay", CTLFLAG_RD, &sc->udelay, in iicbb_attach() 159 "scl_low_timeout", CTLFLAG_RWTUN, &sc->scl_low_timeout, in iicbb_attach() [all …]
|
| /freebsd/share/doc/usd/22.trofftut/ |
| H A D | tt06 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 58 the half-line local motions 62 To go back up the page half a point-size, insert a 81 .BD \es\-2...\es0 . 99 The in-line command 109 ^ll \-0.3i (shorten lines) 110 ^ti \-0.3i (move P back) 111 \ev'2'\es36P\es0\ev'\-2'ater noster qui est 117 .BD \ev\(fm\-2\(fm 125 \ev'\-0.5m' [all …]
|
| /freebsd/share/man/man4/man4.arm/ |
| H A D | imx_wdog.4 | 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 53 0.5 to 128 seconds, in half-second increments. 55 timeout period can be changed to any valid non-zero value. 57 At power-on, a special 16-second 58 .Sq power-down timer 61 external hardware that causes the system to reset or power-down. 62 The power-down timer is often reset by the boot loader (typically U-Boot). 63 If the power-down timer is still active at the time when the normal 71 .Va fsl,external-reset [all …]
|
| /freebsd/contrib/ntp/html/ |
| H A D | filter.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"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:05<!-- #EndDate --> 15 <p>The clock filter algorithm processes the offset and delay samples produced by the on-wire protoc… 19 …/em> plotting sample points of offset versus delay collected over a 24-hr period. As the delay i… 20 …ples near the limb lines, as described on the <a href="huffpuff.html">Huff-n'-Puff Filter</a> page… 21 …hm the offset and delay samples from the on-wire protocol are inserted as the youngest stage of … 23 …or each stage, starting from the youngest numbered <em>i</em> = 1, is 2<sup>-<em>i</em></sup>, whi… 24 …so forth. In practice, the synchronization distance, which is equal to one-half the delay plus the… 29 … for a typical Internet path over a 24-hr period. The graph on the left shows the raw offsets pro…
|
| /freebsd/sys/arm/arm/ |
| H A D | mpcore_timer.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 35 * The ARM Cortex-A9 core can support a global timer plus a private and 40 * The timecount timer uses the global 64-bit counter, whereas the 41 * per-CPU eventtimer uses the private 32-bit counters. 44 * REF: ARM Cortex-A9 MPCore, Technical Reference Manual (rev. r2p2) 71 /* Private (per-CPU) timer register map */ 114 #define tmr_prv_read_4(sc, reg) bus_read_4((sc)->prv_mem, reg) 115 #define tmr_prv_write_4(sc, reg, val) bus_write_4((sc)->prv_mem, reg, val) 116 #define tmr_gbl_read_4(sc, reg) bus_read_4((sc)->gbl_mem, reg) [all …]
|
| /freebsd/share/man/man4/ |
| H A D | bce.4 | 1 .\" Copyright (c) 2006-2014 QLogic Corporation 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 62 .Bl -item -offset indent -compact 72 10/100/1000Mbps operation in full-duplex mode 74 10/100Mbps operation in half-duplex mode 80 .Bl -tag -width ".Cm 10baseT/UTP" 92 .Cm full-duplex 94 .Cm half-duplex 102 .Cm full-duplex [all …]
|
| /freebsd/share/doc/papers/sysperf/ |
| H A D | 4.t | 62 translating path names to inodes\u\s-21\s0\d\**. 64 \** \u\s-21\s0\d Inode is an abbreviation for ``Index node''. 101 cache we ran ``ls \-l'' 103 Before the per-process cache this command 129 Table 9. Call times for \fInamei\fP with per-process cache. 161 maintained a simple name-inode association that was used to 169 the inode table for a long period of time, but are never looked 194 by a \fIcapability\fP \- a 32-bit number 195 guaranteed to be unique\u\s-22\s0\d \**. 197 \** \u\s-22\s0\d When all the numbers have been exhausted, all outstanding [all …]
|
| /freebsd/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 30 hline_choose_a_screen_saver="Choose a nifty-looking screen saver" 72 msg_enter_timeout_period="Enter time-out period in seconds for screen saver" 77 msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap" 92 …-1.\nAmerican users won't notice the difference since the bottom half\nof all these charactersets … 125 msg_ibm_866_desc="Russian, IBM encoding (use with KOI8-R screenmap)" 127 msg_ibm_866u_desc="Ukrainian, IBM encoding (use with KOI8-U screenmap)" 132 msg_iso_8859_15="ISO 8859-15" 134 msg_iso_8859_1="ISO 8859-1" 136 msg_iso_8859_1_to_ibm437="ISO 8859-1 to IBM437" 137 msg_iso_8859_1_to_ibm437_desc="W-Europe ISO 8859-1 to IBM 437 screenmap" [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc_char.7 | 5 .\" Copyright (c) 2011, 2013, 2015, 2017-2020, 2022 61 In particular, in English manual pages, do not use special-character 67 the en-dash (\(en), 68 the em-dash (\(em), 75 .Bd -unfilled -offset indent 76 blue-eyed 77 lorry-driver 80 The en-dash is used to separate the two elements of a range, 81 or can be used the same way as an em-dash. 84 .Bd -unfilled -offset indent [all …]
|
| /freebsd/usr.bin/systat/ |
| H A D | systat.1 | 37 .Op Ar display-commands 38 .Op Ar refresh-interval 73 input line is passed to a per-display command interpreter. 75 allows each display to have certain display-specific commands. 78 .Bl -tag -width "refresh_interval" 104 .It Ar refresh-interval 106 .Ar refresh-value 109 .It Ar display-commands 116 .Fl - 125 .Dl Nm Fl iostat Fl numbers Fl - Ar 2.1 [all …]
|
| /freebsd/contrib/ntp/util/ |
| H A D | kern.c | 2 * This program simulates a first-order, type-II phase-lock loop using 21 * Phase-lock loop definitions 26 #define TAU 2 /* time constant (shift 0 - 6) */ 40 int tick; /* timer interrupt period (us) */ 45 * Phase-lock loop variables 90 timey -= 1000000; in main() 93 timex.tv_usec -= 1000000; in main() 98 timez = (long)timey - timex.tv_usec; in main() 100 timez -= 1000000; in main() 101 if (timez < -500000) in main() [all …]
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prng.h | 7 * Simple linear congruential pseudo-random number generator: 11 * where the following constants ensure maximal period: 13 * a == Odd number (relatively prime to 2^n), and (a-1) is a multiple of 4. 26 /* INTERNAL DEFINITIONS -- IGNORE */ 60 * The prng_lg_range functions give a uniform int in the half-open range [0, 70 uint32_t ret = *state >> (32 - lg_range); in prng_lg_range_u32() 81 uint64_t ret = *state >> (64 - lg_range); in prng_lg_range_u32() 92 size_t ret = *state >> ((ZU(1) << (3 + LG_SIZEOF_PTR)) - lg_rang in prng_lg_range_u64() [all...] |
| /freebsd/sys/i386/i386/ |
| H A D | geode.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2004 Poul-Henning Kamp 66 { "tinyBIOS", 0, 28 }, /* tinyBIOS V1.4a (C)1997-2003 */ 75 { "tinyBIOS", 0, 28 }, /* tinyBIOS V1.4a (C)1997-2005 */ 83 { "**** PCM-582", 5, 33 }, /* PCM-5823 BIOS V1.12 ... */ 84 { "GXm-Cx5530", -11, 35 }, /* 06/07/2002-GXm-Cx5530... */ 104 bit = -bit; in led_func() 124 bit = -bit; in cs5536_led_func() 131 bit -= 16; in cs5536_led_func() [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212.h | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 50 #define HALF_RATE_USEC 19 /* ((40 / 2) - 1 ) */ 51 #define QUARTER_RATE_USEC 9 /* ((40 / 4) - 1 ) */ 57 #define IFS_SLOT_FULL_RATE 0x168 /* 9 us half, 40 MHz core clock (9*40) */ 58 #define IFS_SLOT_HALF_RATE 0x104 /* 13 us half, 20 MHz core clock (13*20) */ 71 * Various fifo fill before Tx start, in 64-byte units 171 int period; /* update listen period */ member [all …]
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | cc_newreno.c | 22 /* Unflushed state during multiple on-loss calls. */ 55 nr->now_cb = now_cb; in newreno_new() 56 nr->now_cb_arg = now_cb_arg; in newreno_new() 73 int is_reduced = (max_dgram_size < nr->max_dgram_size); in newreno_set_max_dgram_size() 75 nr->max_dgram_size = max_dgram_size; in newreno_set_max_dgram_size() 81 nr->k_init_wnd = 10 * max_dgram_size; in newreno_set_max_dgram_size() 82 if (nr->k_init_wnd > max_init_wnd) in newreno_set_max_dgram_size() 83 nr->k_init_wnd = max_init_wnd; in newreno_set_max_dgram_size() 85 nr->k_min_wnd = 2 * max_dgram_size; in newreno_set_max_dgram_size() 88 nr->cong_wnd = nr->k_init_wnd; in newreno_set_max_dgram_size() [all …]
|
| /freebsd/share/doc/usd/10.exref/summary/ |
| H A D | ex.summary | 83 (a self-teaching introduction) and the 142 and is terminated by typing a period as the 163 line-number addresses which indicate the lines 168 Commands that can take line-number prefixes also 172 without any line-number prefix. 187 means that up to 2 line-numbers may be given, 194 line-number prefix may be used. 374 range is specified by line-number prefixes) and 460 the \s-2ESC\s0 key followed by 498 copy may only be available for a short period of time. [all …]
|