Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_usb.c127 MT_WPDMA0_BASE_PTR_MASK, 0x80); in mt792xu_dma_prefetch()
132 MT_WPDMA0_BASE_PTR_MASK, 0xc0); in mt792xu_dma_prefetch()
137 MT_WPDMA0_BASE_PTR_MASK, 0x100); in mt792xu_dma_prefetch()
142 MT_WPDMA0_BASE_PTR_MASK, 0x140); in mt792xu_dma_prefetch()
147 MT_WPDMA0_BASE_PTR_MASK, 0x180); in mt792xu_dma_prefetch()
152 MT_WPDMA0_BASE_PTR_MASK, 0x280); in mt792xu_dma_prefetch()
157 MT_WPDMA0_BASE_PTR_MASK, 0x2c0); in mt792xu_dma_prefetch()
H A Dmt792x_regs.h341 #define MT_WPDMA0_BASE_PTR_MASK GENMASK(31, 16) macro