Searched refs:rsp_type (Results 1 – 5 of 5) sorted by relevance
218 int rsp_type; in sd_send_cmd_get_rsp() local225 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp()226 if (rsp_type < 0) in sd_send_cmd_get_rsp()229 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp()231 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp()245 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp()254 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp()258 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()275 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()291 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp()[all …]
1762 int ret, rsp_type; in process_responses() local1774 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()1775 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses()1840 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()1843 WARN_ON(rsp_type > RSPD_TYPE_CPL_X); in process_responses()
3878 int ret, rsp_type; in process_responses() local3894 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()3895 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses()3943 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
1038 uint64_t rsp_type:3; member1046 uint64_t rsp_type:3;
3712 int rsp_type) in fdls_process_fdmi_reg_ack() argument