Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diosys-map.h487 #define iosys_map_rd_field(map__, struct_offset__, struct_type__, field__) ({ \ argument
488 struct_type__ *s; \
489 iosys_map_rd(map__, struct_offset__ + offsetof(struct_type__, field__), \
510 #define iosys_map_wr_field(map__, struct_offset__, struct_type__, field__, val__) ({ \ argument
511 struct_type__ *s; \
512 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \