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