Lines Matching refs:wait

183 	enum usdhi6_wait_for wait;  member
281 if (host->wait == USDHI6_WAIT_FOR_CMD) in usdhi6_error_code()
284 err, rsp54, host->wait, opc); in usdhi6_error_code()
288 err, rsp54, host->wait, opc); in usdhi6_error_code()
295 err, host->wait, host->mrq ? host->mrq->cmd->opcode : -1); in usdhi6_error_code()
488 host->wait = USDHI6_WAIT_FOR_DATA_END; in usdhi6_sg_advance()
900 host->pg.page, host->head_pg.page, host->wait, mrq->cmd->opcode, in usdhi6_request_done()
918 host->wait = USDHI6_WAIT_FOR_REQUEST; in usdhi6_request_done()
1069 host->wait = USDHI6_WAIT_FOR_CMD; in usdhi6_rq_start()
1248 host->wait = USDHI6_WAIT_FOR_REQUEST; in usdhi6_blk_read()
1291 host->wait = USDHI6_WAIT_FOR_REQUEST; in usdhi6_blk_write()
1303 host->wait = USDHI6_WAIT_FOR_STOP; in usdhi6_stop_cmd()
1335 host->wait = USDHI6_WAIT_FOR_DMA; in usdhi6_end_cmd()
1342 host->wait = USDHI6_WAIT_FOR_MREAD; in usdhi6_end_cmd()
1344 host->wait = USDHI6_WAIT_FOR_READ; in usdhi6_end_cmd()
1349 host->wait = USDHI6_WAIT_FOR_MWRITE; in usdhi6_end_cmd()
1351 host->wait = USDHI6_WAIT_FOR_WRITE; in usdhi6_end_cmd()
1372 host->wait = USDHI6_WAIT_FOR_DATA_END; in usdhi6_read_block()
1386 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); in usdhi6_mread_block()
1399 host->wait = USDHI6_WAIT_FOR_DATA_END; in usdhi6_write_block()
1413 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); in usdhi6_mwrite_block()
1435 switch (host->wait) { in usdhi6_sd_bh()
1485 dev_err(mmc_dev(host->mmc), "Invalid state %u\n", host->wait); in usdhi6_sd_bh()
1501 if (host->wait != USDHI6_WAIT_FOR_STOP && in usdhi6_sd_bh()
1569 if (host->wait != USDHI6_WAIT_FOR_CMD || in usdhi6_sd()
1642 host->wait, mrq ? mrq->cmd->opcode : -1, in usdhi6_timeout_work()
1651 switch (host->wait) { in usdhi6_timeout_work()
1653 dev_err(mmc_dev(host->mmc), "Invalid state %u\n", host->wait); in usdhi6_timeout_work()
1730 host->wait = USDHI6_WAIT_FOR_REQUEST; in usdhi6_probe()