wbsd_read_index
setup = wbsd_read_index(host, WBSD_IDX_SETUP);
host->clk = wbsd_read_index(host, WBSD_IDX_CLK);
setup = wbsd_read_index(host, WBSD_IDX_SETUP);
if (wbsd_read_index(host, WBSD_IDX_RSPLEN) != WBSD_RSP_SHORT) {
cmd->resp[0] = wbsd_read_index(host, WBSD_IDX_RESP12) << 24;
cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP13) << 16;
cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP14) << 8;
cmd->resp[0] |= wbsd_read_index(host, WBSD_IDX_RESP15) << 0;
cmd->resp[1] = wbsd_read_index(host, WBSD_IDX_RESP16) << 24;
if (wbsd_read_index(host, WBSD_IDX_RSPLEN) != WBSD_RSP_LONG) {
wbsd_read_index(host, WBSD_IDX_RESP1 + i * 4) << 24;
wbsd_read_index(host, WBSD_IDX_RESP2 + i * 4) << 16;
wbsd_read_index(host, WBSD_IDX_RESP3 + i * 4) << 8;
wbsd_read_index(host, WBSD_IDX_RESP4 + i * 4) << 0;
status = wbsd_read_index(host, WBSD_IDX_STATUS);
setup = wbsd_read_index(host, WBSD_IDX_SETUP);
status = wbsd_read_index(host, WBSD_IDX_STATUS);
setup = wbsd_read_index(host, WBSD_IDX_SETUP);