Searched refs:mmc_cmd8 (Results 1 – 3 of 3) sorted by relevance
164 int mmc_cmd8(struct sd_handle *handle, uint8_t *extCsdReg);
365 (!mmc_cmd8(handle, buffer)) && in init_card()376 (!mmc_cmd8(handle, buffer)) && in init_card()459 rc = mmc_cmd8(handle, emmc_global_buf_ptr->u.Ext_CSD_storage); in init_mmc_card()
127 int mmc_cmd8(struct sd_handle *handle, uint8_t *extCsdReg) in mmc_cmd8() function