Home
last modified time | relevance | path

Searched +full:3 +full:- +full:tuples (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/usr.sbin/dumpcis/
H A Dcis.h6 *-------------------------------------------------------------------------
8 /*-
9 * SPDX-License-Identifier: BSD-3-Clause
21 * 3. The name of the author may not be used to endorse or promote products
38 * Card Information Structure tuples definitions
45 * Tuples are contiguous in attribute memory, and
72 #define CIS_DEVICE_OC 0x1C /* Other conditions info - common memory */
73 #define CIS_DEVICE_OA 0x1D /* Other conditions info - attribute memory */
80 * Data recording format tuples.
98 * 0xF0 - Device type
[all …]
H A Dreadcis.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
14 * 3. The name of the author may not be used to endorse or promote products
31 * Code cleanup, bug-fix and extension
66 {"Link target", CIS_LINKTARGET, 3},
108 * After reading the tuples, decode the relevant ones.
118 * free_cis - delete cis entry.
127 tlist = tl->next; in freecis()
128 while ((tp = tl->tuples) != 0) { in freecis()
129 tl->tuples = tp->next; in freecis()
[all …]
H A Dreadcis.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
14 * 3. The name of the author may not be used to endorse or promote products
38 struct tuple *tuples; member
49 #define tpl32(tp) ((*((tp) + 3) << 24) | \
/freebsd/sys/dev/pccard/
H A Dpccard_cis.h2 /*-
3 * SPDX-License-Identifier: BSD-4-Clause
15 * 3. All advertising materials mentioning features or use of this software
34 * CIS Tuples */
36 /* Layer 1 Basic Compatibility Tuples */
59 * the 2.1 docs have 0x02-0x07 as reserved, but the linux drivers list the
60 * follwing tuple code values. I have at least one card (3com 3c562
145 #define PCCARD_TPCE_MS_LENGTH_SIZE_SHIFT 3
159 #define PCCARD_FUNCTION_UNSPEC -1
163 #define PCCARD_FUNCTION_PARALLEL 3
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmicrochip,sparx5-sgpio.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/microchip,sparx5-sgpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lars Povlsen <lars.povlsen@microchip.com>
21 pattern: "^gpio@[0-9a-f]+$"
25 - microchip,sparx5-sgpio
26 - mscc,ocelot-sgpio
27 - mscc,luton-sgpio
29 "#address-cells":
[all …]
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt2 ------------------------------------
24 - compatible: must be "ti,c64x+dscr"
25 - reg: register area base and size
34 - ti,dscr-devstat
37 - ti,dscr-silicon-rev
40 - ti,dscr-rmii-resets
41 offset and bitmask of RMII reset field. May have multiple tuples if more
44 - ti,dscr-locked-regs
45 possibly multiple tuples describing registers which are write protected by
49 - ti,dscr-kick-regs
[all …]
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2006-2008, Juniper Networks, Inc.
20 * 3. The name of the author may not be used to endorse or promote products
133 * of 32KB - 4GB. Otherwise error code is returned. Value representing
153 return (0xffff8000 << (n - 15)); in lbc_address_mask()
163 if (sc->sc_range[r].size == 0) in lbc_banks_unmap()
166 pmap_unmapdev((void *)sc->sc_range[r].kva, in lbc_banks_unmap()
167 sc->sc_range[r].size); in lbc_banks_unmap()
168 law_disable(OCP85XX_TGTIF_LBC, sc->sc_range[r].addr, in lbc_banks_unmap()
[all …]
/freebsd/sys/dev/fdt/
H A Dfdt_common.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2014 The FreeBSD Foundation
78 int err, i, len, tuple_size, tuples; in fdt_get_range_by_busaddr() local
98 return (-1); in fdt_get_range_by_busaddr()
110 tuples = len / (tuple_size * sizeof(cell_t)); in fdt_get_range_by_busaddr()
118 for (i = 0; i < tuples; i++) { in fdt_get_range_by_busaddr()
212 if ((node = OF_finddevice("soc")) != -1) in fdt_immr_addr()
213 if (ofw_bus_node_is_compatible(node, "simple-bus")) in fdt_immr_addr()
218 if ((node = OF_finddevice("/")) == -1) in fdt_immr_addr()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Ddif2 #------------------------------------------------------------------------------
6 #------------------------------------------------------------------------------
11 # by DROID x-fmt/368 "VisiCalc Database"
15 # skip DROID x-fmt-41-signature-id-380.dif by looking for key word TUPLES at the beginning
16 >>27 search/128 TUPLES Data Interchange Format
18 #!:mime application/x-dif-spreadsheet Gnumeric
20 #!:mime application/x-dif-document LibreOffice
22 !:mime application/x-dif
24 #!:mime application/vnd.ms-excel
27 # look for double quote 0x22 on 3rd line
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp1 //===- DWARFDebugArangeSet.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 Offset = -1ULL; in clear()
49 // A 4-byte (32-bit DWARF) or 12-byte (64-bit DWARF) length containing in extract()
54 // 3. debug_info_offset (section offset) in extract()
55 // A 4-byte (32-bit DWARF) or 8-byte (64-bit DWARF) offset into the in extract()
59 // This header is followed by a series of tuples. Each tuple consists of in extract()
63 // tuples is terminated by a 0 for the segment, a 0 for the address and 0 in extract()
65 // the segment selectors are omitted from all tuples, including in extract()
[all …]
/freebsd/usr.sbin/mountd/
H A Dnetgroup.512 .\" 3. Neither the name of the University nor the names of its contributors
42 tuples that are to be given similar network access.
49 .Bd -literal -offset indent
60 or may consist of the string ``-'' to specify ``no valid value''.
66 .Xr getnetgrent 3
90 .Fn innetgr 3
99 .Fn innetgr 3
108 .Bl -bullet -offset indent
122 .Fn innetgr 3
157 .Fn innetgr 3
[all …]
/freebsd/contrib/libxo/doc/
H A Dconf.py2 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Tue Oct 10 10:18:55 2017.
30 vers_cmd = "grep AC_INIT ../configure.ac | awk '{ print substr($2, 2, length($2) - 3);}'"
31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8")
33 # -- General configuration ------------------------------------------------
58 copyright = '2017-2019, Juniper Networks Inc'
92 # -- Options for HTML output ----------------------------------------------
99 # Theme options are theme-specific and customize the look and feel of a theme
129 # -- Options for HTMLHelp output ------------------------------------------
132 htmlhelp_basename = 'libxo-manual'
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp1 //===-- DWARFDebugArangeSet.cpp --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/misc/fsl,qoriq-mc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Frank Li <Frank.Li@nxp.com>
13 The Freescale Management Complex (fsl-mc) is a hardware resource
15 network-oriented packet processing applications. After the fsl-mc
22 For an overview of the DPAA2 architecture and fsl-mc bus see:
26 same hardware "isolation context" and a 10-bit value called an ICID
31 between ICIDs and IOMMUs, so an iommu-map property is used to define
[all …]
H A Dfsl,qoriq-mc.txt3 The Freescale Management Complex (fsl-mc) is a hardware resource
5 network-oriented packet processing applications. After the fsl-mc
12 For an overview of the DPAA2 architecture and fsl-mc bus see:
16 same hardware "isolation context" and a 10-bit value called an ICID
21 between ICIDs and IOMMUs, so an iommu-map property is used to define
28 For arm-smmu binding, see:
32 The msi-map property is used to associate the devices with both the ITS
36 Documentation/devicetree/bindings/interrupt-controller/msi.txt.
39 Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml.
43 - compatible
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py1 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Mon Apr 6 23:48:40 2015.
24 # -- General configuration ------------------------------------------------
45 #source_encoding = 'utf-8-sig'
60 version = '0.2.3'
62 release = '0.2.3'
72 # non-false value, then it is used:
85 # If true, '()' will be appended to :func: etc. cross-reference text.
109 # -- Options for HTML output ----------------------------------------------
115 # Theme options are theme-specific and customize the look and feel of a theme
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java153 (byte)3}, 3); in getAggregation()
176 (byte)3}, 3); in getTuple()
185 Object v = new byte[] {(byte)1, (byte)2, (byte)3}; in getScalarRecord()
186 ScalarRecord r = new ScalarRecord(v, 3); in getScalarRecord()
196 new StackFrame("Frame 3") in getKernelStackRecord()
218 for (i = -62; i <= 62; ++i) { in getLogDistribution()
220 bucket = new Distribution.Bucket(-1, -1, n++); in getLogDistribution()
228 sign = ((i < 0) ? -1L : 1L); in getLogDistribution()
230 nextSign = (((i + 1) < 0) ? -1L : 1L); in getLogDistribution()
233 upperBound = (nextPower == 0 ? -2L : in getLogDistribution()
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dconf.py1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Sun Jun 8 13:27:19 2014.
24 # -- General configuration --
[all...]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt2 -----------------------
11 - compatible: Must be "marvell,ap806-gicp"
13 - reg: Must be the address and size of the GICP SPI registers
15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
18 - msi-controller: indicates that this is an MSI controller
22 gicp_spi: gicp-spi@3f0040 {
23 compatible = "marvell,ap806-gicp";
25 marvell,spi-ranges = <64 64>, <288 64>;
26 msi-controller;
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h1 //===-- APINotesWriter.h - API Notes Writer ---------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
52 /// The Objective-C context data block, which contains information about
53 /// Objective-C classes and protocols.
56 /// The Objective-C property data block, which maps Objective-C
61 /// The Objective-C property data block, which maps Objective-C
62 /// (class name, selector, is_instance_method) tuples to information
70 /// The Objective-C selector data block, which maps Objective-C
102 MODULE_OPTIONS = 3,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
19 It will make the LED go gradually from zero-intensity to max (255) intensity in
24 255-| / \ / \ /
28 0-| / \/ \/
29 +---0----1----2----3----4----5----6------------> time (s)
32 use zero-time lengths (the brightness must be same as the previous tuple's). So
44 255-| +---------+ +---------+
48 0-| -----+ +----+ +----
49 +---0----1----2----3----4----5----6------------> time (s)
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A D83xx-512x-pci.txt6 - reg: should contain two address length tuples
12 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
13 interrupt-map = <
14 /* IDSEL 0x0E -mini PCI */
20 /* IDSEL 0x0F - PCI slot */
25 interrupt-parent = <&ipic>;
27 bus-range = <0x0 0x0>;
31 clock-frequency = <66666666>;
32 #interrupt-cells = <1>;
33 #size-cells = <2>;
[all …]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_fpga.txt3 # Copyright (C) 2014-2015 Chelsio Communications. All rights reserved.
6 # WILL RESULT IN A NON-FUNCTIONAL ADAPTER AND MAY RESULT IN PHYSICAL DAMAGE
10 # This file provides the default, power-on configuration for 2-port T6-based
24 # 3. Egress Queues: 128K.
25 # 4. MSI-X Vectors: 1088.
26 # 5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination
34 # functions for ports 0-1 on PF0-1, FCoE on PF4, iSCSI on PF5, etc.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
46 # 3 application functions (NIC, FCoE, iSCSI) per port *
47 # 16 Ingress Queue/MSI-X Vectors per application function
[all …]
H A Dt4fw_cfg_uwire.txt3 # Copyright (C) 2010-2017 Chelsio Communications. All rights reserved.
6 # THIS FILE WILL RESULT IN A NON-FUNCTIONAL T4 ADAPTER AND MAY RESULT
9 # This file provides the default, power-on configuration for 4-port T4-based
22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions
24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a
26 # 4. MSI-X Vectors: 1088. A complication here is that the PCI-E SR-IOV
28 # same umber of MSI-X Vectors as the base Physical Function.
30 # not, their MSI-X "needs" are counted by the PCI-E implementation.
32 # Functions (PF0-3) must have the same number of configured TotalVFs in
33 # their SR-IOV Capabilities.
[all …]
H A Dt5fw_cfg_uwire.txt3 # Copyright (C) 2010-2017 Chelsio Communications. All rights reserved.
6 # WILL RESULT IN A NON-FUNCTIONAL ADAPTER AND MAY RESULT IN PHYSICAL DAMAGE
10 # This file provides the default, power-on configuration for 4-port T5-based
24 # 3. Egress Queues: 128K.
25 # 4. MSI-X Vectors: 1088.
26 # 5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination
34 # functions for ports 0-3 on PF0-3, FCoE on PF4, iSCSI on PF5, etc.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
46 # 3 application functions (NIC, FCoE, iSCSI) per port *
47 # 8 Ingress Queue/MSI-X Vectors per application function
[all …]

12345