Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Domap.c347 u32 resptype; in mmc_omap_start_command() local
353 resptype = 0; in mmc_omap_start_command()
363 resptype = 1; in mmc_omap_start_command()
366 resptype = 2; in mmc_omap_start_command()
369 resptype = 3; in mmc_omap_start_command()
386 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()