Searched refs:PowerCtrl (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/ |
D | SdHci.c | 647 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/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/ |
D | SdMmcPciHci.c | 821 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()
|
D | SdDevice.c | 1017 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()
|
D | SdMmcPciHci.h | 448 IN UINT8 PowerCtrl
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/ |
D | SdMmcPciHci.c | 821 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()
|
D | SdDevice.c | 1017 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()
|
D | SdMmcPciHci.h | 448 IN UINT8 PowerCtrl
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/ |
D | EmmcHci.c | 647 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/ |
D | DwMmcHci.h | 588 IN UINT8 PowerCtrl
|
D | DwMmcHci.c | 735 IN UINT8 PowerCtrl in DwMmcHcPowerControl() argument
|