Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c51 unsigned int subword_width = src_end - src_start; in move_subword() local
55 if (subword_width + start_bit > uedge_bits) { /* overlap */ in move_subword()
61 subword_width + start_bit - uedge_bits); in move_subword()
65 start_bit + subword_width); in move_subword()