rtsx.c | 1160 static const struct rsp_type { struct in function:rtsx_response_type 1301 uint32_t *cmdbuf, uint8_t rsp_type) 1352 0xff, rsp_type); 1485 uint8_t rsp_type; local in function:rtsx_exec_command 1499 rsp_type = rtsx_response_type(cmd->c_flags & SCF_RSP_MASK); 1500 if (rsp_type == 0) { 1525 error = rtsx_exec_short_xfer(sch, cmd, cmdkvap, rsp_type); 1548 0xff, rsp_type); 1562 if (rsp_type == RTSX_SD_RSP_TYPE_R2) { 1567 } else if (rsp_type != RTSX_SD_RSP_TYPE_R0) [all...] |