Lines Matching refs:c_flags
811 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
821 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
830 if (cmd->c_error == 0 && ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in imxesdhc_exec_command()
831 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in imxesdhc_exec_command()
860 HDEVNAME(sc), cmd->c_opcode, cmd->c_flags, cmd->c_error)); in imxesdhc_exec_command()
861 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
877 cmd->c_datalen, cmd->c_flags)); in imxesdhc_start_command()
903 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) { in imxesdhc_start_command()
914 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in imxesdhc_start_command()
931 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in imxesdhc_start_command()
933 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in imxesdhc_start_command()
938 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in imxesdhc_start_command()
940 else if (ISSET(cmd->c_flags, SCF_RSP_136)) in imxesdhc_start_command()
942 else if (ISSET(cmd->c_flags, SCF_RSP_BSY)) in imxesdhc_start_command()
1029 mask = ISSET(cmd->c_flags, SCF_CMD_READ) ? in imxesdhc_transfer_data()
1051 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in imxesdhc_transfer_data()
1067 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_transfer_data()