Searched refs:resptype (Results 1 – 4 of 4) sorted by relevance
71 ushort resptype = 0; in mvebu_mmc_send_cmd() local111 resptype = SDIO_CMD_INDEX(cmd->cmdidx); in mvebu_mmc_send_cmd()115 resptype |= SDIO_CMD_RSP_48BUSY; in mvebu_mmc_send_cmd()117 resptype |= SDIO_CMD_RSP_136; in mvebu_mmc_send_cmd()119 resptype |= SDIO_CMD_RSP_48; in mvebu_mmc_send_cmd()121 resptype |= SDIO_CMD_RSP_NONE; in mvebu_mmc_send_cmd()124 resptype |= SDIO_CMD_CHECK_CMDCRC; in mvebu_mmc_send_cmd()127 resptype |= SDIO_CMD_INDX_CHECK; in mvebu_mmc_send_cmd()130 resptype |= SDIO_UNEXPECTED_RESP; in mvebu_mmc_send_cmd()143 resptype |= SDIO_CMD_DATA_PRESENT | SDIO_CMD_CHECK_DATACRC16; in mvebu_mmc_send_cmd()[all …]
149 u32 resptype; in goldfish_mmc_start_command() local154 resptype = 0; in goldfish_mmc_start_command()164 resptype = 1; in goldfish_mmc_start_command()167 resptype = 2; in goldfish_mmc_start_command()170 resptype = 3; in goldfish_mmc_start_command()187 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in goldfish_mmc_start_command()
335 u32 resptype; in mmc_omap_start_command() local341 resptype = 0; in mmc_omap_start_command()351 resptype = 1; in mmc_omap_start_command()354 resptype = 2; in mmc_omap_start_command()357 resptype = 3; in mmc_omap_start_command()374 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
764 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local775 resptype = 1; in omap_hsmmc_start_command()777 resptype = 3; in omap_hsmmc_start_command()780 resptype = 2; in omap_hsmmc_start_command()791 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()