Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c49 unsigned int start_elem = target_bit / uedge_bits; in move_subword() local
57 hive_uedge old_val0 = INV_SUBWORD(target[start_elem], start_bit, uedge_bits); in move_subword()
59 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword()
60 old_val1 = INV_SUBWORD(target[start_elem + 1], 0, in move_subword()
62 target[start_elem + 1] = old_val1 | (src_subword >> (uedge_bits - start_bit)); in move_subword()
64 hive_uedge old_val = INV_SUBWORD(target[start_elem], start_bit, in move_subword()
67 target[start_elem] = old_val | (src_subword << start_bit); in move_subword()
79 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_unpack() local
87 } else if (start_elem == end_elem) { in hive_sim_wide_unpack()
89 move_subword(elem, 0, vector[start_elem], start_bit, end_bit); in hive_sim_wide_unpack()
[all …]