Home | History | Annotate | Download | only in MmcDxe

Lines Matching refs:Response

42 #define MMC_CSD_GET_CCC(Response)    (Response[2] >> 20)

43 #define MMC_CSD_GET_TRANSPEED(Response) (Response[3] & 0xFF)
44 #define MMC_CSD_GET_READBLLEN(Response) ((Response[2] >> 16) & 0xF)
45 #define MMC_CSD_GET_WRITEBLLEN(Response) ((Response[0] >> 22) & 0xF)
46 #define MMC_CSD_GET_FILEFORMAT(Response) ((Response[0] >> 10) & 0x3)
47 #define MMC_CSD_GET_FILEFORMATGRP(Response) ((Response[0] >> 15) & 0x1)
48 #define MMC_CSD_GET_DEVICESIZE(csd) (((Response[1] >> 30) & 0x3) | ((Response[2] & 0x3FF) << 2))
49 #define HC_MMC_CSD_GET_DEVICESIZE(Response) ((Response[1] >> 16) | ((Response[2] & 0x40) << 16));
50 #define MMC_CSD_GET_DEVICESIZEMULT(csd) ((Response[1] >> 15) & 0x7)
54 #define MMC_R0_CURRENTSTATE(Response) ((Response[0] >> 9) & 0xF)
546 IN UINT32 Response