Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.c43 _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()
Dbcmasp.h22 #define ASP_INTR2_PHY_EVENT(intr) ((intr) ? BIT(30) | BIT(31) : \ macro