Home
last modified time | relevance | path

Searched refs:PowerCtrl (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
DSdHci.c647 IN UINT8 PowerCtrl in SdPeimHcPowerControl() argument
655 PowerCtrl &= (UINT8)~BIT0; in SdPeimHcPowerControl()
656 Status = SdPeimHcRwMmio (Bar + SD_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdPeimHcPowerControl()
664 PowerCtrl |= BIT0; in SdPeimHcPowerControl()
665 Status = SdPeimHcRwMmio (Bar + SD_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdPeimHcPowerControl()
2753 UINT8 PowerCtrl; in SdPeimIdentification() local
2930 PowerCtrl = (UINT8)~BIT0; in SdPeimIdentification()
2931 Status = SdPeimHcAndMmio (Slot->SdHcBase + SD_HC_POWER_CTRL, sizeof (PowerCtrl), &PowerCtrl); in SdPeimIdentification()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdMmcPciHci.c821 IN UINT8 PowerCtrl in SdMmcHcPowerControl() argument
829 PowerCtrl &= (UINT8)~BIT0; in SdMmcHcPowerControl()
830 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdMmcHcPowerControl()
838 PowerCtrl |= BIT0; in SdMmcHcPowerControl()
839 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdMmcHcPowerControl()
DSdDevice.c1017 UINT8 PowerCtrl; in SdCardIdentification() local
1186 PowerCtrl = (UINT8)~BIT0; in SdCardIdentification()
1187 Status = SdMmcHcAndMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, sizeof (PowerCtrl), &PowerCtrl); in SdCardIdentification()
DSdMmcPciHci.h448 IN UINT8 PowerCtrl
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdMmcPciHci.c821 IN UINT8 PowerCtrl in SdMmcHcPowerControl() argument
829 PowerCtrl &= (UINT8)~BIT0; in SdMmcHcPowerControl()
830 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdMmcHcPowerControl()
838 PowerCtrl |= BIT0; in SdMmcHcPowerControl()
839 Status = SdMmcHcRwMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in SdMmcHcPowerControl()
DSdDevice.c1017 UINT8 PowerCtrl; in SdCardIdentification() local
1186 PowerCtrl = (UINT8)~BIT0; in SdCardIdentification()
1187 Status = SdMmcHcAndMmio (PciIo, Slot, SD_MMC_HC_POWER_CTRL, sizeof (PowerCtrl), &PowerCtrl); in SdCardIdentification()
DSdMmcPciHci.h448 IN UINT8 PowerCtrl
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
DEmmcHci.c647 IN UINT8 PowerCtrl in EmmcPeimHcPowerControl() argument
655 PowerCtrl &= (UINT8)~BIT0; in EmmcPeimHcPowerControl()
656 Status = EmmcPeimHcRwMmio (Bar + EMMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in EmmcPeimHcPowerControl()
664 PowerCtrl |= BIT0; in EmmcPeimHcPowerControl()
665 Status = EmmcPeimHcRwMmio (Bar + EMMC_HC_POWER_CTRL, FALSE, sizeof (PowerCtrl), &PowerCtrl); in EmmcPeimHcPowerControl()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHci.h588 IN UINT8 PowerCtrl
DDwMmcHci.c735 IN UINT8 PowerCtrl in DwMmcHcPowerControl() argument