Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dvmem.c36 #define uedge_bits (8 * sizeof(hive_uedge)) macro
49 unsigned int start_elem = target_bit / uedge_bits; in move_subword()
50 unsigned int start_bit = target_bit % uedge_bits; in move_subword()
55 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()
61 subword_width + start_bit - uedge_bits); in move_subword()
84 if (elem_bits == uedge_bits) { in hive_sim_wide_unpack()
99 bits_written += uedge_bits; in hive_sim_wide_unpack()
116 if (elem_bits == uedge_bits) { in hive_sim_wide_pack()
118 } else if (elem_bits > uedge_bits) { in hive_sim_wide_pack()
123 for (; bits_to_write > uedge_bits; in hive_sim_wide_pack()
[all …]

Completed in 7 milliseconds