Searched defs:_EMMC_DEVICE (Results 1 – 1 of 1) sorted by relevance
121 struct _EMMC_DEVICE { struct122 EFI_HANDLE Handle;123 EFI_DEVICE_PATH_PROTOCOL *DevicePath;124 UINT8 Slot;125 BOOLEAN SectorAddressing;127 EMMC_PARTITION Partition[EMMC_MAX_PARTITIONS];128 EMMC_CSD Csd;129 EMMC_CID Cid;130 EMMC_EXT_CSD ExtCsd;131 EFI_UNICODE_STRING_TABLE *ControllerNameTable;[all …]