Searched refs:rsp_type (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/staging/rts5208/ |
D | sd.c | 113 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument 127 if (rsp_type == SD_RSP_TYPE_R1b) 140 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG2, 0xFF, rsp_type); 149 if (rsp_type == SD_RSP_TYPE_R2) { 155 } else if (rsp_type != SD_RSP_TYPE_R0) { 176 if (rsp_type & SD_WAIT_BUSY_END) { 194 if (rsp_type == SD_RSP_TYPE_R0) 204 if (!(rsp_type & SD_NO_CHECK_CRC7)) { 221 if (rsp_type == SD_RSP_TYPE_R1 || rsp_type == SD_RSP_TYPE_R1b) { 3576 u8 rsp_type, u8 *rsp, int rsp_len, argument [all …]
|
D | sd.h | 277 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, 279 int ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type);
|
/linux-6.12.1/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 297 u8 rsp_type; in sd_send_cmd_get_rsp() local 311 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_R1 | SD_NO_CHECK_CRC7; in sd_send_cmd_get_rsp() 320 rsp_type = SD_RSP_TYPE_R1b; in sd_send_cmd_get_rsp() 323 rsp_type = SD_RSP_TYPE_R2; in sd_send_cmd_get_rsp() 326 rsp_type = SD_RSP_TYPE_R3; in sd_send_cmd_get_rsp() 334 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 353 rtsx_usb_add_cmd(ucr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 362 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() [all …]
|
D | rtsx_pci_sdmmc.c | 220 int rsp_type; in sd_send_cmd_get_rsp() local 227 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp() 228 if (rsp_type < 0) in sd_send_cmd_get_rsp() 231 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 233 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 247 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 256 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 260 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 277 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 293 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp() [all …]
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1762 int ret, rsp_type; in process_responses() local 1774 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()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 3877 int ret, rsp_type; in process_responses() local 3893 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()
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1038 uint64_t rsp_type:3; member 1046 uint64_t rsp_type:3;
|