Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dwmt-sdmmc.c230 u8 tmp_resp; in wmt_mci_read_response() local
239 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP); in wmt_mci_read_response()
241 tmp_resp = readb(priv->sdmmc_base + SDMMC_RSP + in wmt_mci_read_response()
243 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response()