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

  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 57 UINT32 PSN; // Product serial number [55:24]
MMCHS.c 82 gCardInfo.CIDData.PSN = (((Response0 >> 24) & 0xFF) | ((Response1 & 0xFFFFFF) << 8));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 131 UINT32 PSN; // Product serial number
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 143 UINT32 PSN; // Product serial number
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 109 UINT32 PSN; // Product serial number [55:24]
MmcIdentification.c 235 Media->MediaId = MmcHostInstance->CardInfo.CIDData.PSN;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 467 UINT32 PSN:1;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 291 PRINT_BIT_FIELD (Edx, PSN);
433 if (VersionInfoEdx.Bits.PSN == 0) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 1140 DEBUG((EFI_D_INFO, "Serial Number : %d\n", CardData->CIDRegister.PSN));
    [all...]

Completed in 143 milliseconds