Searched refs:wdma_phy (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.h41 phys_addr_t wdma_phy; member in struct:mtk_wed_hw
183 void __iomem *wdma, phys_addr_t wdma_phy,
193 void __iomem *wdma, phys_addr_t wdma_phy,
192 mtk_wed_add_hw(struct device_node *np, struct mtk_eth *eth, void __iomem *wdma, phys_addr_t wdma_phy, int index) argument
H A Dmtk_wed.c1285 wed_w32(dev, MTK_WED_WDMA_CFG_BASE, dev->hw->wdma_phy);
2758 void __iomem *wdma, phys_addr_t wdma_phy,
2819 hw->wdma_phy = wdma_phy;
2757 mtk_wed_add_hw(struct device_node *np, struct mtk_eth *eth, void __iomem *wdma, phys_addr_t wdma_phy, int index) argument
H A Dmtk_eth_soc.c4853 phys_addr_t wdma_phy; local
4865 wdma_phy = res ? res->start + wdma_base : 0;
4867 wdma_phy, i);

Completed in 120 milliseconds