Searched refs:rsp_type (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/rts5139/
H A Dsd_cprm.c42 static inline int get_rsp_type(u8 rsp_code, u8 *rsp_type, int *rsp_len) argument
44 if (!rsp_type || !rsp_len)
49 *rsp_type = SD_RSP_TYPE_R0; /* no response */
54 *rsp_type = SD_RSP_TYPE_R1; /* R1,R6(,R4,R5) */
59 *rsp_type = SD_RSP_TYPE_R1b; /* R1b */
64 *rsp_type = SD_RSP_TYPE_R2; /* R2 */
69 *rsp_type = SD_RSP_TYPE_R3; /* R3 */
86 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len,
98 if (rsp_type == SD_RSP_TYPE_R1b)
111 rts51x_add_cmd(chip, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type);
85 ext_sd_send_cmd_get_rsp(struct rts51x_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, int special_check) argument
236 ext_sd_get_rsp(struct rts51x_chip *chip, int len, u8 *rsp, u8 rsp_type) argument
287 u8 rsp_type; local
381 u8 rsp_type, bus_width; local
600 u8 rsp_type; local
[all...]
H A Dsd.c102 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len)
116 if (rsp_type == SD_RSP_TYPE_R1b)
129 rts51x_add_cmd(chip, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type);
141 if (rsp_type == SD_RSP_TYPE_R2) {
149 } else if (rsp_type != SD_RSP_TYPE_R0) {
186 if (rsp_type & SD_WAIT_BUSY_END) {
199 if (rsp_type == SD_RSP_TYPE_R0)
205 if (rsp_type == SD_RSP_TYPE_R2) {
225 if (!(rsp_type & SD_NO_CHECK_CRC7)) {
242 if ((rsp_type
101 sd_send_cmd_get_rsp(struct rts51x_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument
[all...]
/drivers/staging/rts_pstor/
H A Dsd.c155 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len)
169 if (rsp_type == SD_RSP_TYPE_R1b)
182 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG2, 0xFF, rsp_type);
190 if (rsp_type == SD_RSP_TYPE_R2) {
195 } else if (rsp_type != SD_RSP_TYPE_R0) {
229 if (rsp_type & SD_WAIT_BUSY_END) {
247 if (rsp_type == SD_RSP_TYPE_R0)
257 if (!(rsp_type & SD_NO_CHECK_CRC7)) {
274 if ((rsp_type == SD_RSP_TYPE_R1) || (rsp_type
154 sd_send_cmd_get_rsp(struct rtsx_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument
3632 ext_sd_send_cmd_get_rsp(struct rtsx_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, int special_check) argument
3764 ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type) argument
3877 get_rsp_type(struct scsi_cmnd *srb, u8 *rsp_type, int *rsp_len) argument
3921 u8 cmd_idx, rsp_type; local
4041 u8 cmd_idx, rsp_type, bus_width; local
4274 u8 cmd_idx, rsp_type; local
[all...]
H A Dsd.h289 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, int special_check);
290 int ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type);
/drivers/net/appletalk/
H A Dcops.c748 int rsp_type = 0; local
787 rsp_type=inb(ioaddr);
823 if(rsp_type == LAP_INIT_RSP)
831 if(rsp_type != LAP_RESPONSE)
833 printk(KERN_WARNING "%s: Bad packet type %d.\n", dev->name, rsp_type);
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1643 int ret, rsp_type; local
1655 rsp_type = RSPD_TYPE(rc->type_gen);
1656 if (likely(rsp_type == RSP_TYPE_FLBUF)) {
1721 } else if (likely(rsp_type == RSP_TYPE_CPL)) {
1724 WARN_ON(rsp_type > RSP_TYPE_CPL);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1690 int ret, rsp_type; local
1701 rsp_type = RSPD_TYPE(rc->type_gen);
1702 if (likely(rsp_type == RSP_TYPE_FLBUF)) {
1748 } else if (likely(rsp_type == RSP_TYPE_CPL)) {

Completed in 545 milliseconds