Searched defs:fec_enet_private (Results 1 – 1 of 1) sorted by relevance
499 struct fec_enet_private { struct501 void __iomem *hwp;503 struct net_device *netdev;505 struct clk *clk_ipg;506 struct clk *clk_ahb;507 struct clk *clk_ref;508 struct clk *clk_enet_out;509 struct clk *clk_ptp;511 bool ptp_clk_on;512 struct mutex ptp_clk_mutex;[all …]