Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dwmt-sdmmc.c254 u32 arg, u8 rsptype) in wmt_mci_send_command() argument
264 writeb(rsptype, priv->sdmmc_base + SDMMC_RSPTYPE); in wmt_mci_send_command()
565 u8 rsptype; in wmt_mci_request() local
587 rsptype = mmc_resp_type(req->cmd); in wmt_mci_request()
591 if (rsptype == 7) in wmt_mci_request()
592 rsptype = 2; in wmt_mci_request()
594 if (rsptype == 21) in wmt_mci_request()
595 rsptype = 9; in wmt_mci_request()
598 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
659 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()