Searched defs:fec_enet_private (Results 1 – 1 of 1) sorted by relevance
513 struct fec_enet_private { struct515 void __iomem *hwp;517 struct net_device *netdev;519 struct clk *clk_ipg;520 struct clk *clk_ahb;521 struct clk *clk_ref;522 struct clk *clk_enet_out;523 struct clk *clk_ptp;525 bool ptp_clk_on;526 struct mutex ptp_clk_mutex;[all …]