Lines Matching defs:amdvi_ctrl
181 struct amdvi_ctrl { struct
182 struct {
187 } dte;
188 struct {
194 } cmd;
195 struct {
201 } event;
202 uint16_t control :13;
204 struct {
213 } excl;
217 uint64_t ex_feature;
218 struct {
224 } ppr;
225 uint64_t first_event;
226 uint64_t second_event;
227 uint64_t event_status;
251 CTASSERT(offsetof(struct amdvi_ctrl, pad1)== 0x58); argument