TianoCore EDK2 master
Loading...
Searching...
No Matches
SD_MMC_HC_TRB Struct Reference

Data Fields

UINT32 Signature
 
LIST_ENTRY TrbList
 
UINT8 Slot
 
UINT16 BlockSize
 
EFI_SD_MMC_PASS_THRU_COMMAND_PACKETPacket
 
VOID * Data
 
UINT32 DataLen
 
BOOLEAN Read
 
EFI_PHYSICAL_ADDRESS DataPhy
 
VOID * DataMap
 
SD_MMC_HC_TRANSFER_MODE Mode
 
SD_MMC_HC_ADMA_LENGTH_MODE AdmaLengthMode
 
EFI_EVENT Event
 
BOOLEAN Started
 
BOOLEAN CommandComplete
 
UINT64 Timeout
 
UINT32 Retries
 
BOOLEAN PioModeTransferCompleted
 
UINT32 PioBlockIndex
 
SD_MMC_HC_ADMA_32_DESC_LINEAdma32Desc
 
SD_MMC_HC_ADMA_64_V3_DESC_LINEAdma64V3Desc
 
SD_MMC_HC_ADMA_64_V4_DESC_LINEAdma64V4Desc
 
EFI_PHYSICAL_ADDRESS AdmaDescPhy
 
VOID * AdmaMap
 
UINT32 AdmaPages
 
SD_MMC_HC_PRIVATE_DATAPrivate
 

Detailed Description

Definition at line 140 of file SdMmcPciHcDxe.h.

Field Documentation

◆ Adma32Desc

SD_MMC_HC_ADMA_32_DESC_LINE* SD_MMC_HC_TRB::Adma32Desc

Definition at line 165 of file SdMmcPciHcDxe.h.

◆ Adma64V3Desc

SD_MMC_HC_ADMA_64_V3_DESC_LINE* SD_MMC_HC_TRB::Adma64V3Desc

Definition at line 166 of file SdMmcPciHcDxe.h.

◆ Adma64V4Desc

SD_MMC_HC_ADMA_64_V4_DESC_LINE* SD_MMC_HC_TRB::Adma64V4Desc

Definition at line 167 of file SdMmcPciHcDxe.h.

◆ AdmaDescPhy

EFI_PHYSICAL_ADDRESS SD_MMC_HC_TRB::AdmaDescPhy

Definition at line 168 of file SdMmcPciHcDxe.h.

◆ AdmaLengthMode

SD_MMC_HC_ADMA_LENGTH_MODE SD_MMC_HC_TRB::AdmaLengthMode

Definition at line 154 of file SdMmcPciHcDxe.h.

◆ AdmaMap

VOID* SD_MMC_HC_TRB::AdmaMap

Definition at line 169 of file SdMmcPciHcDxe.h.

◆ AdmaPages

UINT32 SD_MMC_HC_TRB::AdmaPages

Definition at line 170 of file SdMmcPciHcDxe.h.

◆ BlockSize

UINT16 SD_MMC_HC_TRB::BlockSize

Definition at line 145 of file SdMmcPciHcDxe.h.

◆ CommandComplete

BOOLEAN SD_MMC_HC_TRB::CommandComplete

Definition at line 158 of file SdMmcPciHcDxe.h.

◆ Data

VOID* SD_MMC_HC_TRB::Data

Definition at line 148 of file SdMmcPciHcDxe.h.

◆ DataLen

UINT32 SD_MMC_HC_TRB::DataLen

Definition at line 149 of file SdMmcPciHcDxe.h.

◆ DataMap

VOID* SD_MMC_HC_TRB::DataMap

Definition at line 152 of file SdMmcPciHcDxe.h.

◆ DataPhy

EFI_PHYSICAL_ADDRESS SD_MMC_HC_TRB::DataPhy

Definition at line 151 of file SdMmcPciHcDxe.h.

◆ Event

EFI_EVENT SD_MMC_HC_TRB::Event

Definition at line 156 of file SdMmcPciHcDxe.h.

◆ Mode

SD_MMC_HC_TRANSFER_MODE SD_MMC_HC_TRB::Mode

Definition at line 153 of file SdMmcPciHcDxe.h.

◆ Packet

EFI_SD_MMC_PASS_THRU_COMMAND_PACKET* SD_MMC_HC_TRB::Packet

Definition at line 147 of file SdMmcPciHcDxe.h.

◆ PioBlockIndex

UINT32 SD_MMC_HC_TRB::PioBlockIndex

Definition at line 163 of file SdMmcPciHcDxe.h.

◆ PioModeTransferCompleted

BOOLEAN SD_MMC_HC_TRB::PioModeTransferCompleted

Definition at line 162 of file SdMmcPciHcDxe.h.

◆ Private

SD_MMC_HC_PRIVATE_DATA* SD_MMC_HC_TRB::Private

Definition at line 172 of file SdMmcPciHcDxe.h.

◆ Read

BOOLEAN SD_MMC_HC_TRB::Read

Definition at line 150 of file SdMmcPciHcDxe.h.

◆ Retries

UINT32 SD_MMC_HC_TRB::Retries

Definition at line 160 of file SdMmcPciHcDxe.h.

◆ Signature

UINT32 SD_MMC_HC_TRB::Signature

Definition at line 141 of file SdMmcPciHcDxe.h.

◆ Slot

UINT8 SD_MMC_HC_TRB::Slot

Definition at line 144 of file SdMmcPciHcDxe.h.

◆ Started

BOOLEAN SD_MMC_HC_TRB::Started

Definition at line 157 of file SdMmcPciHcDxe.h.

◆ Timeout

UINT64 SD_MMC_HC_TRB::Timeout

Definition at line 159 of file SdMmcPciHcDxe.h.

◆ TrbList

LIST_ENTRY SD_MMC_HC_TRB::TrbList

Definition at line 142 of file SdMmcPciHcDxe.h.


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