Searched refs:uhs_en (Results 1 – 1 of 1) sorted by relevance
591 static int sd_send_op_cond(struct mmc *mmc, bool uhs_en) in sd_send_op_cond() argument623 if (uhs_en) in sd_send_op_cond()657 if (uhs_en && !(mmc_host_is_spi(mmc)) && (cmd.response[0] & 0x41000000) in sd_send_op_cond()1736 bool uhs_en = (mmc->ocr & OCR_S18R) ? true : false; in sd_select_mode_and_width() local1738 bool uhs_en = false; in sd_select_mode_and_width() local1762 if (!uhs_en) in sd_select_mode_and_width()2771 bool uhs_en = supports_uhs(mmc->cfg->host_caps); in mmc_get_op_cond() local2795 uhs_en = false; in mmc_get_op_cond()2832 err = sd_send_op_cond(mmc, uhs_en); in mmc_get_op_cond()2833 if (err && uhs_en) { in mmc_get_op_cond()[all …]
Completed in 6 milliseconds