Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dgoldfish.c163 u32 resptype; in goldfish_mmc_start_command() local
168 resptype = 0; in goldfish_mmc_start_command()
178 resptype = 1; in goldfish_mmc_start_command()
181 resptype = 2; in goldfish_mmc_start_command()
184 resptype = 3; in goldfish_mmc_start_command()
201 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in goldfish_mmc_start_command()
Domap.c341 u32 resptype; in mmc_omap_start_command() local
346 resptype = 0; in mmc_omap_start_command()
356 resptype = 1; in mmc_omap_start_command()
359 resptype = 2; in mmc_omap_start_command()
362 resptype = 3; in mmc_omap_start_command()
379 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
Domap_hsmmc.c741 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local
752 resptype = 1; in omap_hsmmc_start_command()
754 resptype = 3; in omap_hsmmc_start_command()
757 resptype = 2; in omap_hsmmc_start_command()
768 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()