Lines Matching +full:13 +full:- +full:bit
1 /* SPDX-License-Identifier: ISC */
12 #define MT_DMA_CTL_SD_LEN1 GENMASK(13, 0)
13 #define MT_DMA_CTL_LAST_SEC1 BIT(14)
14 #define MT_DMA_CTL_BURST BIT(15)
16 #define MT_DMA_CTL_LAST_SEC0 BIT(30)
17 #define MT_DMA_CTL_DMA_DONE BIT(31)
18 #define MT_DMA_CTL_TO_HOST BIT(8)
19 #define MT_DMA_CTL_TO_HOST_A BIT(12)
20 #define MT_DMA_CTL_DROP BIT(14)
24 #define MT_DMA_CTL_WO_DROP BIT(8)
28 #define MT_DMA_INFO_DMA_FRAG BIT(9)
29 #define MT_DMA_INFO_PPE_VLD BIT(31)
31 #define MT_DMA_CTL_PN_CHK_FAIL BIT(13)
32 #define MT_DMA_CTL_VER_MASK BIT(7)
34 #define MT_DMA_RRO_EN BIT(13)
91 dev->queue_ops->reset_q(dev, q); in mt76_dma_reset_tx_queue()
92 if (mtk_wed_device_active(&dev->mmio.wed)) in mt76_dma_reset_tx_queue()