Searched refs:resptype (Results 1 – 2 of 2) sorted by relevance
348 u32 resptype; in mmc_omap_start_command() local354 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()
759 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local770 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()