Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c34 unsigned char app_cmd; member
479 if (host->app_cmd) { in sh_sdhi_set_cmd()
481 host->app_cmd = 0; in sh_sdhi_set_cmd()
493 host->app_cmd = 1; in sh_sdhi_set_cmd()
502 if (host->app_cmd) { in sh_sdhi_data_trans()
503 host->app_cmd = 0; in sh_sdhi_data_trans()
599 host->app_cmd = 0; in sh_sdhi_start_cmd()
619 host->app_cmd = 0; in sh_sdhi_start_cmd()
624 host->app_cmd = 0; in sh_sdhi_start_cmd()
/openbmc/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()
211 app_cmd_sent = host->app_cmd; /* was preceding command app_cmd? */ in litex_mmc_set_bus_width()
553 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()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_scsi.c2319 static int app_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in app_cmd() function
2666 result = app_cmd(srb, chip); in vendor_cmnd()