Home
last modified time | relevance | path

Searched +full:cell +full:- +full:value (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-fman.txt5 - FMan Node
6 - FMan Port Node
7 - FMan MURAM Node
8 - FMan dTSEC/XGEC/mEMAC Node
9 - FMan IEEE 1588 Node
10 - FMan MDIO Node
11 - Example
18 Due to the fact that the FMan is an aggregation of sub-engines (ports, MACs,
23 - compatible
25 Value type: <stringlist>
[all …]
H A Dibm,emac.txt8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
[all …]
H A Dbroadcom-bcm87xx.txt5 "ethernet-phy-ieee802.3-c45"
9 - broadcom,c45-reg-init : one of more sets of 4 cells. The first cell
11 address within the MMD, the third cell contains a mask to be ANDed
12 with the existing register value, and the fourth cell is ORed with
13 he result to yield the new register value. If the third cell has a
14 value of zero, no read of the existing value is performed.
18 ethernet-phy@5 {
20 compatible = "broadcom,bcm8706", "ethernet-phy-ieee802.3-c45";
21 interrupt-parent = <&gpio>;
28 broadcom,c45-reg-init = <1 0xc808 0xff8f 0x70>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic.txt14 - compatible
16 Value type: <string>
22 - reg
24 Value type: <prop-encoded-array>
29 - interrupt-controller
31 Value type: <empty>
35 - #interrupt-cells
37 Value type: <u32>
38 Definition: Shall be 2 or 4. A value of 2 means that interrupt
39 specifiers do not contain the interrupt-type or type-specific
[all …]
H A Dmpc5200.txt2 ----------------------------
4 (c) 2006-2009 Secret Lab Technologies Ltd
8 ------------------
9 For mpc5200 on-chip devices, the format for each compatible value is
10 <chip>-<device>[-<mode>]. The OS should be able to match a device driver
11 to the device based solely on the compatible value. If two drivers
21 "fsl,mpc5200-<device>".
29 compatible = "fsl,mpc5200b-<device>","fsl,mpc5200-<device>";
34 ie. ethernet on mpc5200: compatible = "fsl,mpc5200-fec";
35 ethernet on mpc5200b: compatible = "fsl,mpc5200b-fec", "fsl,mpc5200-fec";
[all …]
H A Dsrio.txt5 - compatible
7 Value type: <string>
11 Optionally, a compatible string of "fsl,srio-vX.Y" where X is Major
15 - reg
17 Value type: <prop-encoded-array>
22 - interrupts
24 Value type: <prop_encoded-array>
26 value of the interrupts property consists of one interrupt
31 property. (Typically shared with port-write).
33 - fsl,srio-rmu-handle:
[all …]
/freebsd/stand/ficl/softwords/
H A Dclasses.fr13 object subclass c-ref
14 cell: .class
15 cell: .instance
17 : get ( inst class -- refinst refclass )
19 : set ( refinst refclass inst class -- )
21 end-class
23 object subclass c-byte
28 end-class
30 object subclass c-2byte
35 end-class
[all …]
/freebsd/contrib/one-true-awk/
H A Dtran.c53 Cell *fsloc; /* FS */
54 Cell *nrloc; /* NR */
55 Cell *nfloc; /* NF */
56 Cell *fnrloc; /* FNR */
57 Cell *ofsloc; /* OFS */
58 Cell *orsloc; /* ORS */
59 Cell *rsloc; /* RS */
60 Cell *ARGVcell; /* cell with symbol table containing ARGV[...] */
61 Cell *rstartloc; /* RSTART */
62 Cell *rlengthloc; /* RLENGTH */
[all …]
H A Dawk.h42 * We sometimes cheat writing read-only pointers to NUL-terminate them
43 * and then put back the original value
47 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for DPRINTF
67 extern size_t awk_mb_cur_max; /* max size of a multi-byte character */
69 extern char EMPTY[]; /* this avoid -Wwritable-strings issues */
95 /* Cell: all information about a variable or constant */
97 typedef struct Cell { struct
101 char *sval; /* string value */
102 Awkfloat fval; /* value as number */
104 char *fmt; /* CONVFMT/OFMT value used to convert from number */
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_bkgd.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
31 .TH curs_bkgd 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
52 \fB\%getbkgd\fP \-
72 (in the library's non-\*(``wide\*('' configuration)
82 The background's attributes are combined with all non-blank characters
98 every character cell in that window.
107 updates the rendition of each character cell by comparing the character,
108 non-color attributes,
110 The library applies to following procedure to each cell in the window,
[all …]
H A Dcurs_bkgrnd.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2002-2015,2017 Free Software Foundation, Inc. *
31 .TH curs_bkgrnd 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
53 \fB\%wgetbkgrnd\fP \-
84 The background's attributes are combined with all non-blank characters
100 every character cell in that window.
109 updates the rendition of each character cell by comparing the character,
110 non-color attributes,
112 The library applies to following procedure to each cell in the window,
116 first compares the cell's character to the previously specified blank
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dnvmem-reboot-mode.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboo
[all...]
H A Dnvmem-reboot-mode.txt3 This driver gets reboot mode magic value from reboot-mode driver
4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader
6 value stored.
9 - compatible: should be "nvmem-reboot-mode".
10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device.
11 - nvmem-cell-names: Should be "reboot-mode".
13 The rest of the properties should follow the generic reboot-mode description
14 found in reboot-mode.txt
17 reboot-mode {
18 compatible = "nvmem-reboot-mode";
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h1 //===- BitTracker.h ---------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
150 // Value that a single bit can take. This is outside of the context of
151 // any register, it is more of an abstraction of the two-element set of
153 // indicates that this bit takes the same value as the bit described by
160 Ref // Bit value same as the one described in RefI.
161 // Conceptually, there is no explicit "bottom" value: the lattice's
163 // of registers, could be read as "this value of this bit is defined by
168 // This makes the value lattice different for each virtual register
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dvexpress-sysreg.txt2 --------------------------------------
9 - compatible value : = "arm,vexpress,sysreg";
10 - reg : physical base address and the size of the registers window
13 - gpio-controller : specifies that the node is a GPIO controller
14 - #gpio-cells : size of the GPIO specifier, should be 2:
15 - first cell is the pseudo-GPIO line number:
16 0 - MMC CARDIN
17 1 - MMC WPROT
18 2 - NOR FLASH WPn
19 - second cell can take standard GPIO flags (currently ignored).
[all …]
/freebsd/share/man/man9/
H A DOF_getprop.985 Properties consist of a name and a value.
86 A name is a human-readable string from 1 to 31 characters long.
87 A value is an array of zero or more bytes that encode certain
90 Properties can encode byte arrays, text strings, unsigned 32-bit
93 Property with a zero-length value usually represents boolean
104 Unsigned 32-bit values, also sometimes called cells, are
105 encoded as a sequence of 4 bytes in big-endian order.
108 returns either the length of the value associated with the property
112 or 0 if the property exists but has no associated value.
115 does not exist, -1 is returned.
[all …]
H A DOF_node_from_xref.943 They are used to cross-reference device tree nodes.
46 In this example, the GPIO node would have a cell (32-bit integer)
48 whose value uniquely identifies the node.
51 described by device bindings (device-specific set of properties).
52 It can be a cell property or a combined property with one part
53 of it being a cell.
54 The value of the framebuffer node's property would be the same
55 as the value of the GPIO "phandle" property so it can be said
71 the input value.
78 the input value.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,madera.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
21 include/dt-bindings/sound/madera.h
26 - $ref: dai-common.yaml#
29 '#sound-dai-cells':
31 The first cell indicating the audio interface.
38 INnAR INnBL INnBR. For non-muxed inputs the first two cells
46 $ref: /schemas/types.yaml#/definitions/uint32-array
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,iproc-flexrm-mbox.txt6 FlexRM driver will create a mailbox-controller instance for given FlexRM
10 --------------------
11 - compatible: Should be "brcm,iproc-flexrm-mbox"
12 - reg: Specifies base physical address and size of the FlexRM
14 - msi-parent: Phandles (and potential Device IDs) to MSI controllers
17 Refer devicetree/bindings/interrupt-controller/msi.txt
18 - #mbox-cells: Specifies the number of cells needed to encode a mailbox
21 The 1st cell is the mailbox channel number.
23 The 2nd cell contains MSI completion threshold. This is the
27 The 3rd cell contains MSI timer value representing time for
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt2 -------------------
8 Priority 2 and 3 are reserved. Priority 4-15 are used for interrupt
12 --------------------
13 - compatible: Should be "ti,c64x+core-pic";
14 - #interrupt-cells: <1>
17 ------------------------------
18 Single cell specifying the core interrupt priority level (4-15) where
22 -------
23 core_pic: interrupt-controller@0 {
24 interrupt-controller;
[all …]
H A Dmarvell,icu.txt2 --------------------------------
5 responsible for collecting all wired-interrupt sources in the CP and
13 - compatible: Should be "marvell,cp110-icu"
15 - reg: Should contain ICU registers location and length.
22 - compatible: Should be one of:
23 * "marvell,cp110-icu-nsr"
24 * "marvell,cp110-icu-sr"
25 * "marvell,cp110-icu-sei"
26 * "marvell,cp110-icu-rei"
28 - #interrupt-cells: Specifies the number of cells needed to encode an
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/fsl-imx-esdhc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
13 - $ref: sdhci-common.yaml#
20 by mmc.txt and the properties used by the sdhci-esdhc-imx driver.
25 - enum:
26 - fsl,imx25-esdhc
27 - fsl,imx35-esdhc
[all …]
/freebsd/crypto/heimdal/lib/kafs/
H A Dkafs.31 .\" Copyright (c) 1998 - 2006 Kungliga Tekniska Högskolan
54 AFS cache manager access library (libkafs, -lkafs)
58 .Fn k_afs_cell_of_file "const char *path" "char *cell" "int len"
72 .Fn kafs_settoken_rxkad "const char *cell" "struct ClearToken *token" "void *ticket" "size_t ticket…
74 .Fn kafs_settoken "const char *cell" "uid_t uid" "CREDENTIALS *c"
75 .Fn krb_afslog "char *cell" "char *realm"
77 .Fn krb_afslog_uid "char *cell" "char *realm" "uid_t uid"
79 .Fn krb5_afslog_uid "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm re…
81 .Fn kafs_settoken5 "const char *cell" "uid_t uid" "krb5_creds *c"
83 .Fn krb5_afslog "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dbrcm,bcm2835-gpio.txt7 - compatible: "brcm,bcm2835-gpio"
8 - compatible: should be one of:
9 "brcm,bcm2835-gpio" - BCM2835 compatible pinctrl
10 "brcm,bcm7211-gpio" - BCM7211 compatible pinctrl
11 "brcm,bcm2711-gpio" - BCM2711 compatible pinctrl
12 "brcm,bcm7211-gpio" - BCM7211 compatible pinctrl
13 - reg: Should contain the physical address of the GPIO module's registers.
14 - gpio-controller: Marks the device node as a GPIO controller.
15 - #gpio-cells : Should be two. The first cell is the pin number and the
16 second cell is used to specify optional parameters:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dqoriq-thermal.txt4 - compatible : Must include "fsl,qoriq-tmu" or "fsl,imx8mq-tmu". The
8 Value Device
9 ---------- -----
11 - reg : Address range of TMU registers.
12 - interrupts : Contains the interrupt for TMU.
13 - fsl,tmu-range : The values to be programmed into TTRnCR, as specified by
14 the SoC reference manual. The first cell is TTR0CR, the second is
16 - fsl,tmu-calibration : A list of cell pairs containing temperature
18 The first cell of each pair is the value to be written to TTCFGR,
19 and the second is the value to be written to TSCFGR.
[all …]

12345678910>>...15