Searched refs:resptype (Results 1 – 4 of 4) sorted by relevance
70 ushort resptype = 0; in mvebu_mmc_send_cmd() local110 resptype = SDIO_CMD_INDEX(cmd->cmdidx); in mvebu_mmc_send_cmd()114 resptype |= SDIO_CMD_RSP_48BUSY; in mvebu_mmc_send_cmd()116 resptype |= SDIO_CMD_RSP_136; in mvebu_mmc_send_cmd()118 resptype |= SDIO_CMD_RSP_48; in mvebu_mmc_send_cmd()120 resptype |= SDIO_CMD_RSP_NONE; in mvebu_mmc_send_cmd()123 resptype |= SDIO_CMD_CHECK_CMDCRC; in mvebu_mmc_send_cmd()126 resptype |= SDIO_CMD_INDX_CHECK; in mvebu_mmc_send_cmd()129 resptype |= SDIO_UNEXPECTED_RESP; in mvebu_mmc_send_cmd()142 resptype |= SDIO_CMD_DATA_PRESENT | SDIO_CMD_CHECK_DATACRC16; in mvebu_mmc_send_cmd()[all …]
126 sd_rsp_type_t resptype, int init) in omap_mmc_command() argument138 if (resptype == sd_r1 && busy) in omap_mmc_command()139 resptype = sd_r1b; in omap_mmc_command()159 switch (resptype) { in omap_mmc_command()
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()