Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtpm.c106 static int type_string_get_num_values(const char *type_str) in type_string_get_num_values() argument
108 return strlen(type_str); in type_string_get_num_values()
118 static size_t type_string_get_space_size(const char *type_str) in type_string_get_space_size() argument
122 for (size = 0; *type_str; type_str++) { in type_string_get_space_size()
123 switch (*type_str) { in type_string_get_space_size()
149 static void *type_string_alloc(const char *type_str, uint32_t *count) in type_string_alloc() argument
154 size = type_string_get_space_size(type_str); in type_string_alloc()
173 static int type_string_pack(const char *type_str, char * const values[], in type_string_pack() argument
179 for (offset = 0; *type_str; type_str++, values++) { in type_string_pack()
181 switch (*type_str) { in type_string_pack()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Demif-common.c990 const char *type_str; in display_sdram_details() local
1002 type_str = get_lpddr2_type(device->type); in display_sdram_details()
1010 if (mfg_str && type_str) in display_sdram_details()
1011 debug("%s\t\t%s\t%s\n", mfg_str, type_str, density_str); in display_sdram_details()