Searched refs:F_PL_INTR_ESPI (Results 1 – 3 of 3) sorted by relevance
121 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()
767 adapter->slow_intr_mask |= F_PL_INTR_ESPI; in t1_interrupts_enable()862 if (cause & F_PL_INTR_ESPI) in asic_slow_intr()
1771 #define F_PL_INTR_ESPI V_PL_INTR_ESPI(1U) macro