Searched defs:dax_control (Results 1 – 1 of 1) sorted by relevance
136 struct dax_control { struct137 u32 pri_fmt:4; /* 31:28 Primary Input Format */138 u32 pri_elem_size:5; /* 27:23 Primary Input Element Size(less1) */139 u32 pri_offset:3; /* 22:20 Primary Input Starting Offset */140 u32 sec_encoding:1; /* 19 Secondary Input Encoding */165 struct dax_control ctrl;/* Control Word */ argument