Searched refs:MMC_CSD_GET_WRITEBLLEN (Results 1 – 2 of 2) sorted by relevance
56 DEBUG ((EFI_D_ERROR, "\t- Maximum Write Data Block: %d\n",2 << (MMC_CSD_GET_WRITEBLLEN (Csd)-1))); in PrintCSD()
41 #define MMC_CSD_GET_WRITEBLLEN(Response) ((Response[0] >> 22) & 0xF) macro