Searched refs:resptype (Results 1 – 3 of 3) sorted by relevance
156 u32 resptype; in goldfish_mmc_start_command() local161 resptype = 0; in goldfish_mmc_start_command()171 resptype = 1; in goldfish_mmc_start_command()174 resptype = 2; in goldfish_mmc_start_command()177 resptype = 3; in goldfish_mmc_start_command()194 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in goldfish_mmc_start_command()
339 u32 resptype; in mmc_omap_start_command() local345 resptype = 0; in mmc_omap_start_command()355 resptype = 1; in mmc_omap_start_command()358 resptype = 2; in mmc_omap_start_command()361 resptype = 3; in mmc_omap_start_command()378 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
886 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local897 resptype = 1; in omap_hsmmc_start_command()899 resptype = 3; in omap_hsmmc_start_command()902 resptype = 2; in omap_hsmmc_start_command()913 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()