Home
last modified time | relevance | path

Searched refs:MMC_RSP_R1 (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c105 case MMC_RSP_R1: in mmmc_trace_after_send()
173 cmd.resp_type = MMC_RSP_R1; in mmc_send_status()
219 cmd.resp_type = MMC_RSP_R1; in mmc_set_blocklen()
233 cmd.resp_type = MMC_RSP_R1; in mmc_set_blockcount()
254 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks()
298 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks_prepare()
523 cmd.resp_type = MMC_RSP_R1; in sd_send_op_cond()
691 cmd.resp_type = MMC_RSP_R1; in mmc_send_ext_csd()
724 cmd.resp_type = MMC_RSP_R1; in mmc_poll_for_busy()
911 cmd.resp_type = MMC_RSP_R1; in mmc_send_tuning()
[all …]
H A Dmmc_write.c54 cmd.resp_type = MMC_RSP_R1; in mmc_erase_t()
188 cmd.resp_type = MMC_RSP_R1; in mmc_write_blocks()
H A Drpmb.c74 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_request()
106 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_response()
H A Ddavinci_mmc.c156 case MMC_RSP_R1: /* R1, R1b, R5, R6, R7 */ in dmmc_send_cmd()
H A Dpxa_mmc_gen.c111 case MMC_RSP_R1: in pxa_mmc_start_cmd()
H A Dmxcmmc.c170 case MMC_RSP_R1: /* short CRC, OPCODE */ in mxcmci_start_cmd()
H A Dsh_mmcif.c341 case MMC_RSP_R1: in sh_mmcif_set_cmd()
H A Duniphier-sd.c441 case MMC_RSP_R1: in uniphier_sd_send_cmd()
H A Dsdhci.c588 cmd.resp_type = MMC_RSP_R1;
/rk3399_rockchip-uboot/include/
H A Dmmc.h286 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro