Searched +defs:mtk_eth +defs:y (Results 1 – 1 of 1) sorted by relevance
527 #define SYSCFG0_GE_MODE(x, y) (x << (12 + (y * 2))) argument1232 struct mtk_eth { struct1233 struct device *dev;1234 struct device *dma_dev;1235 void __iomem *base;1236 void *sram_base;1237 spinlock_t page_lock;1238 spinlock_t tx_irq_lock;1239 spinlock_t rx_irq_lock;1240 struct net_device *dummy_dev;[all …]