Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c50 _intr2_mask_clear(priv, ASP_INTR2_RX_ECH(intf->channel)); in bcmasp_enable_rx_irq()
52 _intr2_mask_set(priv, ASP_INTR2_RX_ECH(intf->channel)); in bcmasp_enable_rx_irq()
69 if (status & ASP_INTR2_RX_ECH(intf->channel)) { in bcmasp_intr2_handling()
H A Dbcmasp.h18 #define ASP_INTR2_RX_ECH(intr) BIT(intr) macro