Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c907 u32 aeu_inv_arr[NUM_ATTN_REGS], aeu_mask, aeu_en, en; in ecore_int_deassertion() local
1046 aeu_mask = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_int_deassertion()
1048 aeu_mask |= (deasserted_bits & ATTN_BITS_MASKABLE); in ecore_int_deassertion()
1049 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, aeu_mask); in ecore_int_deassertion()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c15456 u32 offset, aeu_mask, swap_val, swap_override, sync_offset; in elink_init_mod_abs_int() local
15509 aeu_mask = REG_RD(cb, offset); in elink_init_mod_abs_int()
15510 aeu_mask |= vars->aeu_int_mask; in elink_init_mod_abs_int()
15511 REG_WR(cb, offset, aeu_mask); in elink_init_mod_abs_int()