HomeSort by relevance Sort by last modified time
    Searched refs:Scr (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcIdentification.c 312 SCR Scr;
382 /* SCR */
393 CopyMem (&Scr, Buffer, 8);
394 if (Scr.SD_SPEC == 2) {
395 if (Scr.SD_SPEC3 == 1) {
396 if (Scr.SD_SPEC4 == 1) {
402 if (Scr.SD_SPEC4 == 0) {
409 if ((Scr.SD_SPEC3 == 0) && (Scr.SD_SPEC4 == 0)) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
SdDevice.c 383 @param[out] Scr The buffer to store the content of the SCR register.
394 OUT SD_SCR *Scr
424 Packet.InDataBuffer = Scr;
929 SD_SCR Scr;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdDevice.c 383 @param[out] Scr The buffer to store the content of the SCR register.
394 OUT SD_SCR *Scr
424 Packet.InDataBuffer = Scr;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdDevice.c 383 @param[out] Scr The buffer to store the content of the SCR register.
394 OUT SD_SCR *Scr
424 Packet.InDataBuffer = Scr;
    [all...]

Completed in 2100 milliseconds