Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dwmt-sdmmc.c227 u8 tmp_resp; in wmt_mci_read_response() local
236 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP); in wmt_mci_read_response()
238 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP + in wmt_mci_read_response()
240 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response()