Home
last modified time | relevance | path

Searched refs:MaxCurrent (Results 1 – 25 of 61) sorted by relevance

123

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c920 UINT64 MaxCurrent; in SdCardIdentification() local
966 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
971 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
976 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
982 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h113 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
H A DSdMmcPciHci.h436 OUT UINT64 *MaxCurrent
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c920 UINT64 MaxCurrent; in SdCardIdentification() local
966 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
971 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
976 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
982 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h113 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c920 UINT64 MaxCurrent; in SdCardIdentification() local
966 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
971 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
976 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
982 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h113 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1188 UINT64 MaxCurrent; in SdCardIdentification() local
1234 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1239 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1244 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1250 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h115 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
H A DSdMmcPciHci.h438 OUT UINT64 *MaxCurrent
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1188 UINT64 MaxCurrent; in SdCardIdentification() local
1234 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1239 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1244 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1250 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h115 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1188 UINT64 MaxCurrent; in SdCardIdentification() local
1234 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1239 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1244 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1250 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h115 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
H A DSdMmcPciHci.h438 OUT UINT64 *MaxCurrent
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1188 UINT64 MaxCurrent; in SdCardIdentification() local
1234 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1239 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1244 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1250 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h115 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
H A DSdMmcPciHci.h438 OUT UINT64 *MaxCurrent
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1206 UINT64 MaxCurrent; in SdCardIdentification() local
1252 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1257 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1262 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1268 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h114 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
H A DSdDevice.c1188 UINT64 MaxCurrent; in SdCardIdentification() local
1234 MaxCurrent = ((UINT32)Private->MaxCurrent[Slot] & 0xFF) * 4; in SdCardIdentification()
1239 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 8) & 0xFF) * 4; in SdCardIdentification()
1244 MaxCurrent = (((UINT32)Private->MaxCurrent[Slot] >> 16) & 0xFF) * 4; in SdCardIdentification()
1250 if (MaxCurrent >= 150) { in SdCardIdentification()
H A DSdMmcPciHcDxe.h115 UINT64 MaxCurrent[SD_MMC_HC_MAX_SLOT]; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
H A DSdCard.h157 UINT16 MaxCurrent; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
H A DSdCard.h151 UINT16 MaxCurrent; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkSouthCluster/Include/
H A DSDCard.h140 UINT16 MaxCurrent;

123