Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/socionext/uniphier/
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()
/trusted-firmware-a-latest/include/drivers/
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)
/trusted-firmware-a-latest/drivers/imx/usdhc/
Dimx_usdhc.c169 else if (cmd->resp_type & MMC_RSP_136) in imx_usdhc_send_cmd()
205 if (cmd->resp_type & MMC_RSP_136) { in imx_usdhc_send_cmd()
/trusted-firmware-a-latest/drivers/rpi3/sdhost/
Drpi3_sdhost.c300 if ((cmd->resp_type & MMC_RSP_136) && in rpi3_sdhost_send_cmd()
310 } else if (cmd->resp_type & MMC_RSP_136) { in rpi3_sdhost_send_cmd()
/trusted-firmware-a-latest/drivers/st/mmc/
Dstm32_sdmmc2.c254 if ((cmd->resp_type & MMC_RSP_136) != 0U) { in stm32_sdmmc2_send_cmd_req()