Searched refs:mmc_spi_resp_type (Results 1 – 2 of 2) sorted by relevance
204 switch (mmc_spi_resp_type(cmd)) { in maptype()303 switch (mmc_spi_resp_type(cmd)) { in mmc_spi_response_get()370 mmc_spi_resp_type(cmd)); in mmc_spi_response_get()911 if (!mmc_spi_resp_type(cmd)) { in mmc_spi_request()918 if (cmd && !mmc_spi_resp_type(cmd)) { in mmc_spi_request()
83 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ macro