Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c57 unsigned int start_elem = target_bit / uedge_bits; in move_subword() local
65 hive_uedge old_val0 = inv_subword(target[start_elem], start_bit, uedge_bits); in move_subword()
67 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword()
68 old_val1 = inv_subword(target[start_elem + 1], 0, in move_subword()
70 target[start_elem + 1] = old_val1 | (src_subword >> (uedge_bits - start_bit)); in move_subword()
72 hive_uedge old_val = inv_subword(target[start_elem], start_bit, in move_subword()
75 target[start_elem] = old_val | (src_subword << start_bit); in move_subword()
87 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_unpack() local
95 } else if (start_elem == end_elem) { in hive_sim_wide_unpack()
97 move_subword(elem, 0, vector[start_elem], start_bit, end_bit); in hive_sim_wide_unpack()
[all …]