Searched refs:err_int (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | pl080.c | 59 VMSTATE_UINT8(err_int, PL080State), 84 bool errlevel = (s->err_int & s->err_mask); in pl080_update() 252 return (s->tc_int & s->tc_mask) | (s->err_int & s->err_mask); in pl080_read() 256 return (s->err_int & s->err_mask); in pl080_read() 260 return s->err_int; in pl080_read() 321 s->err_int &= ~value; in pl080_write() 362 s->err_int = 0; in pl080_reset()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_root_port.c | 97 goto err_int; in rp_realize() 129 err_int: in rp_realize()
|
/openbmc/qemu/include/hw/dma/ |
H A D | pl080.h | 55 uint8_t err_int; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fifo_underrun.c | 152 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 D | intel_display_irq.c | 620 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()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_struct.h | 213 u64 err_int : 8; member 264 u64 err_int : 8; member
|
H A D | rvu_debugfs.c | 1096 aura->err_int, aura->err_int_ena); in print_npa_aura_ctx() 1145 pool->err_int, pool->err_int_ena); in print_npa_pool_ctx()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 154 u32 err_int; /* gen7 */ member
|
H A D | i915_gpu_error.c | 767 err_printf(m, "ERR_INT: 0x%08x\n", gt->err_int); in err_print_gt_global() 1853 gt->err_int = intel_uncore_read(uncore, GEN7_ERR_INT); in gt_record_global_regs()
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.h | 597 u32 err_int; /* 0x301C */ member
|