Home
last modified time | relevance | path

Searched refs:MMC_RSP_PRESENT (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcore.h34 #define MMC_RSP_PRESENT (1 << 0) 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)
59 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
60 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
61 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
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)
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h274 #define MMC_RSP_PRESENT (1 << 0) 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| \
289 #define MMC_RSP_R2 (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC)
290 #define MMC_RSP_R3 (MMC_RSP_PRESENT)
291 #define MMC_RSP_R4 (MMC_RSP_PRESENT)
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.h199 #define MMC_RSP_PRESENT (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c118 else if (cmd->resp_type & MMC_RSP_PRESENT) in mvebu_mmc_send_cmd()
129 if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
207 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in mvebu_mmc_send_cmd()
H A Ddw_mmc.c435 if (cmd->resp_type & MMC_RSP_PRESENT) {
483 if (cmd->resp_type & MMC_RSP_PRESENT) {
577 if (cmd->resp_type & MMC_RSP_PRESENT) {
624 if (cmd->resp_type & MMC_RSP_PRESENT) {
H A Dstm32_sdmmc2.c242 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_start_cmd()
269 if (cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
302 if (status & SDMMC_STA_CMDREND && cmd->resp_type & MMC_RSP_PRESENT) { in stm32_sdmmc2_end_cmd()
H A Dftsdc010_mci.c50 if (flags & MMC_RSP_PRESENT) in ftsdc010_send_cmd()
61 if (!(flags & (MMC_RSP_PRESENT | MMC_RSP_136))) { in ftsdc010_send_cmd()
H A Darm_pl180_mmci.c28 if ((cmd->resp_type & MMC_RSP_PRESENT)) in wait_for_command_end()
47 if (cmd->resp_type & MMC_RSP_PRESENT) { in wait_for_command_end()
H A Dtegra_mmc.c197 if (!(cmd->resp_type & MMC_RSP_PRESENT)) in tegra_mmc_send_cmd_bounced()
245 if (cmd->resp_type & MMC_RSP_PRESENT) { in tegra_mmc_send_cmd_bounced()
H A Dmeson_gx_mmc.c104 if (cmd->resp_type & MMC_RSP_PRESENT) { in meson_mmc_setup_cmd()
H A Domap_hsmmc.c380 if (!(cmd->resp_type & MMC_RSP_PRESENT))
435 if (cmd->resp_type & MMC_RSP_PRESENT) {
H A Ddavinci_mmc.c239 } else if (cmd->resp_type & MMC_RSP_PRESENT) { in dmmc_send_cmd()
H A Dmxsmmc.c176 if (cmd->resp_type & MMC_RSP_PRESENT) /* Need to get response */ in mxsmmc_send_cmd()
H A Dmxcmmc.c247 if (cmd->resp_type & MMC_RSP_PRESENT) { in mxcmci_read_response()
H A Dgen_atmel_mci.c183 else if (cmd->resp_type & MMC_RSP_PRESENT)
H A Dsunxi_mmc.c340 if (cmd->resp_type & MMC_RSP_PRESENT) in sunxi_mmc_send_cmd_common()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmxs-mmc.c131 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in mxs_mmc_request_done()
293 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_ac()
365 get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ? in mxs_mmc_adtc()
H A Dmvsdio.c157 else if (cmd->flags & MMC_RSP_PRESENT) in mvsd_request()
168 if (cmd->flags & MMC_RSP_PRESENT) { in mvsd_request()
261 } else if (cmd->flags & MMC_RSP_PRESENT) { in mvsd_finish_cmd()
H A Dtoshsd.c218 if (cmd->flags & MMC_RSP_PRESENT && cmd->flags & MMC_RSP_136) { in toshsd_cmd_irq()
244 } else if (cmd->flags & MMC_RSP_PRESENT) { in toshsd_cmd_irq()
H A Dcb710-mmc.c375 if (flags & MMC_RSP_PRESENT) { in cb710_encode_cmd_flags()
472 if (cmd->flags & MMC_RSP_PRESENT) { in cb710_mmc_command()
H A Dsdricoh_cs.c284 if (cmd->flags & MMC_RSP_PRESENT) { in sdricoh_request()
H A Dandroid-goldfish.c256 if (cmd->flags & MMC_RSP_PRESENT) { in goldfish_mmc_cmd_done()
H A Dmeson-gx-mmc.c689 if (cmd->flags & MMC_RSP_PRESENT) { in meson_mmc_set_response_bits()
916 } else if (cmd->flags & MMC_RSP_PRESENT) { in meson_mmc_read_resp()
H A Dbcm2835.c668 if (!(cmd->flags & MMC_RSP_PRESENT)) { in bcm2835_send_command()
787 if (cmd->flags & MMC_RSP_PRESENT) { in bcm2835_finish_command()
H A Dowl-mmc.c255 if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) { in owl_mmc_send_cmd()

12