Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 41) sorted by relevance

12

/u-boot-v2022.01-rc1/scripts/dtc/
A Ddtc-parser.y55 uint64_t integer; member
68 %token <integer> DT_LITERAL
92 %type <integer> integer_prim
93 %type <integer> integer_unary
94 %type <integer> integer_mul
95 %type <integer> integer_add
97 %type <integer> integer_rela
98 %type <integer> integer_eq
102 %type <integer> integer_and
103 %type <integer> integer_or
[all …]
A Ddtc-lexer.l174 yylval.integer = strtoull(yytext, &e, 0);
198 yylval.integer = 0;
200 yylval.integer = (unsigned char)d.val[0];
/u-boot-v2022.01-rc1/doc/device-tree-bindings/i2c/
A Dnvidia,tegra186-bpmp-i2c.txt21 Single-cell integer.
24 Single-cell integer.
27 Single-cell integer.
/u-boot-v2022.01-rc1/doc/develop/
A Dversion.rst63 U_BOOT_VERSION_NUM (integer #define)
65 this is an integer, not a string.
67 U_BOOT_VERSION_NUM_PATCH (integer #define)
69 this is an integer, not a string.
/u-boot-v2022.01-rc1/doc/device-tree-bindings/pinctrl/
A Datmel,at91-pio4-pinctrl.txt23 - pinmux: integer array. Each integer represents a pin number plus mux and
A Dpinctrl-bindings.txt35 For each client device individually, every pin state is assigned an integer
39 those names to the integer IDs.
71 name for integer state ID 0, list entry 1 for state ID 1, and
168 settings represented as a single integer or an array of integers.
276 integer or an array of integers.
A Dkendryte,k210-fpioa.txt23 - pinmux: integer array representing pin multiplexing configuration. In addition
/u-boot-v2022.01-rc1/doc/device-tree-bindings/net/
A Dfsl,mcf-fec.txt11 - timeout-loop: integer value for driver loops time out
A Dphy.txt9 - reg : The ID number for the phy, usually a small integer
A Dfsl,mcf-dma-fec.txt17 - timeout-loop: integer value for driver loops time out
A Dfixed-link.txt14 * 'speed' (integer, mandatory), to indicate the link speed. Accepted
/u-boot-v2022.01-rc1/doc/
A DREADME.commands.itest7 Uses the expected command modifier for integer compares of width 1, 2 or
A DREADME.LED21 Where <n> is an integer 1 through 5 (empty for 0).
A DREADME.armada-secureboot215 BOX_ID - The BoxID to be used for trusted debugging (a integer
217 FLASH_ID - The FlashID to be used for trusted debugging (a integer
220 integer value).
221 CSK_INDEX - The index of the active CSK (a integer value).
/u-boot-v2022.01-rc1/include/acpi/
A Dacpi_dp.h118 u64 integer; member
/u-boot-v2022.01-rc1/doc/device-tree-bindings/misc/
A Desm-k3.txt14 - ti,esm-pins : integer array of esm events IDs to route to external event
A Dintel,baytrail-fsp.txt90 For all integer properties, available options are listed in fsp_configs.h in
/u-boot-v2022.01-rc1/doc/device-tree-bindings/phy/
A Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/u-boot-v2022.01-rc1/doc/device-tree-bindings/spi/
A Dspi-mcf-dspi.txt14 of 8 integer fields for each register, where each register
/u-boot-v2022.01-rc1/lib/acpi/
A Dacpi_dp.c26 acpigen_write_integer(ctx, prop->integer); in acpi_dp_write_value()
236 new->integer = value; in acpi_dp_add_integer()
/u-boot-v2022.01-rc1/doc/device-tree-bindings/gpio/
A Dnvidia,tegra186-gpio.txt33 name and an integer GPIO name within the port. For example, GPIO_PA0, GPIO_PN6,
98 Single-cell integer.
112 Single-cell integer.
/u-boot-v2022.01-rc1/arch/x86/include/asm/acpi/
A Ddebug.asl107 /* DBGO - Send either a string or an integer */
/u-boot-v2022.01-rc1/doc/usage/
A Dsetexpr.rst112 Can either be an integer value, a string.
/u-boot-v2022.01-rc1/doc/device-tree-bindings/remoteproc/
A Dti,k3-dsp-rproc.txt47 - ti,sci-proc-ids: Should contain 2 integer values. The first cell should
/u-boot-v2022.01-rc1/doc/uImage.FIT/
A Dsignature.txt165 - rsa,modulus: Modulus (N) as a big-endian multi-word integer
166 - rsa,exponent: Public exponent (E) as a 64 bit unsigned integer
167 - rsa,r-squared: (2^num-bits)^2 as a big-endian multi-word integer
172 - ecdsa,x-point: Public key X coordinate as a big-endian multi-word integer
173 - ecdsa,y-point: Public key Y coordinate as a big-endian multi-word integer

Completed in 32 milliseconds

12