Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c305 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
347 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
348 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()
349 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
350 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()
351 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
352 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()
356 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
357 list0[j++] = list0[i++]; in set_ref_pic_list()
372 hantro_reg_write(vpu, &ref_pic_regs0[i], list0[i]); in set_ref_pic_list()
/openbmc/linux/drivers/firewire/
H A Dcore-topology.c409 struct list_head list0, list1; in update_tree() local
413 INIT_LIST_HEAD(&list0); in update_tree()
414 list_add_tail(&card->local_node->link, &list0); in update_tree()
418 node0 = fw_node(list0.next); in update_tree()
421 while (&node0->link != &list0) { in update_tree()
455 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()