Home
last modified time | relevance | path

Searched refs:last_rsp_type (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/rts5139/
Drts51x_fop.c151 if (sd_card->last_rsp_type == SD_RSP_TYPE_R0) in rts51x_sd_get_rsp()
153 else if (sd_card->last_rsp_type == SD_RSP_TYPE_R2) in rts51x_sd_get_rsp()
Dsd_cprm.c303 sd_card->last_rsp_type = rsp_type;
397 sd_card->last_rsp_type = rsp_type;
629 sd_card->last_rsp_type = rsp_type;
1129 if (sd_card->last_rsp_type == SD_RSP_TYPE_R0) {
1132 } else if (sd_card->last_rsp_type == SD_RSP_TYPE_R2) {
Drts51x_chip.h602 u8 last_rsp_type; member
/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.h482 u8 last_rsp_type; member
Dsd.c3957 sd_card->last_rsp_type = rsp_type; in sd_execute_no_data()
4079 sd_card->last_rsp_type = rsp_type; in sd_execute_read_data()
4326 sd_card->last_rsp_type = rsp_type; in sd_execute_write_data()
4629 if (sd_card->last_rsp_type == SD_RSP_TYPE_R0) { in sd_get_cmd_rsp()
4632 } else if (sd_card->last_rsp_type == SD_RSP_TYPE_R2) { in sd_get_cmd_rsp()