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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dwbsd.c124 static inline u8 wbsd_read_index(struct wbsd_host *host, u8 index) function
141 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
155 host->clk = wbsd_read_index(host, WBSD_IDX_CLK);
202 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
320 if (wbsd_read_index(host, WBSD_IDX_RSPLEN) != WBSD_RSP_SHORT) {
325 cmd->resp[0] = wbsd_read_index(host, WBSD_IDX_RESP12) << 24;
326 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP13) << 16;
327 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP14) << 8;
328 cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP15) << 0;
329 cmd->resp[1] = wbsd_read_index(hos
[all...]

Completed in 104 milliseconds