Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dwmt-sdmmc.c258 u32 arg, u8 rsptype) in wmt_mci_send_command() argument
268 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command()
569 u8 rsptype; in wmt_mci_request() local
591 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request()
595 if (rsptype == 7) in wmt_mci_request()
596 rsptype = 2; in wmt_mci_request()
598 if (rsptype == 21) in wmt_mci_request()
599 rsptype = 9; in wmt_mci_request()
602 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
663 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()