Home
last modified time | relevance | path

Searched refs:MMC_RSP_136 (Results 1 – 5 of 5) sorted by relevance

/tf-a-ffa_el3_spmc/plat/socionext/uniphier/
A Duniphier_emmc.c27 #define MMC_RSP_136 BIT(1) /* 136 bit response */ macro
36 #define MMC_RSP_R2 (MMC_RSP_PRESENT | MMC_RSP_136 | MMC_RSP_CRC)
117 else if (cmd->resp_type & MMC_RSP_136) in uniphier_emmc_send_cmd()
/tf-a-ffa_el3_spmc/include/drivers/
A Dmmc.h41 #define MMC_RSP_136 BIT(1) /* 136 bit response */ macro
49 #define MMC_RESPONSE_R2 (MMC_RSP_48 | MMC_RSP_136 | MMC_RSP_CRC)
/tf-a-ffa_el3_spmc/drivers/imx/usdhc/
A Dimx_usdhc.c167 else if (cmd->resp_type & MMC_RSP_136) in imx_usdhc_send_cmd()
203 if (cmd->resp_type & MMC_RSP_136) { in imx_usdhc_send_cmd()
/tf-a-ffa_el3_spmc/drivers/rpi3/sdhost/
A Drpi3_sdhost.c301 if ((cmd->resp_type & MMC_RSP_136) && in rpi3_sdhost_send_cmd()
311 } else if (cmd->resp_type & MMC_RSP_136) { in rpi3_sdhost_send_cmd()
/tf-a-ffa_el3_spmc/drivers/st/mmc/
A Dstm32_sdmmc2.c208 if ((cmd->resp_type & MMC_RSP_136) != 0U) { in stm32_sdmmc2_send_cmd_req()

Completed in 13 milliseconds