Searched defs:mtk_phy (Results 1 – 1 of 1) sorted by relevance
398 struct mtk_phy { struct399 spinlock_t lock;401 struct phy_device *phy[8];402 struct device_node *phy_node[8];403 const __be32 *phy_fixed[8];404 int duplex[8];405 int speed[8];406 int tx_fc[8];407 int rx_fc[8];408 int (*connect)(struct mtk_mac *mac);[all …]