Searched refs:rsp_type (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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.1.9/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 | 219 int rsp_type; in sd_send_cmd_get_rsp() local 226 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp() 227 if (rsp_type < 0) in sd_send_cmd_get_rsp() 230 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 232 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 246 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 255 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 259 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 276 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 292 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp() [all …]
|
/linux-6.1.9/drivers/net/appletalk/ |
D | cops.c | 749 int rsp_type = 0; in cops_rx() local 785 rsp_type=inb(ioaddr); in cops_rx() 821 if(rsp_type == LAP_INIT_RSP) in cops_rx() 829 if(rsp_type != LAP_RESPONSE) in cops_rx() 831 printk(KERN_WARNING "%s: Bad packet type %d.\n", dev->name, rsp_type); in cops_rx()
|
/linux-6.1.9/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.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 3891 int ret, rsp_type; in process_responses() local 3907 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 3908 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 3956 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
|
/linux-6.1.9/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1038 uint64_t rsp_type:3; member 1046 uint64_t rsp_type:3;
|