Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c70 ushort resptype = 0; in mvebu_mmc_send_cmd() local
110 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 …]
/openbmc/qemu/hw/sd/
H A Domap_mmc.c116 sd_cmd_type_t type, int busy, sd_rsp_type_t resptype, int init) in omap_mmc_command() argument
128 if (resptype == sd_r1 && busy) in omap_mmc_command()
129 resptype = sd_r1b; in omap_mmc_command()
149 switch (resptype) { in omap_mmc_command()
/openbmc/linux/drivers/mmc/host/
H A Domap.c348 u32 resptype; in mmc_omap_start_command() local
354 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()
H A 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()