Searched defs:dmub_cmd_header (Results 1 – 1 of 1) sorted by relevance
1515 struct dmub_cmd_header { struct1516 unsigned int type : 8; /**< command type */1517 unsigned int sub_type : 8; /**< command sub type */1518 unsigned int ret_status : 1; /**< 1 if returned data, 0 otherwise */1519 unsigned int multi_cmd_pending : 1; /**< 1 if multiple commands chained together */1520 unsigned int reserved0 : 6; /**< reserved bits */1521 unsigned int payload_bytes : 6; /* payload excluding header - up to 60 bytes */1522 unsigned int reserved1 : 2; /**< reserved bits */