Searched refs:ERR_INT_PIPE_CRC_DONE (Results 1 – 2 of 2) sorted by relevance
640 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()
385 #define ERR_INT_PIPE_CRC_DONE(pipe) (1 << (2 + (pipe) * 3)) macro