Home
last modified time | relevance | path

Searched refs:IGU_REG_ATTENTION_ENABLE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c893 IGU_REG_ATTENTION_ENABLE); in ecore_int_assertion()
897 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, igu_mask); in ecore_int_assertion()
1195 IGU_REG_ATTENTION_ENABLE); in ecore_int_deassertion()
1197 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, aeu_mask); in ecore_int_deassertion()
1972 ecore_wr(p_hwfn, p_ptt, IGU_REG_ATTENTION_ENABLE, 0); in ecore_int_igu_enable_attn()
1975 ecore_wr(p_hwfn, p_ptt, IGU_REG_ATTENTION_ENABLE, 0xfff); in ecore_int_igu_enable_attn()
H A Dreg_addr.h319 #define IGU_REG_ATTENTION_ENABLE \ macro