Searched refs:NPU_IRQ_RX_MASK (Results 1 – 1 of 1) sorted by relevance
53 #define NPU_IRQ_RX_MASK(_n) ((_n) == 1 ? BIT(17) : BIT(16))594 regmap_set_bits(npu->regmap, REG_IRQ_RXDONE(q), NPU_IRQ_RX_MASK(q)); in airoha_npu_wlan_irq_enable() 599 regmap_clear_bits(npu->regmap, REG_IRQ_RXDONE(q), NPU_IRQ_RX_MASK(q)); in airoha_npu_wlan_irq_disable() 52 #define NPU_IRQ_RX_MASK( global() macro