Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1276 char *list2 = NULL; in bootargs_add_fwver() local
1294 list2 = calloc(1, FWVER_LEN); in bootargs_add_fwver()
1295 if (!list2) in bootargs_add_fwver()
1297 strcat(list2, "uboot-"); in bootargs_add_fwver()
1300 strcat(list2, BUILD_TAG); in bootargs_add_fwver()
1301 strcat(list2, "-"); in bootargs_add_fwver()
1305 strncat(list2, p + strlen("2017.09-g"), 10); in bootargs_add_fwver()
1306 strcat(list2, "-"); in bootargs_add_fwver()
1308 strcat(list2, U_BOOT_DMI_DATE); in bootargs_add_fwver()
1311 if (list1 || list2) { in bootargs_add_fwver()
[all …]
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c90 const fdt32_t *list2; in regulators_parse_assigned_mem_state() local
97 list2 = dev_read_prop(dev, "regulator-off-in-mem", &size2); in regulators_parse_assigned_mem_state()
98 if (!list1 && !list2) in regulators_parse_assigned_mem_state()
100 if (list1 && !list2) in regulators_parse_assigned_mem_state()
102 else if (!list1 && list2) in regulators_parse_assigned_mem_state()
106 size2 = size2 / sizeof(*list2); in regulators_parse_assigned_mem_state()
125 phandle = fdt32_to_cpu(*list2++); in regulators_parse_assigned_mem_state()