Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdricoh_cs.c88 static inline unsigned int sdricoh_readl(struct sdricoh_host *host, in sdricoh_readl() function
140 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_query_status()
185 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_mmc_cmd()
205 if (sdricoh_readl(host, R2E0_INIT) != 0x10000) in sdricoh_reset()
231 data = sdricoh_readl(host, R230_DATA); in sdricoh_blockio()
289 sdricoh_readl(host, in sdricoh_request()
297 cmd->resp[0] = sdricoh_readl(host, R20C_RESP); in sdricoh_request()
369 status = sdricoh_readl(host, R21C_STATUS); in sdricoh_get_ro()