Home
last modified time | relevance | path

Searched +full:mlt +full:- +full:3 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83822.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Andrew Davis <afd@ti.com>
14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It
16 data over standard, twisted-pair cables or to connect to an external,
17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to
24 - $ref: ethernet-phy.yaml#
30 ti,link-loss-low:
39 ti,fiber-mode:
[all …]
/freebsd/share/misc/
H A Diso6392 # ISO 639-2 language codes
4 # From http://www.loc.gov/standards/iso639-2/ :
6 # The Library of Congress has been designated the ISO 639-2/RA for the
7 # purpose of processing requests for alpha-3 language codes comprising the
9 # languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews
16 # This is the official site of the ISO 639-2 Registration Authority and thus
18 # 639-2 please contact us at:
22 # Washington, DC 20540-4402
23 # E-mail: iso639-2@loc.gov
30 # Download the file http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt
[all …]
H A Diso316613 # rearranged to put the two-letter country code first. The country
114 GW GNB 624 Guinea-Bissau
158 MT MLT 470 Malta
242 TL TLS 626 Timor-Leste
276 # Newsletter III-1, 1989-12-5:
279 # Newsletter III-2, 1990-07-16
282 # Newsletter III-3, 1990-08-14
285 # Newsletter III-4, 1990-08-14
288 # Newsletter III-5, 1990-08-14
291 # Newsletter III-6, 1990-08-14
[all …]
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c3 * Module Name: dmutils - AML disassembler utilities
11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
40 * 3. Conditions
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
183 "MLT",
241 * PARAMETERS: Attribute - Attribute field of AccessAs keyword
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l4 * Module Name: aslcompiler.l - Flex/lex input file
12 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
29 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
41 * 3. Conditions
105 * re-exports any such software from a foreign destination, Licensee shall
106 * ensure that the distribution and export/re-export of the software is in
109 * any of its subsidiaries will export/re-export any technical data, process,
131 * 3. Neither the names of the above-listed copyright holders nor the names
163 * flex.exe -PAslCompiler -i -o$(InputPath).c $(InputPath)
165 * -i: Scanner must be case-insensitive
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This provides Objective-C code generation targeting the Apple runtime.
11 //===----------------------------------------------------------------------===//
64 /// the all-integer/pointer case.
66 // Add the non-lazy-bind attribute, since objc_msgSend is likely to in getMessageSendFn()
91 /// floating-point stack; without a special entrypoint, the nil case
104 /// would be unbalanced. Only used on 64-bit X86.
180 /// ObjectPtrTy - LLVM type for object handles (typeof(id))
[all …]
/freebsd/sys/dev/arcmsr/
H A Darcmsr.h11 ** SPDX-License-Identifier: BSD-3-Clause
13 ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved.
23 ** 3. The name of the author may not be used to endorse or promote products
43 #define ARCMSR_VIRTUAL_DEVICE_ID (ARCMSR_MAX_TARGETID - 1)
71 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
197 #define CHIP_REG_READ32(s, b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], offsetof(struct s,…
198 #define CHIP_REG_WRITE32(s, b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], offsetof(stru…
199 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r)
200 #define WRITE_CHIP_REG32(b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], r, d)
374 ** Set if Outbound Doorbell register bits 30:1 have a non-zero
[all …]