Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsubscr.h97 u32 val__ = (sub__)->field_; \
99 (swap_ ? swab32(val__) : val__); \
107 u32 val__ = val_; \
109 (sub__)->field_ = swap_ ? swab32(val__) : val__; \
117 u32 val__ = val_; \
119 (evt__)->field_ = swap_ ? swab32(val__) : val__; \
/linux/arch/s390/include/asm/
H A Dpercpu.h69 pcp_op_T__ val__ = (val); \
73 if (__builtin_constant_p(val__) && \
74 ((szcast)val__ > -129) && ((szcast)val__ < 128)) { \
76 op2 " %[ptr__],%[val__]\n" \
78 : [val__] "i" ((szcast)val__) \
82 op1 " %[old__],%[val__],%[ptr__]\n" \
84 : [val__] "d" (val__) \
[all...]
/linux/drivers/gpu/drm/xe/
H A Dxe_map.h75 #define xe_map_wr(xe__, map__, offset__, type__, val__) ({ \ argument
78 iosys_map_wr(map__, offset__, type__, val__); \
84 #define xe_map_wr_array(xe__, map__, index__, type__, val__) \ argument
85 xe_map_wr(xe__, map__, (index__) * sizeof(type__), type__, val__)
90 #define xe_map_wr_array_u32(xe__, map__, index__, val__) \ argument
91 xe_map_wr_array(xe__, map__, index__, u32, val__)
96 #define xe_map_wr_ring_u32(xe__, map__, index__, size__, val__) \ argument
97 xe_map_wr_array_u32(xe__, map__, (index__) % (size__), val__)
105 #define xe_map_wr_field(xe__, map__, struct_offset__, struct_type__, field__, val__) ({ \ argument
108 iosys_map_wr_field(map__, struct_offset__, struct_type__, field__, val__); \
[all...]