Searched refs:rsp_sts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cavium.c | 203 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() 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 in check_status() 340 set_cmd_response(struct cvm_mmc_host *host, struct mmc_request *req, u64 rsp_sts) set_cmd_response() argument 424 cleanup_dma(struct cvm_mmc_host *host, u64 rsp_sts) cleanup_dma() argument 440 u64 emm_int, rsp_sts; cvm_mmc_interrupt() local 758 u64 emm_cmd, rsp_sts; cvm_mmc_request() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cavium.c | 203 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() 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 in check_status() 340 set_cmd_response(struct cvm_mmc_host *host, struct mmc_request *req, u64 rsp_sts) set_cmd_response() argument 424 cleanup_dma(struct cvm_mmc_host *host, u64 rsp_sts) cleanup_dma() argument 439 u64 emm_int, rsp_sts; cvm_mmc_interrupt() local 756 u64 emm_cmd, rsp_sts; cvm_mmc_request() local [all...] |
Completed in 2 milliseconds