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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 420 UINT32 PresentState;
444 Status = SdPeimHcRwMmio (Bar + SD_HC_PRESENT_STATE, TRUE, sizeof (PresentState), &PresentState);
449 if ((PresentState & BIT16) != 0) {
473 UINT32 PresentState;
483 sizeof (PresentState),
1103 UINT32 PresentState;
1114 PresentState = BIT0 | BIT1;
1120 PresentState = BIT0;
1125 sizeof (PresentState),
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
XenonSdhci.c 558 UINT32 IntStatus, PresentState, Rdy, Mask, Retry, Block = 0;
589 sizeof (PresentState),
590 &PresentState
593 if (!(PresentState & Mask)) {
SdDevice.c     [all...]
SdMmcPciHci.c 584 UINT32 PresentState;
589 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_PRESENT_STATE, TRUE, sizeof (PresentState), &PresentState);
594 if ((PresentState & BIT16) != 0) {
643 UINT32 PresentState;
655 sizeof (PresentState),
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdDevice.c     [all...]
SdMmcPciHci.c 584 UINT32 PresentState;
589 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_PRESENT_STATE, TRUE, sizeof (PresentState), &PresentState);
594 if ((PresentState & BIT16) != 0) {
643 UINT32 PresentState;
655 sizeof (PresentState),
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 420 UINT32 PresentState;
444 Status = EmmcPeimHcRwMmio (Bar + EMMC_HC_PRESENT_STATE, TRUE, sizeof (PresentState), &PresentState);
449 if ((PresentState & BIT16) != 0) {
473 UINT32 PresentState;
483 sizeof (PresentState),
1103 UINT32 PresentState;
1114 PresentState = BIT0 | BIT1;
1120 PresentState = BIT0;
1125 sizeof (PresentState),
    [all...]

Completed in 200 milliseconds