Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/enetc/ !
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()
Denetc_hw.h89 #define ENETC_PSIIER_MR_MASK GENMASK(2, 1) macro