Searched refs:EmmcGetCardCsd (Results 1 – 3 of 3) sorted by relevance
21 int32_t EmmcGetCardCsd(DevHandle handle, uint8_t *csd, uint32_t size) in EmmcGetCardCsd() function
112 int32_t EmmcGetCardCsd(DevHandle handle, uint8_t *csd, uint32_t size);
75 ret = EmmcGetCardCsd(handle, &csd, sizeof(csd)); in EmmcMiniGetCardCsdTest()