Searched refs:error_mask (Results 1 – 4 of 4) sorted by relevance
942 detect_wrapping_errors(int error_mask) in detect_wrapping_errors() argument947 if (error_mask & TUKLIB_WRAP_WARN_OVERLONG) in detect_wrapping_errors()951 if (error_mask & ~TUKLIB_WRAP_WARN_OVERLONG) in detect_wrapping_errors()953 "(error code %d)"), error_mask); in detect_wrapping_errors()
165 unsigned int error_mask; /* R1 errors check mask */ member1158 mmcspi_cmd->error_mask = MMCSPI_R1_ERR_MASK; in mmcspi_set_up_command()1160 mmcspi_cmd->error_mask &= ~MMCSPI_R1_CRC_ERR; in mmcspi_set_up_command()1244 if (rspbuf[0] & cmd->error_mask & MMCSPI_R1_CRC_ERR) in mmcspi_send_cmd()1246 else if (rspbuf[0] & cmd->error_mask) in mmcspi_send_cmd()1451 if (stop_response & stop.error_mask & MMCSPI_R1_CRC_ERR) { in mmcspi_send_stop()1456 if (stop_response & stop.error_mask) { in mmcspi_send_stop()1909 r1_status = rspbuf[0] & cmd.error_mask; in mmcspi_get_ocr()1955 r1_status = rspbuf[0] & cmd.error_mask; in mmcspi_set_crc_on_off()
55 state->error_mask |= MAIL_ERROR_PROTOCOL;
124 uint32_t error_mask; member