Searched refs:err_int (Results 1 – 5 of 5) sorted by relevance
156 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() local160 if ((err_int & ERR_INT_FIFO_UNDERRUN(pipe)) == 0) in ivb_check_fifo_underruns()
627 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler() local630 if (err_int & ERR_INT_POISON) in ivb_err_int_handler()634 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler()637 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()645 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
211 u64 err_int : 8; member262 u64 err_int : 8; member
597 u32 err_int; /* 0x301C */ member
766 err_printf(m, "ERR_INT: 0x%08x\n", gt->err_int); in err_print_gt_global()1857 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()