Searched refs:rsptype (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mmc/host/ |
| D | wmt-sdmmc.c | 255 u32 arg, u8 rsptype) in wmt_mci_send_command() argument 265 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command() 566 u8 rsptype; in wmt_mci_request() local 588 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request() 592 if (rsptype == 7) in wmt_mci_request() 593 rsptype = 2; in wmt_mci_request() 595 if (rsptype == 21) in wmt_mci_request() 596 rsptype = 9; in wmt_mci_request() 599 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request() 660 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
|