Searched refs:hif1_ofs (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | dma.c | 88 u32 hif1_ofs = 0; in mt7996_dma_disable() local 91 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_disable() 103 mt76_clear(dev, MT_WFDMA0_RST + hif1_ofs, in mt7996_dma_disable() 107 mt76_set(dev, MT_WFDMA0_RST + hif1_ofs, in mt7996_dma_disable() 122 mt76_clear(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7996_dma_disable() 133 u32 hif1_ofs = 0; in mt7996_dma_start() local 137 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_start() 148 mt76_set(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7996_dma_start() 178 u32 hif1_ofs = 0; in mt7996_dma_enable() local 181 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_dma_enable() [all …]
|
H A D | init.c | 336 u32 mac_ofs, hif1_ofs = 0; in mt7996_register_phy() local 350 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7996_register_phy() 387 MT_TXQ_RING_BASE(band) + hif1_ofs, 0); in mt7996_register_phy()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | dma.c | 173 u32 hif1_ofs = 0; in mt7915_dma_disable() local 176 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7915_dma_disable() 199 mt76_clear(dev, MT_WFDMA0_RST + hif1_ofs, in mt7915_dma_disable() 203 mt76_set(dev, MT_WFDMA0_RST + hif1_ofs, in mt7915_dma_disable() 208 mt76_clear(dev, MT_WFDMA1_RST + hif1_ofs, in mt7915_dma_disable() 212 mt76_set(dev, MT_WFDMA1_RST + hif1_ofs, in mt7915_dma_disable() 236 mt76_clear(dev, MT_WFDMA0_GLO_CFG + hif1_ofs, in mt7915_dma_disable() 244 mt76_clear(dev, MT_WFDMA1_GLO_CFG + hif1_ofs, in mt7915_dma_disable() 256 u32 hif1_ofs = 0; in mt7915_dma_start() local 260 hif1_ofs = MT_WFDMA0_PCIE1(0) - MT_WFDMA0(0); in mt7915_dma_start() [all …]
|