Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c35 #define uedge_bits (8 * sizeof(hive_uedge)) macro
48 unsigned int start_elem = target_bit / uedge_bits; in move_subword()
49 unsigned int start_bit = target_bit % uedge_bits; in move_subword()
54 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()
60 subword_width + start_bit - uedge_bits); in move_subword()
83 if (elem_bits == uedge_bits) { in hive_sim_wide_unpack()
98 bits_written += uedge_bits; in hive_sim_wide_unpack()
115 if (elem_bits == uedge_bits) { in hive_sim_wide_pack()
117 } else if (elem_bits > uedge_bits) { in hive_sim_wide_pack()
122 for (; bits_to_write > uedge_bits; in hive_sim_wide_pack()
[all …]