Searched refs:rsp_type (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rts5208/ |
D | sd.c | 127 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument 141 if (rsp_type == SD_RSP_TYPE_R1b) 154 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG2, 0xFF, rsp_type); 162 if (rsp_type == SD_RSP_TYPE_R2) { 168 } else if (rsp_type != SD_RSP_TYPE_R0) { 189 if (rsp_type & SD_WAIT_BUSY_END) { 209 if (rsp_type == SD_RSP_TYPE_R0) 220 if (!(rsp_type & SD_NO_CHECK_CRC7)) { 239 if ((rsp_type == SD_RSP_TYPE_R1) || (rsp_type == SD_RSP_TYPE_R1b)) { 4043 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check) argument [all …]
|
D | sd.h | 290 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check); 291 int ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type);
|
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 308 u8 rsp_type; in sd_send_cmd_get_rsp() local 322 rsp_type = SD_RSP_TYPE_R0; in sd_send_cmd_get_rsp() 325 rsp_type = SD_RSP_TYPE_R1; in sd_send_cmd_get_rsp() 328 rsp_type = SD_RSP_TYPE_R1 | SD_NO_CHECK_CRC7; in sd_send_cmd_get_rsp() 331 rsp_type = SD_RSP_TYPE_R1b; in sd_send_cmd_get_rsp() 334 rsp_type = SD_RSP_TYPE_R2; in sd_send_cmd_get_rsp() 337 rsp_type = SD_RSP_TYPE_R3; in sd_send_cmd_get_rsp() 345 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 364 rtsx_usb_add_cmd(ucr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 373 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() [all …]
|
D | rtsx_pci_sdmmc.c | 233 int rsp_type; in sd_send_cmd_get_rsp() local 240 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp() 241 if (rsp_type < 0) in sd_send_cmd_get_rsp() 244 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 246 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 260 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 269 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 273 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 290 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 306 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp() [all …]
|
/linux-4.4.14/drivers/net/appletalk/ |
D | cops.c | 748 int rsp_type = 0; in cops_rx() local 787 rsp_type=inb(ioaddr); in cops_rx() 823 if(rsp_type == LAP_INIT_RSP) in cops_rx() 831 if(rsp_type != LAP_RESPONSE) in cops_rx() 833 printk(KERN_WARNING "%s: Bad packet type %d.\n", dev->name, rsp_type); in cops_rx()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1760 int ret, rsp_type; in process_responses() local 1772 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 1773 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 1838 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses() 1841 WARN_ON(rsp_type > RSPD_TYPE_CPL_X); in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2056 int ret, rsp_type; in process_responses() local 2069 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 2070 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 2118 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1269 uint64_t rsp_type:3; member 1277 uint64_t rsp_type:3;
|