Searched refs:rsptype (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | wmt-sdmmc.c | 259 u32 arg, u8 rsptype) in wmt_mci_send_command() argument 269 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command() 570 u8 rsptype; in wmt_mci_request() local 592 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request() 596 if (rsptype == 7) in wmt_mci_request() 597 rsptype = 2; in wmt_mci_request() 599 if (rsptype == 21) in wmt_mci_request() 600 rsptype = 9; in wmt_mci_request() 603 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request() 664 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
|