Home | History | Annotate | Download | only in MMCHSDxe

Lines Matching full:response2

77   UINT32 Response2,

84 gCardInfo.CIDData.PNM[4] = ((Response2) & 0xFF);
85 gCardInfo.CIDData.PNM[3] = ((Response2 >> 8) & 0xFF);
86 gCardInfo.CIDData.PNM[2] = ((Response2 >> 16) & 0xFF);
87 gCardInfo.CIDData.PNM[1] = ((Response2 >> 24) & 0xFF);