Home
last modified time | relevance | path

Searched refs:hif1_ofs (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/
Ddma.c176 u32 hif1_ofs = 0; in mt7996_dma_disable() local
179 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_disable()
191 mt76_clear(dev, MT_WFDMA0_RST + hif1_ofs, in mt7996_dma_disable()
195 mt76_set(dev, MT_WFDMA0_RST + hif1_ofs, in mt7996_dma_disable()
210 mt76_clear(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7996_dma_disable()
222 u32 hif1_ofs = 0; in mt7996_dma_start() local
226 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_start()
244 mt76_set(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7996_dma_start()
280 u32 hif1_ofs = 0; in mt7996_dma_enable() local
283 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_enable()
[all …]
Dmmio.c308 u32 hif1_ofs = 0; in mt7996_mmio_wed_init() local
315 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_mmio_wed_init()
333 wed->wlan.wpdma_tx = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
337 wed->wlan.wpdma_txfree = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
342 wed->wlan.wpdma_txfree = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
348 wed->wlan.wpdma_rx_glo = wed->wlan.phy_base + hif1_ofs + MT_WFDMA0_GLO_CFG; in mt7996_mmio_wed_init()
349 wed->wlan.wpdma_rx = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
371 wed->wlan.wpdma_rx_rro[1] = wed->wlan.phy_base + hif1_ofs + in mt7996_mmio_wed_init()
Dinit.c564 u32 mac_ofs, hif1_ofs = 0; in mt7996_register_phy() local
575 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_register_phy()
614 MT_TXQ_RING_BASE(band) + hif1_ofs, in mt7996_register_phy()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddma.c175 u32 hif1_ofs = 0; in mt7915_dma_disable() local
178 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7915_dma_disable()
201 mt76_clear(dev, MT_WFDMA0_RST + hif1_ofs, in mt7915_dma_disable()
205 mt76_set(dev, MT_WFDMA0_RST + hif1_ofs, in mt7915_dma_disable()
210 mt76_clear(dev, MT_WFDMA1_RST + hif1_ofs, in mt7915_dma_disable()
214 mt76_set(dev, MT_WFDMA1_RST + hif1_ofs, in mt7915_dma_disable()
238 mt76_clear(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7915_dma_disable()
246 mt76_clear(dev, MT_WFDMA1_GLO_CFG + hif1_ofs, in mt7915_dma_disable()
258 u32 hif1_ofs = 0; in mt7915_dma_start() local
262 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7915_dma_start()
[all …]