Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/rk3399_ARM-atf/tools/fiptool/
H A Dtbbr_config.c16 .name = "SCP Firmware Updater Configuration FWU SCP_BL2U",
21 .name = "AP Firmware Updater Configuration BL2U",
26 .name = "Firmware Updater NS_BL2U",
31 .name = "Non-Trusted Firmware Updater certificate",
36 .name = "Trusted Boot Firmware BL2",
41 .name = "SCP Firmware SCP_BL2",
46 .name = "EL3 Runtime Firmware BL31",
51 .name = "Secure Payload BL32 (Trusted OS)",
56 .name = "Secure Payload BL32 Extra1 (Trusted OS Extra1)",
61 .name = "Secure Payload BL32 Extra2 (Trusted OS Extra2)",
[all …]
H A Dfiptool.c47 { .name = "info", .handler = info_cmd, .usage = info_usage },
48 { .name = "create", .handler = create_cmd, .usage = create_usage },
49 { .name = "update", .handler = update_cmd, .usage = update_usage },
50 { .name = "unpack", .handler = unpack_cmd, .usage = unpack_usage },
51 { .name = "remove", .handler = remove_cmd, .usage = remove_usage },
52 { .name = "version", .handler = version_cmd, .usage = version_usage },
53 { .name = "help", .handler = help_cmd, .usage = NULL },
142 const char *name, const char *cmdline_name) in new_image_desc() argument
149 desc->name = xstrdup(name, in new_image_desc()
173 free(desc->name); in free_image_desc()
[all …]
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dassembly.h30 #define HIDDEN(name) .private_extern name argument
31 #define LOCAL_LABEL(name) L_##name argument
34 #define SYMBOL_IS_FUNC(name) argument
41 #define HIDDEN(name) .hidden name argument
42 #define LOCAL_LABEL(name) .L_##name argument
45 #define SYMBOL_IS_FUNC(name) .type name,%function argument
47 #define SYMBOL_IS_FUNC(name) .type name,@function argument
60 #define HIDDEN(name) argument
61 #define LOCAL_LABEL(name) .L ## name argument
63 #define SYMBOL_IS_FUNC(name) \ argument
[all …]
H A Dint_lib.h49 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name argument
53 #define COMPILER_RT_ALIAS(name, aliasname) \ argument
54 COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));
57 #define COMPILER_RT_ALIAS_VISIBILITY(name) \ argument
58 __asm__(".private_extern " SYMBOL_NAME(name));
60 #define COMPILER_RT_ALIAS_VISIBILITY(name) argument
62 #define COMPILER_RT_ALIAS(name, aliasname) \ argument
65 __asm__(SYMBOL_NAME(aliasname) " = " SYMBOL_NAME(name)); \
66 COMPILER_RT_ABI __typeof(name) aliasname;
68 #define COMPILER_RT_ALIAS(name, aliasname) argument
/rk3399_ARM-atf/plat/xilinx/zynqmp/aarch64/
H A Dzynqmp_common.c77 char *name; member
81 .name = "XCZU3EG",
86 .name = "XCZU3CG",
90 .name = "XCZU2EG",
95 .name = "XCZU2CG",
99 .name = "XCZU5EV",
105 .name = "XCZU5EG",
111 .name = "XCZU5CG",
115 .name = "XCZU4EV",
121 .name = "XCZU4EG",
[all …]
/rk3399_ARM-atf/tools/fiptool/plat_fiptool/nxp/
H A Dplat_def_uuid_config.c16 .name = "DDR UDIMM PHY IMEM 1d FW",
21 .name = "DDR UDIMM PHY IMEM 2d FW",
26 .name = "DDR UDIMM PHY DMEM 1d FW",
31 .name = "DDR UDIMM PHY DMEM 2d FW",
36 .name = "DDR RDIMM PHY IMEM 1d FW",
41 .name = "DDR RDIMM PHY IMEM 2d FW",
46 .name = "DDR RDIMM PHY DMEM 1d FW",
51 .name = "DDR RDIMM PHY DMEM 2d FW",
56 .name = "FUSE PROV FW",
61 .name = "FUSE UPGRADE FW",
[all …]
/rk3399_ARM-atf/lib/libfdt/
H A Dlibfdt.h260 #define fdt_set_hdr_(name) \ argument
261 static inline void fdt_set_##name(void *fdt, uint32_t val) \
264 fdth->name = cpu_to_fdt32(val); \
472 const char *name, int namelen);
498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
713 const char *name,
746 const char *name, int *lenp);
748 const char *name, in fdt_get_property_w() argument
752 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
806 const char *name, int namelen, int *lenp);
[all …]
H A Dfdt_wip.c14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() argument
21 propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, in fdt_setprop_inplace_namelen_partial()
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() argument
39 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
46 return fdt_setprop_inplace_namelen_partial(fdt, nodeoffset, name, in fdt_setprop_inplace()
47 strlen(name), 0, in fdt_setprop_inplace()
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() argument
64 prop = fdt_get_property_w(fdt, nodeoffset, name, &len); in fdt_nop_property()
H A Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() argument
190 *prop = fdt_get_property_w(fdt, nodeoffset, name, &oldlen); in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() argument
214 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
225 fdt_del_last_string_(fdt, name); in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() argument
247 newlen = strlen(name); in fdt_set_name()
254 memcpy(namep, name, newlen+1); in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() argument
266 err = fdt_resize_property_(fdt, nodeoffset, name, len, &prop); in fdt_setprop_placeholder()
[all …]
H A Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen() argument
236 && fdt_nodename_eq_(fdt, offset, name, namelen)) in fdt_subnode_offset_namelen()
245 const char *name) in fdt_subnode_offset() argument
247 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); in fdt_subnode_offset()
313 nameptr = nh->name; in fdt_get_name()
399 const char *name, in fdt_get_property_namelen_() argument
415 name, namelen)) { in fdt_get_property_namelen_()
430 const char *name, in fdt_get_property_namelen() argument
441 return fdt_get_property_namelen_(fdt, offset, name, namelen, lenp, in fdt_get_property_namelen()
448 const char *name, int *lenp) in fdt_get_property() argument
[all …]
/rk3399_ARM-atf/tools/fiptool/plat_fiptool/arm/board/tc/
H A Dplat_def_uuid_config.c16 .name = "RSE Firmware BL1_2 image",
21 .name = "RSE Firmware BL2 image",
26 .name = "RSE Firmware SCP BL1 image",
31 .name = "RSE Firmware AP BL1 image",
36 .name = "RSE Firmware non-secure image",
41 .name = "RSE Firmware secure image",
46 .name = "RSE Firmware non-secure SIC tables",
51 .name = "RSE Firmware secure SIC tables",
57 .name = NULL,
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstpmic1.c609 static const struct regul_struct *get_regulator_data(const char *name) in get_regulator_data() argument
614 if (strncmp(name, regulators_table[i].dt_node_name, in get_regulator_data()
625 static uint8_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index() argument
627 const struct regul_struct *regul = get_regulator_data(name); in voltage_to_index()
654 int stpmic1_regulator_enable(const char *name) in stpmic1_regulator_enable() argument
656 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_enable()
662 int stpmic1_regulator_disable(const char *name) in stpmic1_regulator_disable() argument
664 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_disable()
670 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() argument
673 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_is_regulator_enabled()
[all …]
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py39 … .format(node.name, img_id, "<b>root-certificate</b><br>" if self.if_root(node) else "", \
47 .format(node.name, oid)
55 .format(node.name, img_id, hash)
132 G.add_vertex(cert.name)
133 G.add_edge(root_name, cert.name)
135 name_idx[cert.name] = len(lay)
137 parent_set[root_name].append(cert.name)
140 G.add_vertex(pk.name)
142 G.add_edge(root_name, pk.name)
143 name_idx[pk.name] = len(lay)
[all …]
/rk3399_ARM-atf/drivers/partition/
H A Dgpt.c18 uint8_t *name; in unicode_to_ascii() local
23 name = (uint8_t *)str_in; in unicode_to_ascii()
25 assert(name[0] != '\0'); in unicode_to_ascii()
29 if (name[i] != '\0') { in unicode_to_ascii()
35 str_out[i >> 1] = name[i]; in unicode_to_ascii()
36 if (name[i] == '\0') { in unicode_to_ascii()
54 result = unicode_to_ascii(gpt_entry->name, (uint8_t *)entry->name); in parse_gpt_entry()
/rk3399_ARM-atf/include/drivers/st/
H A Dstpmic1.h180 int stpmic1_regulator_enable(const char *name);
181 int stpmic1_regulator_disable(const char *name);
182 bool stpmic1_is_regulator_enabled(const char *name);
183 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts);
184 int stpmic1_regulator_levels_mv(const char *name, const uint16_t **levels,
186 int stpmic1_regulator_voltage_get(const char *name);
187 int stpmic1_regulator_pull_down_set(const char *name);
188 int stpmic1_regulator_mask_reset_set(const char *name);
189 int stpmic1_regulator_icc_set(const char *name);
190 int stpmic1_regulator_sink_mode_set(const char *name);
[all …]
/rk3399_ARM-atf/drivers/ti/ipc/
H A Dsec_proxy.c61 const char *name; member
86 .name = #_x, \
119 ERROR("Thread %s is corrupted, cannot send data\n", spt->name); in k3_sec_proxy_verify_thread()
128 spt->name); in k3_sec_proxy_verify_thread()
131 spt->name); in k3_sec_proxy_verify_thread()
140 spt->name, (dir == THREAD_IS_TX) ? "empty" : "fill"); in k3_sec_proxy_verify_thread()
144 spt->name, (dir == THREAD_IS_TX) ? "empty" : "fill"); in k3_sec_proxy_verify_thread()
166 ERROR("Thread %s is corrupted, cannot send data\n", spt->name); in ti_sci_transport_clear_rx_thread()
172 ERROR("Cannot clear a transmit thread %s\n", spt->name); in ti_sci_transport_clear_rx_thread()
180 ERROR("Could not clear all messages from thread %s\n", spt->name); in ti_sci_transport_clear_rx_thread()
[all …]
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_clock.c76 .name = "mio_clk_"#mio, \
234 char name[CLK_NAME_LEN]; member
248 char name[CLK_NAME_LEN]; member
830 .name = "apll_int",
838 .name = "apll_pre_src",
856 .name = "apll_half",
864 .name = "apll_int_mux",
876 .name = "apll_post_src",
894 .name = "apll",
906 .name = "dpll_int",
[all …]
H A Dpm_api_pinctrl.c24 char name[FUNCTION_NAME_LEN]; member
39 .name = "can0",
45 .name = "can1",
51 .name = "ethernet0",
57 .name = "ethernet1",
63 .name = "ethernet2",
69 .name = "ethernet3",
75 .name = "gemtsu0",
81 .name = "gpio0",
87 .name = "i2c0",
[all …]
/rk3399_ARM-atf/plat/imx/imx8m/include/
H A Dgpc.h31 #define IMX_PD_DOMAIN(name, on) \ argument
33 .pwr_req = name##_PWR_REQ, \
34 .pgc_offset = name##_PGC, \
39 #define IMX_MIX_DOMAIN(name, on) \ argument
41 .pwr_req = name##_PWR_REQ, \
42 .pgc_offset = name##_PGC, \
43 .adb400_sync = name##_ADB400_SYNC, \
44 .adb400_ack = name##_ADB400_ACK, \
/rk3399_ARM-atf/drivers/st/ddr/
H A Dstm32mp_ram.c31 info->name = fdt_getprop(fdt, node, "st,mem-name", NULL); in stm32mp_ddr_dt_get_info()
32 if (info->name == NULL) { in stm32mp_ddr_dt_get_info()
37 INFO("RAM: %s\n", info->name); in stm32mp_ddr_dt_get_info()
49 ret = fdt_read_uint32_array(fdt, node, param[idx].name, param[idx].size, in stm32mp_ddr_dt_get_param()
52 VERBOSE("%s: %s[0x%x] = %d\n", __func__, param[idx].name, param[idx].size, ret); in stm32mp_ddr_dt_get_param()
54 ERROR("%s: Cannot read %s, error=%d\n", __func__, param[idx].name, ret); in stm32mp_ddr_dt_get_param()
/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk22 file-name = $(call decompat-path,$(notdir $(call compat-path,$(1))))
23 directory-name = $(call decompat-path,$(dir $(call compat-path,$(1))))
279 with.bind.name = $(word 2,$(subst :, ,$(call with.bind.norm,$(1))))
284 $(with.ns).bind.names := $(foreach b,$(1),$(call with.bind.name,$(b)))
300 $(foreach bind.name,$($(with.ns).bind.names),$\
301 $(foreach bind.name.ns,$(with.ns).bind.names[$(bind.name)],$\
302 $(eval $(bind.name.ns).flavor := $(flavor $(bind.name))$\
303 $(eval $(bind.name.ns).value = $(value $(bind.name))))))
321 $(foreach bind.name,$(word $(bind.i),$($(with.ns).bind.names)),$\
330 $(foreach bind.name,$($(with.ns).bind.names),$\
[all …]
H A Dtoolchain.mk97 toolchain-tool-class-name-cc := C compiler
100 toolchain-tool-class-name-cpp := C preprocessor
103 toolchain-tool-class-name-as := assembler
106 toolchain-tool-class-name-ld := linker
109 toolchain-tool-class-name-oc := object copier
112 toolchain-tool-class-name-od := object dumper
115 toolchain-tool-class-name-ar := archiver
118 toolchain-tool-class-name-dtc := device tree compiler
121 toolchain-tool-class-name-poetry := Python Poetry package manager
133 toolchain-tool-name-arm-clang := Arm® Compiler for Embedded `armclang`
[all …]
/rk3399_ARM-atf/fdts/
H A Dstm32mp257f-ev1.dts67 regulator-name = "vddcpu";
73 regulator-name = "vddcore";
79 regulator-name = "vddgpu";
85 regulator-name = "vddio_pmic";
91 regulator-name = "v1v8";
97 regulator-name = "vdd_ddr";
102 regulator-name = "v3v3";
108 regulator-name = "vdda1v8_aon";
114 regulator-name = "vdd_emmc";
120 regulator-name = "vtt_ddr";
[all …]
H A Dstm32mp257f-dk.dts75 regulator-name = "vddcpu";
81 regulator-name = "vddcore";
87 regulator-name = "vddgpu";
93 regulator-name = "vddio_pmic";
99 regulator-name = "v1v8";
105 regulator-name = "vdd2_ddr";
110 regulator-name = "v3v3";
116 regulator-name = "vdda1v8_aon";
122 regulator-name = "vdd_emmc";
128 regulator-name = "vdd1_ddr";
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_rc_api_common.c152 int spm_hwcg_name(uint32_t idex, char *name, size_t sz) in spm_hwcg_name() argument
156 if (!name) in spm_hwcg_name()
161 ret = snprintf(name, sz - 1, "dram"); in spm_hwcg_name()
164 ret = snprintf(name, sz - 1, "vrf18"); in spm_hwcg_name()
167 ret = snprintf(name, sz - 1, "infra"); in spm_hwcg_name()
170 ret = snprintf(name, sz - 1, "pmic"); in spm_hwcg_name()
173 ret = snprintf(name, sz - 1, "26m"); in spm_hwcg_name()
176 ret = snprintf(name, sz - 1, "vcore"); in spm_hwcg_name()
186 name[sz - 1] = '\0'; in spm_hwcg_name()

12345678910>>...13