Home | History | Annotate | Download | only in amlogic

Lines Matching refs:c_resp

769 				cmd->c_resp[i - 1] = SDHC_READ(sc, SD_ARGU_REG);
773 cmd->c_resp[0] = (cmd->c_resp[0] >> 8) |
774 (cmd->c_resp[1] << 24);
775 cmd->c_resp[1] = (cmd->c_resp[1] >> 8) |
776 (cmd->c_resp[2] << 24);
777 cmd->c_resp[2] = (cmd->c_resp[2] >> 8) |
778 (cmd->c_resp[3] << 24);
779 cmd->c_resp[3] = (cmd->c_resp[3] >> 8);
785 cmd->c_resp[0] = SDHC_READ(sc, SD_ARGU_REG);