Searched refs:rsp_type (Results 1 – 6 of 6) sorted by relevance
297 u8 rsp_type; in sd_send_cmd_get_rsp() local311 rsp_type = SD_RSP_TYPE_R0; in sd_send_cmd_get_rsp()314 rsp_type = SD_RSP_TYPE_R1; in sd_send_cmd_get_rsp()317 rsp_type = SD_RSP_TYPE_R1b; in sd_send_cmd_get_rsp()320 rsp_type = SD_RSP_TYPE_R2; in sd_send_cmd_get_rsp()323 rsp_type = SD_RSP_TYPE_R3; in sd_send_cmd_get_rsp()331 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp()359 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp()399 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()415 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp()[all …]
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()
3877 int ret, rsp_type; in process_responses() local3893 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()3894 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses()3942 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
1038 uint64_t rsp_type:3; member1046 uint64_t rsp_type:3;
3655 int rsp_type) in fdls_process_fdmi_reg_ack() argument