Home
last modified time | relevance | path

Searched refs:err_int (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c149 u32 err_int = intel_de_read(dev_priv, GEN7_ERR_INT); in ivb_check_fifo_underruns() local
153 if ((err_int & ERR_INT_FIFO_UNDERRUN(pipe)) == 0) in ivb_check_fifo_underruns()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h213 u64 err_int : 8; member
264 u64 err_int : 8; member
Drvu_debugfs.c1100 aura->err_int, aura->err_int_ena); in print_npa_aura_ctx()
1149 pool->err_int, pool->err_int_ena); in print_npa_pool_ctx()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_gpu_error.h151 u32 err_int; /* gen7 */ member
Di915_irq.c1902 u32 err_int = intel_uncore_read(&dev_priv->uncore, GEN7_ERR_INT); in ivb_err_int_handler() local
1905 if (err_int & ERR_INT_POISON) in ivb_err_int_handler()
1909 if (err_int & ERR_INT_FIFO_UNDERRUN(pipe)) in ivb_err_int_handler()
1912 if (err_int & ERR_INT_PIPE_CRC_DONE(pipe)) { in ivb_err_int_handler()
1920 intel_uncore_write(&dev_priv->uncore, GEN7_ERR_INT, err_int); in ivb_err_int_handler()
Di915_gpu_error.c763 err_printf(m, "ERR_INT: 0x%08x\n", gt->err_int); in err_print_gt_global()
1821 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
/Linux-v6.1/drivers/net/ethernet/agere/
Det131x.h597 u32 err_int; /* 0x301C */ member
/Linux-v6.1/drivers/usb/gadget/udc/
Ds3c2410_udc.c1805 goto err_int; in s3c2410_udc_probe()
1857 err_int: in s3c2410_udc_probe()