SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
utp_upiu_query Struct Reference

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]
 

Detailed Description

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

Member Data Documentation

◆ idn

uint8_t utp_upiu_query::idn

◆ index

uint8_t utp_upiu_query::index

◆ length

uint16_t utp_upiu_query::length

◆ opcode

uint8_t utp_upiu_query::opcode

◆ reserved

uint32_t utp_upiu_query::reserved[2]

◆ reserved_osf

uint16_t utp_upiu_query::reserved_osf

◆ selector

uint8_t utp_upiu_query::selector

◆ value

uint32_t utp_upiu_query::value

The documentation for this struct was generated from the following file: