/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/ |
H A D | at86rf230.txt | 4 - compatible: should be "atmel,at86rf230", "atmel,at86rf231", 6 - spi-max-frequency: maximal bus speed, should be set to 7500000 depends 8 - reg: the chipselect index 9 - interrupts: the interrupt generated by the device. Non high-level 13 - reset-gpio: GPIO spec for the rstn pin 14 - sleep-gpio: GPIO spec for the slp_tr pin 15 - xtal-trim: u8 value for fine tuning the internal capacitance 22 spi-max-frequency = <7500000>; 25 interrupt-parent = <&gpio3>; 26 xtal-trim = /bits/ 8 <0x06>;
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
/freebsd/share/man/man4/ |
H A D | mac_ntpd.4 | 29 .Nd "policy allowing ntpd to run as non-root user" 33 .Bd -ragged -offset indent 40 .Bd -ragged -offset indent 46 .Bd -literal -offset indent 55 system time, and to (re-)bind to the privileged NTP port. 64 to manipulate system time, and the ability to re-bind a UDP socket 69 policy active, it may also be possible to start ntpd as a non-root user, 75 .Bl -inset -compact -offset indent 85 MIBs are available for fine-tuning this MAC policy. 92 .Bl -tag -width indent
|
H A D | mac_priority.4 | 29 .Nd "policy for scheduling privileges of non-root users" 33 .Bd -ragged -offset indent 40 .Bd -ragged -offset indent 46 .Bd -literal -offset indent 84 .Bl -inset -offset indent -compact 90 .Bl -inset -offset indent -compact 96 MIBs are available for fine-tuning this MAC policy. 103 .Bl -tag -width indent
|
H A D | mac_portacl.4 | 7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 41 .Bd -ragged -offset indent 48 .Bd -ragged -offset indent 110 is set to a non-zero value. 114 MIBs are available for fine-tuning the enforcement of this MAC policy. 123 .Bl -tag -width indent 140 .Bl -tag -width ".Ar protocol" 152 .Bf -emphasis 165 .Bf -emphasis 214 Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035
|
H A D | mac_biba.4 | 1 .\" Copyright (c) 2002-2004 Networks Associates Technology, Inc. 7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 40 .Bd -ragged -offset indent 47 .Bd -ragged -offset indent 53 .Bd -literal -offset indent 63 up of hierarchal grades, and non-hierarchal components. 69 The non-hierarchal compartment field is expressed as a set of up to 256 71 A complete label consists of both hierarchal and non-hierarchal elements. 74 .Bl -column -offset indent ".Li biba/equal" "lower than all other labels" 101 .Bl -bullet [all …]
|
H A D | mac_mls.4 | 1 .\" Copyright (c) 2002-2004 Networks Associates Technology, Inc. 7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 36 .Nd "Multi-Level Security confidentiality policy" 40 .Bd -ragged -offset indent 47 .Bd -ragged -offset indent 53 .Bd -literal -offset indent 59 policy module implements the Multi-Level Security, or MLS model, 93 .Bl -column -offset indent ".Li mls/equal" "dominated by all other labels" 106 .Bl -bullet 145 .Bd -literal -offset indent [all …]
|
H A D | acpi.4 | 65 .Bl -tag -width indent 117 Most systems reboot fine with ACPI still enabled, but some require 140 (power-off nicely). 161 (suspend-to-RAM). 170 .Bl -tag -width indent 206 .Bl -tag -width indent 230 BIOS, you can set this to 0 to re-enable ACPI for testing. 251 Multiple interfaces can be specified in a comma-separated list and 260 Forces active-lo polarity for edge-triggered ISA interrupts. 261 Some older systems incorrectly specify active-lo polarity for ISA [all …]
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_combphy.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 #include <contrib/device-tree/include/dt-bindings/phy/phy.h> 57 {"rockchip,rk3568-naneng-combphy", 1}, 174 switch (sc->mode) { in rk3568_combphy_enable() 179 bus_write_4(sc->mem, PHYREG7, in rk3568_combphy_enable() 183 bus_write_4(sc->mem, PHYREG15, in rk3568_combphy_enable() 184 bus_read_4(sc->mem, PHYREG15) | PHYREG15_CTLE_EN); in rk3568_combphy_enable() 187 SYSCON_WRITE_4(sc->pipe_phy_grf, PIPE_PHY_GRF_PIPE_CON3, in rk3568_combphy_enable() 190 SYSCON_WRITE_4(sc->pipe_phy_grf, PIPE_PHY_GRF_PIPE_CON2, in rk3568_combphy_enable() [all …]
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_fsl_fdt.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2020 - 2021 Alstom Group. 5 * Copyright (c) 2020 - 2021 Semihalf. 56 #define RD4 (sc->read) 57 #define WR4 (sc->write) 158 /* Hardware tuning can fail, fallback to SW tuning in that case. */ 162 * Check window and perform SW tuning. 178 * HS400 tuning is done in HS200 mode, but it has to be done using 180 * know the target mode during tuning procedure. Use this flag for just that. [all …]
|
H A D | sdhci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 81 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) 82 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) 83 #define RD4(slot, off) SDHCI_READ_4((slot)->bus, (slot), (off)) 85 SDHCI_READ_MULTI_4((slot)->bus, (slot), (off), (ptr), (count)) 87 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) 88 #define WR2(slot, off, val) SDHCI_WRITE_2((slot)->bus, (slot), (off), (val)) 89 #define WR4(slot, off, val) SDHCI_WRITE_4((slot)->bus, (slot), (off), (val)) 91 SDHCI_WRITE_MULTI_4((slot)->bus, (slot), (off), (ptr), (count)) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.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> 13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control- 14 lers employ projected-capacitance sensing and can track two contacts. 21 - azoteq,iqs7210a 22 - azoteq,iqs7211a 23 - azoteq,iqs7211e 28 irq-gpios: [all …]
|
/freebsd/sys/dev/mmc/ |
H A D | mmcreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2015-2016 Ilya Bakulin <kibab@FreeBSD.org> 35 * Group. This Simplified Specification is provided on a non-confidential 38 * Association, SD Group, SD-3C LLC or other third parties. 44 * is provided "AS-IS" without any representations or warranties of any 45 * kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 47 * right of the SD Group, SD-3C LLC, the SD Card Association or any third 50 * SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 51 * herein shall be construed as an obligation by the SD Group, the SD-3C LLC [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | INSTALL | 4 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, 9 notice and this notice are preserved. This file is offered as-is, 17 more-detailed instructions are generic; see the `README' file for 25 various system-dependent variables used during compilation. It uses 27 It may also create one or more `.h' files containing system-dependent 34 and enabled with `--cache-file=config.cache' or simply `-C') that saves 61 3. Optionally, type `make check' to run any self-tests that come with 62 the package, generally using the just-built uninstalled binaries. 70 5. Optionally, type `make installcheck' to repeat any self-tests, but 81 also a `make maintainer-clean' target, but that is intended mainly [all …]
|
/freebsd/contrib/file/ |
H A D | INSTALL | 9 notice and this notice are preserved. This file is offered as-is, 17 more-detailed instructions are generic; see the `README' file for 25 various system-dependent variables used during compilation. It uses 27 It may also create one or more `.h' files containing system-dependent 34 and enabled with `--cache-file=config.cache' or simply `-C') that saves 61 3. Optionally, type `make check' to run any self-tests that come with 62 the package, generally using the just-built uninstalled binaries. 70 5. Optionally, type `make installcheck' to repeat any self-tests, but 81 also a `make maintainer-clean' target, but that is intended mainly 100 the `configure' script does not know about. Run `./configure --help' [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) 47 * countdown timer is actually there and it works fine, except that it can't [all …]
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.8 | 71 For non-critical file systems, the 88 .Bl -tag -width indent 97 .Bl -tag -width indent 109 The default values are 3 -> 60 seconds 110 for regular files, and 30 -> 60 seconds for directories. 119 to specify that all operations should use the host-based initiator 139 such as cross-mounted servers (each of two servers is an NFS client of 155 .It Cm gssname Ns = Ns Aq Ar service-principal-name 158 .Dq "service-principal-name" 159 of a host-based entry in the default [all …]
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 14 - Fix a severe virtual memory leak on Windows. This regression was first 15 released in 5.0.0. (@Ignition, @j0t, @frederik-h, @davidtgoldblatt, 17 - Fix size 0 handling in posix_memalign(). This regression was first released 19 - Fix the prof_log unit test which may observe unexpected backtraces from 22 - Fix the declaration of the extent_avail tree. This regression was first 24 - Fix an incorrect reference in jeprof. This functionality was first released 25 in 3.0.0. (@prehistoric-penguin) 26 - Fix an assertion on the deallocation fast-path. This regression was first 28 - Fix the TLS_MODEL attribute in headers. This regression was first released 32 - Implement opt.retain on Windows and enable by default on 64-bit. (@interwq, [all …]
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/ |
H A D | jemalloc.3 | 7 .\" Source: jemalloc 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 10 .TH "JEMALLOC" "3" "11/10/2019" "jemalloc 5.2.1-0-gea6b3e973b47" "User Manual" 11 .\" ----------------------------------------------------------------- 13 .\" ----------------------------------------------------------------- 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 20 .\" ----------------------------------------------------------------- 22 .\" ----------------------------------------------------------------- 27 .\" ----------------------------------------------------------------- 29 .\" ----------------------------------------------------------------- 31 jemalloc \- general purpose memory allocation functions [all …]
|
/freebsd/sys/teken/ |
H A D | teken.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> 60 #define TS_8BIT 0x0020 /* UTF-8 disabled. */ 83 teken_assert(t->t_funcs->tf_bell != NULL); in teken_funcs_bell() 84 t->t_funcs->tf_bell(t->t_softc); in teken_funcs_bell() 91 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row); in teken_funcs_cursor() 92 teken_assert(t->t_cursor.tp_col < t->t_winsize.tp_col); in teken_funcs_cursor() 94 teken_assert(t->t_funcs->tf_cursor != NULL); in teken_funcs_cursor() 95 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor); in teken_funcs_cursor() [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/ntp/html/drivers/ |
H A D | driver8.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 14 <!-- #BeginDate format:En2m -->27-Jan-2014 05:31<!-- #EndDate --> 21 Serial Port: /dev/refclock-<em>u</em>; TTY mode according to clock type<br> 22 …PPS device: /dev/refclockpps-<em>u</em>; alternate PPS device (if not available via the serial por… 24 …The PARSE driver supports 20 different clock types/configurations. PARSE is actually a multi-clock… 27 …d as a configuration option. The PPS configuration option uses the receiver-generated time stamps… 47 <dd>The difference between the RS-232-derived timestamp and the PPS timestamp.</dd> 52 …<p>Currently, twenty-four clock types are supported by the PARSE driver and up to four (devices /d… 55 …locks - donations to (<a href="mailto:kardel%20%3CAT%3E%20ntp.org">kardel <AT> ntp.org</a>) … [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 1 //===- AMDGPUTargetTransformInfo.cpp - AMDGPU specific TTI pass -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 36 "amdgpu-unroll-threshold-private", 41 "amdgpu-unroll-threshold-local", 46 "amdgpu-unroll-threshold-if", 51 "amdgpu-unroll-runtime-local", 56 "amdgpu-unroll-max-block-to-analyze", 60 static cl::opt<unsigned> ArgAllocaCost("amdgpu-inline-arg-alloca-cost", [all …]
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2015-2017 Ilya Bakulin <kibab@FreeBSD.org> All rights reserved. 132 char card_sn_string[16];/* Formatted serial # for disk->d_ident */ 236 return periph->path->device->mmc_ident_data.card_rca; in get_rca() 241 * Look at both CAM-level errors and on MMC protocol errors. 248 KASSERT(ccb->ccb_h.func_code == XPT_MMC_IO, in mmc_handle_reply() 249 ("ccb %p: cannot handle non-XPT_MMC_IO errors, got func_code=%d", in mmc_handle_reply() 250 ccb, ccb->ccb_h.func_code)); in mmc_handle_reply() 252 /* CAM-level error should always correspond to MMC-level error */ in mmc_handle_reply() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 1 //===-- RISCVFeatures.td - RISC-V Features and Extensions --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 10 // RISC-V subtarget features and instruction predicates. 11 //===----------------------------------------------------------------------===// 13 // Subclass of SubtargetFeature to be used when the feature is also a RISC-V 16 // name - Name of the extension in lower case. 17 // major - Major version of extension. 18 // minor - Minor version of extension. [all …]
|