Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c57 unsigned int start_elem = target_bit / uedge_bits; in move_subword() local
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()
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()
105 for (i = start_elem + 1; i < end_elem; i++) { in hive_sim_wide_unpack()
121 unsigned int start_elem = (elem_bits * index) / uedge_bits; in hive_sim_wide_pack() local
[all …]