Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_msg.c10 enetc_wr(hw, ENETC_PSIIER, psiier & ~ENETC_PSIIER_MR_MASK); in enetc_msg_disable_mr_int()
17 enetc_wr(hw, ENETC_PSIIER, psiier | ENETC_PSIIER_MR_MASK); in enetc_msg_enable_mr_int()
42 enetc_wr(hw, ENETC_PSIIDR, ENETC_PSIIER_MR_MASK); in enetc_msg_task()
H A Denetc_hw.h93 #define ENETC_PSIIER_MR_MASK GENMASK(2, 1) macro