Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c34 #define INV_SUBWORD(w, start, end) ((w) & (~(((1ULL << ((end) - 1)) - 1) << 1 | 1) | ((1ULL << (sta… macro
57 hive_uedge old_val0 = INV_SUBWORD(target[start_elem], start_bit, uedge_bits); in move_subword()
60 old_val1 = INV_SUBWORD(target[start_elem + 1], 0, in move_subword()
64 hive_uedge old_val = INV_SUBWORD(target[start_elem], start_bit, in move_subword()