Home
last modified time | relevance | path

Searched refs:uhs2_resp_len (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/mmc/
H A Dcore.h25 u8 uhs2_resp_len; /* UHS2 native cmd resp len */ member
/linux/drivers/mmc/host/
H A Dsdhci-uhs2.c791 if (cmd->uhs2_cmd->uhs2_resp_len) { in __sdhci_uhs2_finish_command()
792 int len = min_t(int, cmd->uhs2_cmd->uhs2_resp_len, UHS2_MAX_RESP_LEN); in __sdhci_uhs2_finish_command()
/linux/drivers/mmc/core/
H A Dsd_uhs2.c130 cmd->uhs2_cmd->uhs2_resp_len = resp_len; in sd_uhs2_cmd_assemble()