Searched refs:F_PL_INTR_ESPI (Results 1 – 3 of 3) sorted by relevance
140 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr | F_PL_INTR_ESPI); in t1_espi_intr_enable()147 t1_write_reg_4(espi->adapter, A_PL_CAUSE, F_PL_INTR_ESPI); in t1_espi_intr_clear()155 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr & ~F_PL_INTR_ESPI); in t1_espi_intr_disable()
998 adapter->slow_intr_mask |= F_PL_INTR_ESPI; in t1_interrupts_enable()1125 if (cause & F_PL_INTR_ESPI) in asic_slow_intr()
1765 #define F_PL_INTR_ESPI V_PL_INTR_ESPI(1U) macro