Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_ARM-atf/docs/components/fconf/
H A Dtb_fw_bindings.rst14 - value type: <string>
15 - Should be the string ``"<plat>,io-fip-handle"``, where ``<plat>`` is the name of the
19 - value type: <string>
23 - value type: <string>
27 - value type: <string>
31 - value type: <string>
35 - value type: <string>
39 - value type: <string>
43 - value type: <string>
47 - value type: <string>
[all …]
H A Dfconf_properties.rst14 - value type: <string>
15 - Must be the string "fconf,dyn_cfg-dtb_registry".
/rk3399_ARM-atf/lib/libfdt/
H A Dlibfdt_env.h85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
87 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
88 return p ? p - string : max_count; in fdt_strnlen()
H A Dfdt_ro.c778 const char *string) in fdt_stringlist_search() argument
787 len = strlen(string) + 1; in fdt_stringlist_search()
797 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
/rk3399_ARM-atf/include/arch/aarch64/
H A Dassert_macros.S20 .string __FILE__ ;\
/rk3399_ARM-atf/include/arch/aarch32/
H A Dassert_macros.S17 .string __FILE__ ;\
/rk3399_ARM-atf/docs/components/measured_boot/
H A Devent_log.rst15 - value type: <string>
16 - Must be the string "arm,tpm_event_log".
/rk3399_ARM-atf/docs/components/
H A Dcot-binding.rst28 Value type: <string>
114 Value type: <string>
128 Value type: <string>
182 Value type: <string>
258 Value type: <string>
303 Value type: <string>
351 Value type: <string>
H A Dffa-manifest-binding.rst14 - value type: <string>
15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
52 - value type: <string>
111 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
236 - value type: <string>
237 - Must be the string "arm,ffa-manifest-memory-regions".
240 - value type: <string>
300 - value type: <string>
301 - Must be the string "arm,ffa-manifest-device-regions".
304 - value type: <string>
H A Ddebugfs-design.rst82 shared buffer is used to pass path string parameters, or e.g. to exchange
91 - Several primitive imply string manipulations and usage of string formats.
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_nt_fw_config.dts9 /* compatible string */
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_nt_fw_config.dts9 /* compatible string */
/rk3399_ARM-atf/include/lib/
H A Dsemihosting.h56 void semihosting_write_string(char *string);
/rk3399_ARM-atf/lib/semihosting/
H A Dsemihosting.c143 void semihosting_write_string(char *string) in semihosting_write_string() argument
145 semihosting_call(SEMIHOSTING_SYS_WRITE0, (uintptr_t)string); in semihosting_write_string()
/rk3399_ARM-atf/tools/marvell/doimage/secure/
H A Dsec_img_8K.cfg7 # use "*" string instead of file name for specifying an empty key
H A Dsec_img_7K.cfg7 # use "*" string instead of file name for specifying an empty key
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_nt_fw_config.dts9 /* compatible string */
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_nt_fw_config.dts9 /* compatible string */
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h565 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") argument
573 #define __IDSTRING(name,string) static const char name[] __unused = string argument
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py15 import string
119 template = string.Template(template_data)
/rk3399_ARM-atf/docs/getting_started/
H A Dinitial-build.rst22 when the base name of the path assigned to ``CC`` matches the string
41 contains the string 'clang'. This is to allow both clang and clang-X.Y
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A DREADME24 -b <boot source id> - Boot source id string, may be one of
/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c114 static void unsigned_num_print(uint64_t unum, unsigned int radix, char *string) in unsigned_num_print() argument
133 *string++ = num_buf[i]; in unsigned_num_print()
135 *string = 0; in unsigned_num_print()
/rk3399_ARM-atf/
H A D.clang-format86 …tdarg|stdatomic|stdbool|stdckdint|stddef|stdint|stdio|stdlib|stdnoreturn|string|tgmath|threads|tim…
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c121 char *string) in unsigned_num_print() argument
139 *string++ = num_buf[i]; in unsigned_num_print()
140 *string = 0; in unsigned_num_print()

12