Searched refs:start_elem (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | vmem.c | 48 unsigned int start_elem = target_bit / uedge_bits; in move_subword() local 56 hive_uedge old_val0 = inv_subword(target[start_elem], start_bit, uedge_bits); in move_subword() 58 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword() 59 old_val1 = inv_subword(target[start_elem + 1], 0, in move_subword() 61 target[start_elem + 1] = old_val1 | (src_subword >> (uedge_bits - start_bit)); in move_subword() 63 hive_uedge old_val = inv_subword(target[start_elem], start_bit, in move_subword() 66 target[start_elem] = old_val | (src_subword << start_bit); in move_subword() 78 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_unpack() local 86 } else if (start_elem == end_elem) { in hive_sim_wide_unpack() 88 move_subword(elem, 0, vector[start_elem], start_bit, end_bit); in hive_sim_wide_unpack() [all …]
|