Home
last modified time | relevance | path

Searched +full:dsr +full:- +full:override (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dsnps-dw-apb-uart.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
13 - $ref: serial.yaml#
14 - $ref: rs485.yaml#
16 - if:
20 const: starfive,jh7110-uart
33 - items:
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/canaan/
H A Dk210.dtsi1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2019-20 Sean Anderson <seanga2@gmail.com>
6 #include <dt-bindings/clock/k210-clk.h>
7 #include <dt-bindings/pinctrl/k210-fpioa.h>
8 #include <dt-bindings/reset/k210-rst.h>
12 * Although the K210 is a 64-bit CPU, the address bus is only 32-bits
15 #address-cells = <1>;
16 #size-cells = <1>;
17 compatible = "canaan,kendryte-k210";
21 * Since this is a non-ratified draft specification, the kernel does not
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1 //===- HexagonExpandCondsets.cpp ------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // It is meant to work post-SSA, but still on virtual registers. It was
40 // ... [intervening instructions, %0->vreg3] ...
71 // removed (in case it is an identity copy), some pre-existing def may
78 // of %1 will need to be updated to non-dead at some point.
122 #define DEBUG_TYPE "expand-condsets"
126 static cl::opt<unsigned> OptTfrLimit("expand-condsets-tfr-limit",
128 static cl::opt<unsigned> OptCoaLimit("expand-condsets-coa-limit",
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1 //===- SemaChecking.cpp - Extra Semantic Checking -------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
125 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
135 unsigned ArgCount = Call->getNumArgs(); in checkArgCountAtLeast()
139 return Diag(Call->getEndLoc(), diag::err_typecheck_call_too_few_args) in checkArgCountAtLeast()
141 << /*is non object*/ 0 << Call->getSourceRange(); in checkArgCountAtLeast()
145 unsigned ArgCount = Call->getNumArgs(); in checkArgCountAtMost()
148 return Diag(Call->getEndLoc(), diag::err_typecheck_call_too_many_args_at_most) in checkArgCountAtMost()
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # 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/sbin/camcontrol/
H A Dcamcontrol.c2 * Copyright (c) 1997-2007 Kenneth D. Merry
185 {"inquiry", CAM_CMD_INQUIRY, CAM_ARG_NONE, "DSR"},
209 {"devlist", CAM_CMD_DEVTREE, CAM_ARG_NONE, "-b"},
238 {"-?", CAM_CMD_USAGE, CAM_ARG_NONE, NULL},
239 {"-h", CAM_CMD_USAGE, CAM_ARG_NONE, NULL},
380 for (opts = table; (opts != NULL) && (opts->optname != NULL); in getoption()
382 if (strncmp(opts->optname, arg, strlen(arg)) == 0) { in getoption()
383 *cmdnum = opts->cmdnum; in getoption()
384 *argnum = opts->argnum; in getoption()
385 *subopt = opts->subopt; in getoption()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1 //===- AArch64InstrFormats.td - AArch64 Instruction Formats --*- tblgen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
14 // ad-hoc solution used to emit machine instruction encodings by our machine
68 // as to make it more obvious what it means in ARM-land.
82 let TSFlags{13-11} = SMEMatrixType.Value;
85 let TSFlags{8-7} = FalseLanes.Value;
86 let TSFlags{6-3} = DestructiveInstType.Value;
87 let TSFlags{2-0} = ElementSize.Value;
[all …]