Searched refs:rsp_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/rts5208/ |
D | sd.c | 125 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument 139 if (rsp_type == SD_RSP_TYPE_R1b) 152 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG2, 0xFF, rsp_type); 161 if (rsp_type == SD_RSP_TYPE_R2) { 167 } else if (rsp_type != SD_RSP_TYPE_R0) { 188 if (rsp_type & SD_WAIT_BUSY_END) { 206 if (rsp_type == SD_RSP_TYPE_R0) 216 if (!(rsp_type & SD_NO_CHECK_CRC7)) { 233 if ((rsp_type == SD_RSP_TYPE_R1) || (rsp_type == SD_RSP_TYPE_R1b)) { 3765 u8 rsp_type, u8 *rsp, int rsp_len, argument [all …]
|
D | sd.h | 290 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, 292 int ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type);
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 307 u8 rsp_type; in sd_send_cmd_get_rsp() local 321 rsp_type = SD_RSP_TYPE_R0; in sd_send_cmd_get_rsp() 324 rsp_type = SD_RSP_TYPE_R1; in sd_send_cmd_get_rsp() 327 rsp_type = SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_send_cmd_get_rsp() 330 rsp_type = SD_RSP_TYPE_R1b; in sd_send_cmd_get_rsp() 333 rsp_type = SD_RSP_TYPE_R2; in sd_send_cmd_get_rsp() 336 rsp_type = SD_RSP_TYPE_R3; in sd_send_cmd_get_rsp() 344 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 363 rtsx_usb_add_cmd(ucr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 372 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() [all …]
|
D | rtsx_pci_sdmmc.c | 231 int rsp_type; in sd_send_cmd_get_rsp() local 238 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp() 239 if (rsp_type < 0) in sd_send_cmd_get_rsp() 242 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 244 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 258 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 267 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 271 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 288 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 304 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp() [all …]
|
/Linux-v4.19/drivers/net/appletalk/ |
D | cops.c | 747 int rsp_type = 0; in cops_rx() local 786 rsp_type=inb(ioaddr); in cops_rx() 822 if(rsp_type == LAP_INIT_RSP) in cops_rx() 830 if(rsp_type != LAP_RESPONSE) in cops_rx() 832 printk(KERN_WARNING "%s: Bad packet type %d.\n", dev->name, rsp_type); in cops_rx()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1765 int ret, rsp_type; in process_responses() local 1777 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 1778 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 1843 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses() 1846 WARN_ON(rsp_type > RSPD_TYPE_CPL_X); in process_responses()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 3001 int ret, rsp_type; in process_responses() local 3017 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 3018 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 3066 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1269 uint64_t rsp_type:3; member 1277 uint64_t rsp_type:3;
|