Searched refs:field__ (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | iosys-map.h | 487 #define iosys_map_rd_field(map__, struct_offset__, struct_type__, field__) ({ \ argument 489 iosys_map_rd(map__, struct_offset__ + offsetof(struct_type__, field__), \ 490 typeof(s_->field__)); \ 510 #define iosys_map_wr_field(map__, struct_offset__, struct_type__, field__, val__) ({ \ argument 512 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \ 513 typeof(s_->field__), val__); \
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_map.h | 81 #define xe_map_rd_field(xe__, map__, struct_offset__, struct_type__, field__) ({ \ argument 84 iosys_map_rd_field(map__, struct_offset__, struct_type__, field__); \ 87 #define xe_map_wr_field(xe__, map__, struct_offset__, struct_type__, field__, val__) ({ \ argument 90 iosys_map_wr_field(map__, struct_offset__, struct_type__, field__, val__); \
|