Searched refs:ASP_INTR2_TX_DESC (Results 1 – 2 of 2) sorted by relevance
53 _intr2_mask_clear(priv, ASP_INTR2_TX_DESC(intf->channel)); in bcmasp_enable_tx_irq()55 _intr2_mask_set(priv, ASP_INTR2_TX_DESC(intf->channel)); in bcmasp_enable_tx_irq()90 if (status & ASP_INTR2_TX_DESC(intf->channel)) { in bcmasp_intr2_handling()
19 #define ASP_INTR2_TX_DESC(intr) BIT((intr) + 14) macro