Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
Domap.c348 u32 resptype; in mmc_omap_start_command() local
354 resptype = 0; in mmc_omap_start_command()
364 resptype = 1; in mmc_omap_start_command()
367 resptype = 2; in mmc_omap_start_command()
370 resptype = 3; in mmc_omap_start_command()
387 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
Domap_hsmmc.c759 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local
770 resptype = 1; in omap_hsmmc_start_command()
772 resptype = 3; in omap_hsmmc_start_command()
775 resptype = 2; in omap_hsmmc_start_command()
786 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()