Searched refs:uhs_en (Results 1 – 1 of 1) sorted by relevance
535 static int sd_send_op_cond(struct mmc *mmc, bool uhs_en) in sd_send_op_cond() argument567 if (uhs_en) in sd_send_op_cond()601 if (uhs_en && !(mmc_host_is_spi(mmc)) && (cmd.response[0] & 0x41000000) in sd_send_op_cond()1620 bool uhs_en = (mmc->ocr & OCR_S18R) ? true : false; in sd_select_mode_and_width() local1622 bool uhs_en = false; in sd_select_mode_and_width() local1634 if (!uhs_en) in sd_select_mode_and_width()2497 bool uhs_en = supports_uhs(mmc->cfg->host_caps); in mmc_start_init() local2547 uhs_en = false; in mmc_start_init()2581 err = sd_send_op_cond(mmc, uhs_en); in mmc_start_init()2582 if (err && uhs_en) { in mmc_start_init()[all …]