Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dwbsd.c124 static inline u8 wbsd_read_index(struct wbsd_host *host, u8 index) in wbsd_read_index() function
141 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_init_device()
155 host->clk = wbsd_read_index(host, WBSD_IDX_CLK); in wbsd_init_device()
202 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_reset()
320 if (wbsd_read_index(host, WBSD_IDX_RSPLEN) != WBSD_RSP_SHORT) { in wbsd_get_short_reply()
325 cmd->resp[0] = wbsd_read_index(host, WBSD_IDX_RESP12) << 24; in wbsd_get_short_reply()
326 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP13) << 16; in wbsd_get_short_reply()
327 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP14) << 8; in wbsd_get_short_reply()
328 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP15) << 0; in wbsd_get_short_reply()
329 cmd->resp[1] = wbsd_read_index(host, WBSD_IDX_RESP16) << 24; in wbsd_get_short_reply()
[all …]