Home
last modified time | relevance | path

Searched refs:HighSpeedSupport (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DSDHostIo.h306 UINT32 HighSpeedSupport: 1; //High speed supported member
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
DSdhc.h75 UINT32 HighSpeedSupport: 1; //High speed supported member
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
DSdHostIo.h135 UINT32 HighSpeedSupport: 1; //High speed supported member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDTransfer.c1361 if (SDHostIo->HostCapability.HighSpeedSupport) { in MMCSDCardInit()
1604 if ((SDHostIo->HostCapability.HighSpeedSupport == FALSE) || in MMCSDCardInit()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
DSDController.c1641 SDHostData->SDHostIo.HostCapability.HighSpeedSupport = TRUE; in SDControllerStart()