Searched refs:mmc_host_is_spi (Results 1 – 3 of 3) sorted by relevance
218 if (!mmc_host_is_spi(mmc)) in mmc_send_status()517 if (!mmc_host_is_spi(mmc) && (cmd.response[0] & MMC_STATUS_ERROR)) in mmc_switch_voltage()584 cmd.cmdarg = mmc_host_is_spi(mmc) ? 0 : in sd_send_op_cond()610 if (mmc_host_is_spi(mmc)) { /* read OCR for spi */ in sd_send_op_cond()624 if (uhs_en && !(mmc_host_is_spi(mmc)) && (cmd.response[0] & 0x41000000) in sd_send_op_cond()646 if (use_arg && !mmc_host_is_spi(mmc)) in mmc_send_op_cond_iter()705 if (mmc_host_is_spi(mmc)) { /* read OCR for spi */ in mmc_complete_op_cond()896 if (mmc_host_is_spi(mmc)) in mmc_get_capabilities()1246 if (mmc_host_is_spi(mmc)) in sd_get_capabilities()1714 if (mmc_host_is_spi(mmc)) { in sd_select_mode_and_width()[all …]
169 if (!mmc_host_is_spi(mmc) && blkcnt > 1) { in mmc_write_blocks()
852 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI) macro854 #define mmc_host_is_spi(mmc) 0 macro