Searched refs:mmc_spi_resp_type (Results 1 – 2 of 2) sorted by relevance
205 switch (mmc_spi_resp_type(cmd)) { in maptype()304 switch (mmc_spi_resp_type(cmd)) { in mmc_spi_response_get()371 mmc_spi_resp_type(cmd)); in mmc_spi_response_get()913 if (!mmc_spi_resp_type(cmd)) { in mmc_spi_request()920 if (cmd && !mmc_spi_resp_type(cmd)) { in mmc_spi_request()
84 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ macro