Home
last modified time | relevance | path

Searched refs:mmc_spi_resp_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c205 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()
/openbmc/linux/include/linux/mmc/
H A Dcore.h84 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ macro