Searched defs:fec_enet_private (Results 1 – 1 of 1) sorted by relevance
471 struct fec_enet_private { struct473 void __iomem *hwp;475 struct net_device *netdev;477 struct clk *clk_ipg;478 struct clk *clk_ahb;479 struct clk *clk_ref;480 struct clk *clk_enet_out;481 struct clk *clk_ptp;483 bool ptp_clk_on;484 struct mutex ptp_clk_mutex;[all …]