Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/
Despi.c121 writel(pl_intr | F_PL_INTR_ESPI, espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_enable()
128 writel(F_PL_INTR_ESPI, espi->adapter->regs + A_PL_CAUSE); in t1_espi_intr_clear()
136 writel(pl_intr & ~F_PL_INTR_ESPI, espi->adapter->regs + A_PL_ENABLE); in t1_espi_intr_disable()
Dsubr.c767 adapter->slow_intr_mask |= F_PL_INTR_ESPI; in t1_interrupts_enable()
862 if (cause & F_PL_INTR_ESPI) in asic_slow_intr()
Dregs.h1771 #define F_PL_INTR_ESPI V_PL_INTR_ESPI(1U) macro