Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dwmt-sdmmc.c226 u8 tmp_resp; in wmt_mci_read_response() local
235 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP); in wmt_mci_read_response()
237 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP + in wmt_mci_read_response()
239 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response()