Searched refs:err_int (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_irq.c | 759 u32 err_int = intel_de_read(display, GEN7_ERR_INT); in ivb_err_int_handler() 762 if (err_int & ERR_INT_POISON) in ivb_err_int_handler() 765 if (err_int & ERR_INT_INVALID_GTT_PTE) in ivb_err_int_handler() 768 if (err_int & ERR_INT_INVALID_PTE_DATA) in ivb_err_int_handler() 774 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler() 777 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler() 784 fault_errors = err_int & ivb_err_int_pipe_fault_mask(pipe); in ivb_err_int_handler() 790 intel_de_write(display, GEN7_ERR_INT, err_int); in ivb_err_int_handler() 2639 u32 err_int; 2655 snapshot->err_int 758 u32 err_int = intel_de_read(display, GEN7_ERR_INT); ivb_err_int_handler() local 2479 u32 err_int; global() member [all...] |
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | debugfs.c | 576 seq_printf(m, "W5: err_int \t\t%d\nW5: err_int_ena\t\t%d\n", 577 aura->err_int, aura->err_int_ena); 619 seq_printf(m, "W8: err_int\t\t%d\nW8: err_int_ena\t\t%d\n", 620 pool->err_int, pool->err_int_ena);
|
| /linux/drivers/net/ethernet/agere/ |
| H A D | et131x.h | 597 u32 err_int; /* 0x301C */ member
|