Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dvmem.c25 typedef unsigned long long hive_uedge; typedef
26 typedef hive_uedge *hive_wide;
31 static inline hive_uedge
32 subword(hive_uedge w, unsigned int start, unsigned int end) in subword()
38 static inline hive_uedge
39 inv_subword(hive_uedge w, unsigned int start, unsigned int end) in inv_subword()
44 #define uedge_bits (8 * sizeof(hive_uedge))
51 hive_uedge *target, in move_subword()
53 hive_uedge src, in move_subword()
61 hive_uedge src_subword = subword(src, src_start, src_end); in move_subword()
[all …]