Home
last modified time | relevance | path

Searched +full:auto +full:- +full:detected (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/freebsd/sys/dev/mii/
H A Dbmtphyreg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
48 #define AUX_CTL_FEF_EN 0x0020 /* far-end fault enable */
51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */
56 #define AUX_STS_FCARDET 0x0020 /* false carrier detected */
57 #define AUX_STS_BAD_ESD 0x0010 /* bad ESD detected */
58 #define AUX_STS_RXERROR 0x0008 /* Rx error detected */
59 #define AUX_STS_TXERROR 0x0004 /* Tx error detected */
60 #define AUX_STS_LOCKERROR 0x0002 /* lock error detected */
61 #define AUX_STS_MLT3ERROR 0x0001 /* MLT3 code error detected */
[all …]
H A Dicsphyreg.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
44 *--------------------------------------------------------------
49 * 4 Auto-Neg. Advertisement * * *
50 * 5 Auto-Neg. Link Parent Adv * * *
51 * 6 Auto-Neg. Expansion * * *
52 * 7 Auto-Neg. Next Page Tx * *
56 * 12 10Base-T Operation * * *
75 #define QPR_FCARR 0x0100 /* False carrier detected */
76 #define QPR_INVALSYM 0x0080 /* Invalid Symbol Detected */
[all …]
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_log_fc.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors.
68 …O_FC_INIT_ERROR_OUT_OF_ORDER_FRAME = 0x20000001, /* received an out of order frame - unsupported */
73 …INIT_ERROR_SUBPROC_DEAD = 0x20000006, /* Main processor could not initialize sub-processor */
75 …MPI_IOCLOGINFO_FC_INIT_ERROR_RX_BAD_STATUS = 0x20000008, /* Receiver detected context mismatc…
76 …MPI_IOCLOGINFO_FC_INIT_ERROR_RX_UNEXPECTED_FRAME= 0x20000009, /* CtxMgr detected unsupported frame…
83 …MPI_IOCLOGINFO_FC_TARGET_DOAR_KILLED_BY_LIP = 0x21000003, /* Data Out, Auto Response, not sent…
84 …MPI_IOCLOGINFO_FC_TARGET_DIAR_KILLED_BY_LIP = 0x21000004, /* Data In, Auto Response, not sent …
85 …MPI_IOCLOGINFO_FC_TARGET_DIAR_MISSING_DATA = 0x21000005, /* Data In, Auto Response, missing d…
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dmoused.81 .\" SPDX-License-Identifier: BSD-4-Clause
111 .Bl -tag -width indent
113 Emulate the third (middle) button for 2-button mice.
269 .Bl -tag -compact -width modelxxx
326 .Ar medium-low ,
327 .Ar medium-high
334 .Ar auto
340 .Fl t Ar auto
344 .Bl -tag -compact -width systemmouse
376 .Bl -tag -compact -width x__
[all …]
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
38 * Ethernet KR auto-neg and link-training driver API
53 /* *INDENT-OFF* */
57 /* *INDENT-ON* */
59 /* AN (Auto-negotiation) Advertisement Registers */
208 * @return true if Training frame delineation is detected, otherwise false.
240 *@return true if Training failure has been detected.
245 /****************************** auto negotiation *******************************/
247 * Initialize Auto-negotiation
[all …]
H A Dal_hal_eth.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
61 /* *INDENT-OFF* */
65 /* *INDENT-ON* */
97 #define AL_ETH_TSO_MSS_MAX_VAL (AL_ETH_MAX_FRAME_LEN - 200)
194 * will be set according to inner packet when packet is tunneled, for non-tunneled
327 uint8_t l4_header_len; /**< in words(32-bits) */
342 * Target-ID to be assigned to the packet descriptors
343 * Requires Target-ID in descriptor to be enabled for the specific UDMA
356 /* Packet Rx flags - word 3 in Rx completion descriptor */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dbrcm,bus-axi.txt5 - compatible : brcm,bus-axi
7 - reg : iomem address range of chipcommon core
9 The cores on the AXI bus are automatically detected by bcma with the
13 them manually through device tree. Use an interrupt-map to specify the
17 The top-level axi bus may contain children representing attached cores
18 (devices). This is needed since some hardware details can't be auto
19 detected (e.g. IRQ numbers). Also some of the cores may be responsible
25 compatible = "brcm,bus-axi";
28 #address-cells = <1>;
29 #size-cells = <1>;
[all …]
/freebsd/tools/tools/net80211/scripts/
H A Dconfig21 # Auto-detect WIRED and WIRELESS.
25 for i in `ifconfig -l`; do
28 test -z "$WIRED" && WIRED=$i
31 test -z "$WIRELESS" && WIRELESS=$i
35 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
36 test -z "$WIRELESS" && { echo "No wireless device detected!"; exit; }
39 #CHANNEL=${1:-36:a}
40 #CHANNEL=${1:-36:ht/20}
41 CHANNEL=${1:-36}
42 #CHANNEL=${1:-6:g}
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp1 //===- lib/CodeGen/GlobalISel/LegalizerInfo.cpp - Legalizer ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
30 #define DEBUG_TYPE "legalizer-info"
33 "disable-gisel-legality-check",
81 for (const auto &Type : Types) { in print()
85 for (const auto &MMODescr : MMODescrs) { in print()
202 assert(hasNoSimpleLoops(Rule, Query, Mutation) && "Simple loop detected"); in apply()
221 " user-defined predicate detected\n"); in verifyTypeIdxsCoverage()
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h2 * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
36 - compilation with the additional option -DZWRAP_USE_ZSTD=1
37 - using '#define ZWRAP_USE_ZSTD 1' in source code before '#include "zstd_zlibwrapper.h"'
38 - calling ZWRAP_useZSTDcompression(1)
39 All above-mentioned methods will enable zstd compression for all threads.
40 Be aware that ZWRAP_useZSTDcompression() is not thread-safe and may lead to a race condition. */
51 as this case is automatically detected. */
65 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1 //===--- Gnu.cpp - Gnu Tool and ToolChain Implementations -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
59 StringRef CPUArg(A->getValue()); in normalizeCPUNamesForAssembler()
61 CmdArgs.push_back("-mcpu=cortex-a15"); in normalizeCPUNamesForAssembler()
63 CmdArgs.push_back("-mcpu=cortex-a57"); in normalizeCPUNamesForAssembler()
77 for (const auto &A : Args) { in ConstructJob()
78 if (forwardToGCC(A->getOption())) { in ConstructJob()
83 A->claim(); in ConstructJob()
85 A->render(Args, CmdArgs); in ConstructJob()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-misc-minor.m44 dnl # auto-loading depends on registering a reserved non-conflicting minor
6 dnl # our way down to lower value if a collision is detected.
11 for i in $(seq 249 -1 200); do
12 if ! grep -q "^#define\s\+.*_MINOR\s\+.*$i" \
22 AS_IF([ test -z "$ZFS_DEVICE_MINOR"], [
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp1 //===- VTEmitter.cpp - Generate properties from ValueTypes.td -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 bool IsVector = VT->getValueAsBit("isVector"); in VTtoGetLLVMTyString()
35 OS << (VT->getValueAsBit("isScalable") ? "Scalable" : "Fixed") in VTtoGetLLVMTyString()
38 auto OutputVT = IsVector ? VT->getValueAsDef("ElementType") : VT; in VTtoGetLLVMTyString()
39 int64_t OutputVTSize = OutputVT->getValueAsInt("Size"); in VTtoGetLLVMTyString()
41 if (OutputVT->getValueAsBit("isFP")) { in VTtoGetLLVMTyString()
43 auto OutputVTName = OutputVT->getValueAsString("LLVMName"); in VTtoGetLLVMTyString()
64 } else if (OutputVT->getValueAsBit("isInteger")) { in VTtoGetLLVMTyString()
[all …]
/freebsd/sys/dev/e1000/
H A DREADME9 - Overview
10 - Identifying Your Adapter
11 - Building and Installation
12 - Additional Features and Configurations
13 - Known Issues/Troubleshooting
14 - Support
15 - License
21 been developed for use with all community-supported versions of FreeBSD.
33 - The igb driver supports all 82575 and 82576-based gigabit network connections.
34 - The em driver supports all other gigabit network connections.
[all …]
H A De1000_mac.c2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
42 * e1000_init_mac_ops_generic - Initialize MAC function pointers
45 * Setups up the function pointers to no-op functions
49 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_ops_generic()
53 mac->ops.init_params = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
54 mac->ops.init_hw = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
55 mac->ops.reset_hw = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
56 mac->ops.setup_physical_interface = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
57 mac->ops.get_bus_info = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
[all …]
/freebsd/sys/dev/smc/
H A Dif_smcreg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
100 #define RPCR_DPLX 0x1000 /* Put PHY in full-duplex mode */
106 #define RPCR_LED_LINK_ANY 0x0 /* 10baseT or 100baseTX link detected */
107 #define RPCR_LED_LINK_10 0x2 /* 10baseT link detected */
108 #define RPCR_LED_LINK_FDX 0x3 /* Full-duplex link detected */
109 #define RPCR_LED_LINK_100 0x5 /* 100baseTX link detected */
110 #define RPCR_LED_ACT_ANY 0x4 /* TX or RX activity detected */
111 #define RPCR_LED_ACT_RX 0x6 /* RX activity detected */
112 #define RPCR_LED_ACT_TX 0x7 /* TX activity detected */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pci
[all...]
/freebsd/sys/dev/sound/isa/
H A Dsb.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
66 #define DSP_CMD_DAC8 0x14 /* single cycle 8-bit dma out */
67 #define DSP_CMD_ADC8 0x24 /* single cycle 8-bit dma in */
70 #define DSP_CMD_DAC8_AUTO 0x1c /* auto 8-bit dma out */
71 #define DSP_CMD_ADC8_AUTO 0x2c /* auto 8-bit dma out */
74 #define DSP_CMD_HSDAC_AUTO 0x90 /* high speed dac, auto */
75 #define DSP_CMD_HSADC_AUTO 0x98 /* high speed adc, auto */
82 #define DSP_CMD_DAC2 0x16 /* 2-bit adpcm dma out (cont) */
83 #define DSP_CMD_DAC2S 0x17 /* 2-bit adpcm dma out (start) */
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp1 //===-- LibiptDecoder.cpp --======------
[all...]
/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp1 //===- AArch64ErrataFix.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // the AArch64 Cortex-53 errata 843419 that affects r0p0, r0p1, r0p2 and r0p4
13 // more instructions is detected in the instruction stream, one of the
19 // - There is a set of necessary conditions required to trigger the erratum that
20 // can be detected at static link time.
21 // - There is a set of replacement instructions that can be used to remove at
23 // - We can overwrite an instruction in the erratum sequence with a branch to
25 // - We can place the replacement sequence within range of the branch.
[all …]
/freebsd/contrib/ldns/ldns/
H A Dcommon.h10 * (c) NLnet Labs, 2004-2006
20 * as detected and determined by the auto configure script.
H A Dcommon.h.in10 * (c) NLnet Labs, 2004-2006
20 * as detected and determined by the auto configure script.
/freebsd/lib/libsys/
H A Dstatfs.258 .Bd -literal
77 int64_t f_bavail; /* free blocks avail to non-superuser */
79 int64_t f_ffree; /* free nodes avail to non-superuser */
96 .Bl -tag -width MNT_SYNCHRONOUS
102 The filesystem was auto-mounted, see
118 The file system is exported read-only.
151 Soft-updates with journaling being done.
157 The file system is mounted read-only;
158 Even the super-user may not write on it.
178 Fields that are undefined for a particular file system are set to -1.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp1 //===-- RecordStreamer.cpp - Record asm defined and used symbols -------
[all...]
/freebsd/usr.sbin/ppp/
H A DREADME.changes46 o When `set server' is used to re-select a diagnostic port, all existing
48 o pppd-deflate is now called deflate24.
58 utmp host field in -direct mode.
59 o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
61 o ^C works on the parent in -background mode.
67 will auto enable it. The DNS side may be enabled/disabled, and if
82 o `show auto', `show loopback' and `show mtu' are all part of `show bundle'.
94 o Protocol-compressed packets are accepted even if they were denied
98 them. -a == -auto, -dd == -ddial etc. -interactive is also allowed.
100 -auto -alias mode, add ``iface clear'' to your ppp.linkdown file -
[all …]

12345678910>>...18