Home
last modified time | relevance | path

Searched refs:err_int (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c148 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() local
152 if ((err_int & ERR_INT_FIFO_UNDERRUN(pipe)) == 0) in ivb_check_fifo_underruns()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c152 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() local
156 if ((err_int & ERR_INT_FIFO_UNDERRUN(pipe)) == 0) in ivb_check_fifo_underruns()
H A Dintel_display_irq.c620 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler() local
623 if (err_int & ERR_INT_POISON) in ivb_err_int_handler()
627 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler()
630 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()
638 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h223 u64 err_int : 8; member
229 u64 err_int : 8; member
331 u64 err_int : 8; member
335 u64 err_int : 8; member
H A Drvu_debugfs.c506 seq_printf(m, "W5: err_int \t\t%d\nW5: err_int_ena\t\t%d\n", in print_npa_aura_ctx()
507 aura->err_int, aura->err_int_ena); in print_npa_aura_ctx()
550 seq_printf(m, "W8: err_int\t\t%d\nW8: err_int_ena\t\t%d\n", in print_npa_pool_ctx()
551 pool->err_int, pool->err_int_ena); in print_npa_pool_ctx()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gpu_error.h132 u32 err_int; /* gen7 */ member
H A Di915_irq.c1768 u32 err_int = I915_READ(GEN7_ERR_INT); in ivb_err_int_handler() local
1771 if (err_int & ERR_INT_POISON) in ivb_err_int_handler()
1775 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler()
1778 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()
1786 I915_WRITE(GEN7_ERR_INT, err_int); in ivb_err_int_handler()
H A Di915_gpu_error.c719 err_printf(m, "ERR_INT: 0x%08x\n", gt->err_int); in err_print_gt()
1560 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_regs()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h213 u64 err_int : 8; member
264 u64 err_int : 8; member
H A Drvu_debugfs.c1097 seq_printf(m, "W5: err_int \t\t%d\nW5: err_int_ena\t\t%d\n", in print_npa_aura_ctx()
1098 aura->err_int, aura->err_int_ena); in print_npa_aura_ctx()
1146 seq_printf(m, "W8: err_int\t\t%d\nW8: err_int_ena\t\t%d\n", in print_npa_pool_ctx()
1147 pool->err_int, pool->err_int_ena); in print_npa_pool_ctx()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gpu_error.h154 u32 err_int; /* gen7 */ member
H A Di915_gpu_error.c767 err_printf(m, "ERR_INT: 0x%08x\n", gt->err_int); in err_print_gt_global()
1841 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H A Det131x.h597 u32 err_int; /* 0x301C */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H A Det131x.h597 u32 err_int; /* 0x301C */ member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c1808 goto err_int; in s3c2410_udc_probe()
1868 err_int: in s3c2410_udc_probe()

Completed in 33 milliseconds