Searched refs:ASP_INTR2_PHY_EVENT (Results 1 – 2 of 2) sorted by relevance
43 _intr2_mask_clear(priv, ASP_INTR2_PHY_EVENT(intf->channel)); in bcmasp_enable_phy_irq()45 _intr2_mask_set(priv, ASP_INTR2_PHY_EVENT(intf->channel)); in bcmasp_enable_phy_irq()97 if (status & ASP_INTR2_PHY_EVENT(intf->channel)) in bcmasp_intr2_handling()
22 #define ASP_INTR2_PHY_EVENT(intr) ((intr) ? BIT(30) | BIT(31) : \ macro