Searched refs:ENETC_PSIMR_BIT (Results 1 – 2 of 2) sorted by relevance
55 if (!(ENETC_PSIMR_BIT(i) & mr_status)) in enetc_msg_task()61 enetc_wr(hw, ENETC_PSIIDR, ENETC_PSIMR_BIT(i)); in enetc_msg_task()64 psimsgrr |= ENETC_PSIMR_BIT(i); /* w1c */ in enetc_msg_task()
72 #define ENETC_PSIMR_BIT(n) BIT((n) + 1) macro