Home
last modified time | relevance | path

Searched refs:MMC_RSP_OPCODE (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcore.h38 #define MMC_RSP_OPCODE (1 << 4) /* response contains opcode */ macro
57 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
58 #define MMC_RSP_R1B (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE|MMC_RSP_BUSY)
62 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
63 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
64 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
67 #define MMC_RSP_R1_NO_CRC (MMC_RSP_PRESENT|MMC_RSP_OPCODE)
69 …sp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE))
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h278 #define MMC_RSP_OPCODE (1 << 4) /* response contains opcode */ macro
286 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
287 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \
292 #define MMC_RSP_R5 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
293 #define MMC_RSP_R6 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
294 #define MMC_RSP_R7 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE)
H A Dmvebu_mmc.h207 #define MMC_RSP_OPCODE (1 << 4) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c126 if (cmd->resp_type & MMC_RSP_OPCODE) in mvebu_mmc_send_cmd()
H A Dtegra_mmc.c208 if (cmd->resp_type & MMC_RSP_OPCODE) in tegra_mmc_send_cmd_bounced()
H A Dsdhci.c204 if (cmd->resp_type & MMC_RSP_OPCODE)
H A Domap_hsmmc.c395 if (cmd->resp_type & MMC_RSP_OPCODE)
H A Dfsl_esdhc.c146 if (cmd->resp_type & MMC_RSP_OPCODE) in esdhc_xfertyp()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmvsdio.c165 if (cmd->flags & MMC_RSP_OPCODE) in mvsd_request()
203 if (stop->flags & MMC_RSP_OPCODE) in mvsd_request()
H A Dcb710-mmc.c419 wanted_opcode = (cmd->flags & MMC_RSP_OPCODE) ? cmd->opcode : 0x3F; in cb710_receive_response()
H A Dpxamci.c241 #define RSP_TYPE(x) ((x) & ~(MMC_RSP_BUSY|MMC_RSP_OPCODE)) in pxamci_start_cmd()
H A Dsdhci.c1663 if (cmd->flags & MMC_RSP_OPCODE) in sdhci_send_command()