Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/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 …]
/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 …]
/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/cot_dt2c/cot_dt2c/
H A Dcot_parser.py38 info = "<b>name:</b> {}<br><b>image-id:</b> {}<br>{}{}{}"\
39 … .format(node.name, img_id, "<b>root-certificate</b><br>" if self.if_root(node) else "", \
46 info = "<b>name:</b> {}<br><b>oid:</b> {}<br>" \
47 .format(node.name, oid)
54 info = "<b>name:</b> {}<br><b>image-id:</b> {}<br><b>hash:</b> {}"\
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)
[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/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/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); \
460 * @name: name of the subnode to locate
461 * @namelen: number of characters of name to consider
464 * namelen characters of name for matching the subnode name. This is
468 * Return: offset of the subnode or -FDT_ERR_NOTFOUND if name not found.
472 const char *name, int namelen);
478 * @name: name of the subnode to locate
481 * offset parentoffset with the given name. name may include a unit
[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 …]
/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/plat/rockchip/rk3576/scmi/
H A Drk3576_clk.h584 /********Name=SOFTRST_CON01,Offset=0xA04********/
590 /********Name=SOFTRST_CON02,Offset=0xA08********/
593 /********Name=SOFTRST_CON06,Offset=0xA18********/
595 /********Name=SOFTRST_CON07,Offset=0xA1C********/
609 /********Name=SOFTRST_CON08,Offset=0xA20********/
618 /********Name=SOFTRST_CON09,Offset=0xA24********/
630 /********Name=SOFTRST_CON11,Offset=0xA2C********/
642 /********Name=SOFTRST_CON12,Offset=0xA30********/
659 /********Name=SOFTRST_CON13,Offset=0xA34********/
675 /********Name=SOFTRST_CON14,Offset=0xA38********/
[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 Dstm32mp257d-ultra-fly-sbc.dts60 regulator-name = "vddcpu";
66 regulator-name = "vddcore";
72 regulator-name = "vddgpu";
78 regulator-name = "vddio_pmic";
84 regulator-name = "v1v8";
90 regulator-name = "vdd2_ddr";
95 regulator-name = "v3v3";
101 regulator-name = "vdda1v8_aon";
107 regulator-name = "vdd_emmc";
113 regulator-name = "vdd1_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 …]
H A Dstm32mp15xx-osd32.dtsi32 regulator-name = "vddcore";
41 regulator-name = "vdd_ddr";
50 regulator-name = "vdd";
60 regulator-name = "v3v3";
69 regulator-name = "v1v8_audio";
76 regulator-name = "v3v3_hdmi";
83 regulator-name = "vtt_ddr";
90 regulator-name = "vdd_usb";
96 regulator-name = "vdda";
103 regulator-name = "v1v2_hdmi";
[all …]
H A Dstm32mp15xx-dkx.dtsi24 regulator-name = "vin";
88 regulator-name = "vddcore";
97 regulator-name = "vdd_ddr";
106 regulator-name = "vdd";
116 regulator-name = "v3v3";
125 regulator-name = "v1v8_audio";
132 regulator-name = "v3v3_hdmi";
139 regulator-name = "vtt_ddr";
146 regulator-name = "vdd_usb";
152 regulator-name = "vdda";
[all …]
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_clock.c76 .name = "mio_clk_"#mio, \
224 * @name: Clock name.
234 char name[CLK_NAME_LEN]; member
244 * @name: Clock name.
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",
[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/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()
33 VERBOSE("%s: no st,mem-name\n", __func__); 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/tools/memory/src/memory/
H A Dsummary.py79 object_name - name of the entry to add
108 """Replaces an object name with a new one"""
118 return value - A section name, if a new section was found, None
134 line - the path to parse the object and module name from
136 return value - an object file name
154 print("Unknown object name found in GCC map file: %s" % line)
207 def is_obj(name: str) -> bool:
208 return not name.startswith("[") or not name.endswith("]")
214 for name, stats in self._modules.items():
215 if is_obj(name):
[all …]
/rk3399_ARM-atf/include/lib/per_cpu/
H A Dper_cpu.h29 #define PER_CPU_DECLARE(TYPE, NAME) \ argument
30 extern typeof(TYPE) NAME
33 #define PER_CPU_DEFINE(TYPE, NAME) \ argument
34 typeof(TYPE) NAME \
38 #define PER_CPU_BY_INDEX(NAME, CPU) \ argument
39 ((__typeof__(&(NAME))) \
40 (per_cpu_by_index_compute((CPU), (const void *)&(NAME))))
43 #define PER_CPU_CUR(NAME) \ argument
44 ((__typeof__(&(NAME))) \
45 (per_cpu_cur_compute((const void *)&(NAME))))
/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.c55 * @name: Thread Name
61 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()
[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, \

12345678910>>...18