Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dmc4.c221 pl_intr | F_PL_INTR_MC4); in t1_mc4_intr_enable()
234 pl_intr & ~F_PL_INTR_MC4); in t1_mc4_intr_disable()
242 t1_write_reg_4(mc4->adapter, A_PL_CAUSE, F_PL_INTR_MC4); in t1_mc4_intr_clear()
H A Dch_subr.c983 adapter->slow_intr_mask |= F_PL_INTR_MC3 | F_PL_INTR_MC4 | in t1_interrupts_enable()
1118 if (cause & F_PL_INTR_MC4) in asic_slow_intr()
H A Dregs.h1745 #define F_PL_INTR_MC4 V_PL_INTR_MC4(1U) macro