Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dcavium.c203 u64 rsp_sts; in do_switch() local
219 rsp_sts = readq(host->base + MIO_EMM_RSP_STS(host)); in do_switch()
220 if (!(rsp_sts & MIO_EMM_RSP_STS_SWITCH_VAL)) in do_switch()
341 u64 rsp_sts) in set_cmd_response() argument
345 if (!(rsp_sts & MIO_EMM_RSP_STS_RSP_VAL)) in set_cmd_response()
350 switch (FIELD_GET(MIO_EMM_RSP_STS_RSP_TYPE, rsp_sts)) { in set_cmd_response()
409 static int check_status(u64 rsp_sts) in check_status() argument
411 if (rsp_sts & MIO_EMM_RSP_STS_RSP_BAD_STS || in check_status()
412 rsp_sts & MIO_EMM_RSP_STS_RSP_CRC_ERR || in check_status()
413 rsp_sts & MIO_EMM_RSP_STS_BLK_CRC_ERR) in check_status()
[all …]