Home
last modified time | relevance | path

Searched refs:MMC_APP_CMD (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dmmc.h86 #define MMC_APP_CMD 55 /* ac [31:16] RCA R1 */ macro
/openbmc/linux/drivers/mmc/host/
H A Dlitex_mmc.c167 host->app_cmd = (cmd == MMC_APP_CMD); in litex_mmc_send_cmd()
192 return litex_mmc_send_cmd(host, MMC_APP_CMD, host->rca << 16, in litex_mmc_send_app_cmd()
H A Dsdricoh_cs.c163 } else if (opcode == MMC_APP_CMD) in sdricoh_mmc_cmd()
H A Dtoshsd.c448 if (cmd->opcode == MMC_APP_CMD) in toshsd_start_cmd()
H A Dsh_mmcif.c1093 case MMC_APP_CMD: in sh_mmcif_end_cmd()
H A Dusdhi6rol0.c1571 } else if (cmd->opcode == MMC_APP_CMD) { in usdhi6_sd_bh()
/openbmc/linux/drivers/mmc/core/
H A Dsd_ops.c30 cmd.opcode = MMC_APP_CMD; in mmc_app_cmd()