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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 59 UINT8 PNM[5]; // Product name [64:103]
MMCHS.c 80 gCardInfo.CIDData.PNM[4] = ((Response2) & 0xFF);
81 gCardInfo.CIDData.PNM[3] = ((Response2 >> 8) & 0xFF);
82 gCardInfo.CIDData.PNM[2] = ((Response2 >> 16) & 0xFF);
83 gCardInfo.CIDData.PNM[1] = ((Response2 >> 24) & 0xFF);
84 gCardInfo.CIDData.PNM[0] = ((Response3) & 0xFF);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 59 UINT8 PNM[5]; // Product name [64:103]
MMCHS.c 80 gCardInfo.CIDData.PNM[4] = ((Response2) & 0xFF);
81 gCardInfo.CIDData.PNM[3] = ((Response2 >> 8) & 0xFF);
82 gCardInfo.CIDData.PNM[2] = ((Response2 >> 16) & 0xFF);
83 gCardInfo.CIDData.PNM[1] = ((Response2 >> 24) & 0xFF);
84 gCardInfo.CIDData.PNM[0] = ((Response3) & 0xFF);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 133 UINT8 PNM[6]; // Product name
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 145 UINT8 PNM[6]; // Product name
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 103 UINT8 PNM[5]; // Product name [64:103]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 1137 DEBUG((EFI_D_INFO, "%c", CardData->CIDRegister.PNM[nIndex]));
    [all...]

Completed in 115 milliseconds