![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
struct utp_upiu_query - upiu request buffer structure for query request. More...
#include <ufs.h>
Public Attributes | |
| uint8_t | opcode |
| uint8_t | idn |
| uint8_t | index |
| uint8_t | selector |
| uint16_t | reserved_osf |
| uint16_t | length |
| uint32_t | value |
| uint32_t | reserved [2] |
struct utp_upiu_query - upiu request buffer structure for query request.
@opcode: command to perform B-0 @idn: a value that indicates the particular type of data B-1 @index: Index to further identify data B-2 @selector: Index to further identify data B-3 @reserved_osf: spec reserved field B-4,5 @length: number of descriptor bytes to read/write B-6,7 @value: Attribute value to be written DW-5 @reserved: spec reserved DW-6,7
| uint8_t utp_upiu_query::idn |
| uint8_t utp_upiu_query::index |
| uint16_t utp_upiu_query::length |
| uint8_t utp_upiu_query::opcode |
| uint32_t utp_upiu_query::reserved[2] |
| uint16_t utp_upiu_query::reserved_osf |
| uint8_t utp_upiu_query::selector |
| uint32_t utp_upiu_query::value |