Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c44 #define uedge_bits (8 * sizeof(hive_uedge)) macro
57 unsigned int start_elem = target_bit / uedge_bits; in move_subword()
58 unsigned int start_bit = target_bit % uedge_bits; in move_subword()
63 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()
69 subword_width + start_bit - uedge_bits); in move_subword()
92 if (elem_bits == uedge_bits) { in hive_sim_wide_unpack()
107 bits_written += uedge_bits; in hive_sim_wide_unpack()
124 if (elem_bits == uedge_bits) { in hive_sim_wide_pack()
126 } else if (elem_bits > uedge_bits) { in hive_sim_wide_pack()
131 for (; bits_to_write > uedge_bits; in hive_sim_wide_pack()
[all …]