Searched refs:caps2 (Results 1 – 6 of 6) sorted by relevance
623 if (cntlr->caps2.bits.hs400EnhancedStrobe > 0 && in MmcCntlrSupportHighSpeed400EnhancedStrobe()625 cntlr->caps2.bits.hs400Support1v2 > 0 && in MmcCntlrSupportHighSpeed400EnhancedStrobe()626 cntlr->caps2.bits.hs400Support1v8 > 0) { in MmcCntlrSupportHighSpeed400EnhancedStrobe()640 cntlr->caps2.bits.hs400Support1v2 > 0 && in MmcCntlrSupportHighSpeed400()641 cntlr->caps2.bits.hs400Support1v8 > 0) { in MmcCntlrSupportHighSpeed400()654 if (cntlr->caps2.bits.hs200Sdr1v8 > 0 || in MmcCntlrSupportHighSpeed200()655 cntlr->caps2.bits.hs200Sdr1v2 > 0) { in MmcCntlrSupportHighSpeed200()978 cntlr->caps2.caps2Data = HCS_PROP(node, caps2); \1042 ret = drsOps->GetUint32(node, "caps2", &(cntlr->caps2.caps2Data), 0); in MmcCntlrParseCapability()1044 cntlr->caps2.caps2Data = 0; in MmcCntlrParseCapability()
1084 if (cntlr->caps2.bits.hs200Sdr1v2 == 1 && (cardType & EMMC_EXT_CSD_CARD_TYPE_SDR_1_2V) > 0) { in EmmcSwitchVoltage()1087 if (cntlr->caps2.bits.hs200Sdr1v8 && (cardType & EMMC_EXT_CSD_CARD_TYPE_SDR_1_8V) > 0) { in EmmcSwitchVoltage()1373 if ((cntlr->caps2.bits.hs200Sdr1v8 | cntlr->caps2.bits.hs200Sdr1v2) > 0) { in EmmcSelectBusSpeedMode()
209 … caps2 = 0; // 【必要】属性寄存器相关,见mmc_caps.h中MmcCaps2定义。224 caps2 = 0x60;300 union MmcCaps2 caps2;
33 const std::vector<std::pair<std::shared_ptr<Plugin::PluginInfo>, Plugin::Capability>>& caps2) in Intersections() argument37 for (const auto& cap2 : caps2) { in Intersections()
189 …caps2 = 0; // (Mandatory) Attribute register. For details, see MmcC…204 caps2 = 0x60;280 union MmcCaps2 caps2;
71 union MmcCaps2 caps2; member