Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c138 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr | F_PL_INTR_ESPI); in t1_espi_intr_enable()
145 t1_write_reg_4(espi->adapter, A_PL_CAUSE, F_PL_INTR_ESPI); in t1_espi_intr_clear()
153 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr & ~F_PL_INTR_ESPI); in t1_espi_intr_disable()
H A Dch_subr.c996 adapter->slow_intr_mask |= F_PL_INTR_ESPI; in t1_interrupts_enable()
1123 if (cause & F_PL_INTR_ESPI) in asic_slow_intr()
H A Dregs.h1763 #define F_PL_INTR_ESPI V_PL_INTR_ESPI(1U) macro