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

  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 106 UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126]
107 }CSD;
141 UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126]
165 CSD CSDData;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 96 CSD CSDRegister;
204 @param ResponseData Depending on the ResponseType, such as CSD or card status.
236 @param ResponseData Depending on the ResponseType, such as CSD or card status.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 48 #define MMC_CSD_GET_DEVICESIZE(csd) (((Response[1] >> 30) & 0x3) | ((Response[2] & 0x3FF) << 2))
50 #define MMC_CSD_GET_DEVICESIZEMULT(csd) ((Response[1] >> 15) & 0x7)
159 UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126]
160 } CSD;
190 UINT8 PROGRAM_CID_CSD_DDR_SUPPORT; // Program CID/CSD in DDR mode support [130:130]
234 UINT8 EXT_CSD_REV; // Extended CSD revision [192:192]
236 UINT8 CSD_STRUCTURE; // CSD Structure [194:194]
322 CSD CSDData;
531 IN UINT32* Csd
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 177 UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126]
178 }CSD;
193 UINT8 EXT_CSD_REV; // Extended CSD Revision [192]
195 UINT8 CSD_STRUCTURE; // CSD Structure Version [194]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 189 UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126]
190 } CSD;
237 UINT8 EXT_CSD_REV; // [192] Extended CSD Revision
239 UINT8 CSD_STRUCTURE; // [194] CSD Structure Version
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 398 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1));
399 if (!CSD)
401 uint64_t AndMask = CSD->getZExtValue();
571 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1));
572 if (!CSD)
574 ShiftVal = CSD->getZExtValue();
779 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1));
780 if (!CSD || (CSD->getZExtValue() & 0x7) != CSD->getZExtValue()
    [all...]

Completed in 215 milliseconds