Home
last modified time | relevance | path

Searched refs:app_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdricoh_cs.c83 int app_cmd; member
160 if (host->app_cmd) { in sdricoh_mmc_cmd()
162 host->app_cmd = 0; in sdricoh_mmc_cmd()
164 host->app_cmd = 1; in sdricoh_mmc_cmd()
H A Dlitex_mmc.c99 bool app_cmd; member
164 if (!host->app_cmd && cmd == SD_SEND_RELATIVE_ADDR) in litex_mmc_send_cmd()
167 host->app_cmd = (cmd == MMC_APP_CMD); in litex_mmc_send_cmd()
210 /* Ensure 'app_cmd' precedes 'app_set_bus_width_cmd' */ in litex_mmc_set_bus_width()
211 app_cmd_sent = host->app_cmd; /* was preceding command app_cmd? */ in litex_mmc_set_bus_width()
223 /* Re-send 'app_cmd' if necessary */ in litex_mmc_set_bus_width()
543 host->app_cmd = false; in litex_mmc_probe()
H A Dusdhi6rol0.c191 bool app_cmd; member
938 if (host->app_cmd) { in usdhi6_cmd_flags()
939 host->app_cmd = false; in usdhi6_cmd_flags()
1572 host->app_cmd = true; in usdhi6_sd_bh()