Home
last modified time | relevance | path

Searched refs:serr_int (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/pci/hotplug/
Dshpchp_hpc.c558 u32 slot_reg, serr_int; in hpc_release_ctlr() local
578 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
579 serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in hpc_release_ctlr()
581 serr_int &= ~SERR_INTR_RSVDZ_MASK; in hpc_release_ctlr()
582 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
770 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local
785 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
786 serr_int |= GLOBAL_INTR_MASK; in shpc_isr()
787 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
788 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c236 u32 serr_int = intel_de_read(dev_priv, SERR_INT); in cpt_check_pch_fifo_underruns() local
240 if ((serr_int & SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) == 0) in cpt_check_pch_fifo_underruns()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_irq.c1925 u32 serr_int = intel_uncore_read(&dev_priv->uncore, SERR_INT); in cpt_serr_int_handler() local
1928 if (serr_int & SERR_INT_POISON) in cpt_serr_int_handler()
1932 if (serr_int & SERR_INT_TRANS_FIFO_UNDERRUN(pipe)) in cpt_serr_int_handler()
1935 intel_uncore_write(&dev_priv->uncore, SERR_INT, serr_int); in cpt_serr_int_handler()