Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdricoh_cs.c88 static inline unsigned int sdricoh_readl(struct sdricoh_host *host, in sdricoh_readl() function
132 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_query_status()
177 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_mmc_cmd()
197 if (sdricoh_readl(host, R2E0_INIT) != 0x10000) in sdricoh_reset()
223 data = sdricoh_readl(host, R230_DATA); in sdricoh_blockio()
281 sdricoh_readl(host, in sdricoh_request()
289 cmd->resp[0] = sdricoh_readl(host, R20C_RESP); in sdricoh_request()
361 status = sdricoh_readl(host, R21C_STATUS); in sdricoh_get_ro()