Searched refs:MmcCaps (Results 1 – 5 of 5) sorted by relevance
40 union MmcCaps { union
70 union MmcCaps caps;
215 … caps = 0x0001e045; // 【必要】属性寄存器相关,见mmc_caps.h中MmcCaps定义。299 union MmcCaps caps;
195 …; // (Mandatory) Attribute register. For details, see MmcCaps in mmc_caps.h.279 union MmcCaps caps;
2457 static uint32_t SdGetMaxCurrentLimitValue(union MmcCaps *hostCap, enum SdMaxCurrentLimitBit devCap) in SdGetMaxCurrentLimitValue()