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

Data Fields

UINTN Signature
 
EFI_HANDLE ControllerHandle
 
EFI_PCI_IO_PROTOCOLPciIo
 
EFI_SD_MMC_PASS_THRU_PROTOCOL PassThru
 
UINT64 PciAttributes
 
UINT8 PreviousSlot
 
EFI_EVENT TimerEvent
 
EFI_EVENT ConnectEvent
 
LIST_ENTRY Queue
 
SD_MMC_HC_SLOT Slot [SD_MMC_HC_MAX_SLOT]
 
SD_MMC_HC_SLOT_CAP Capability [SD_MMC_HC_MAX_SLOT]
 
UINT64 MaxCurrent [SD_MMC_HC_MAX_SLOT]
 
UINT16 ControllerVersion [SD_MMC_HC_MAX_SLOT]
 
UINT32 BaseClkFreq [SD_MMC_HC_MAX_SLOT]
 

Detailed Description

Definition at line 91 of file SdMmcPciHcDxe.h.

Field Documentation

◆ BaseClkFreq

UINT32 SD_MMC_HC_PRIVATE_DATA::BaseClkFreq[SD_MMC_HC_MAX_SLOT]

Definition at line 123 of file SdMmcPciHcDxe.h.

◆ Capability

SD_MMC_HC_SLOT_CAP SD_MMC_HC_PRIVATE_DATA::Capability[SD_MMC_HC_MAX_SLOT]

Definition at line 115 of file SdMmcPciHcDxe.h.

◆ ConnectEvent

EFI_EVENT SD_MMC_HC_PRIVATE_DATA::ConnectEvent

Definition at line 111 of file SdMmcPciHcDxe.h.

◆ ControllerHandle

EFI_HANDLE SD_MMC_HC_PRIVATE_DATA::ControllerHandle

Definition at line 94 of file SdMmcPciHcDxe.h.

◆ ControllerVersion

UINT16 SD_MMC_HC_PRIVATE_DATA::ControllerVersion[SD_MMC_HC_MAX_SLOT]

Definition at line 117 of file SdMmcPciHcDxe.h.

◆ MaxCurrent

UINT64 SD_MMC_HC_PRIVATE_DATA::MaxCurrent[SD_MMC_HC_MAX_SLOT]

Definition at line 116 of file SdMmcPciHcDxe.h.

◆ PassThru

EFI_SD_MMC_PASS_THRU_PROTOCOL SD_MMC_HC_PRIVATE_DATA::PassThru

Definition at line 97 of file SdMmcPciHcDxe.h.

◆ PciAttributes

UINT64 SD_MMC_HC_PRIVATE_DATA::PciAttributes

Definition at line 99 of file SdMmcPciHcDxe.h.

◆ PciIo

EFI_PCI_IO_PROTOCOL* SD_MMC_HC_PRIVATE_DATA::PciIo

Definition at line 95 of file SdMmcPciHcDxe.h.

◆ PreviousSlot

UINT8 SD_MMC_HC_PRIVATE_DATA::PreviousSlot

Definition at line 103 of file SdMmcPciHcDxe.h.

◆ Queue

LIST_ENTRY SD_MMC_HC_PRIVATE_DATA::Queue

Definition at line 112 of file SdMmcPciHcDxe.h.

◆ Signature

UINTN SD_MMC_HC_PRIVATE_DATA::Signature

Definition at line 92 of file SdMmcPciHcDxe.h.

◆ Slot

SD_MMC_HC_SLOT SD_MMC_HC_PRIVATE_DATA::Slot[SD_MMC_HC_MAX_SLOT]

Definition at line 114 of file SdMmcPciHcDxe.h.

◆ TimerEvent

EFI_EVENT SD_MMC_HC_PRIVATE_DATA::TimerEvent

Definition at line 107 of file SdMmcPciHcDxe.h.


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