Searched defs:rk_priv_data (Results 1 – 1 of 1) sorted by relevance
45 struct rk_priv_data { struct46 struct platform_device *pdev;47 int phy_iface;48 struct regulator *regulator;49 const struct rk_gmac_ops *ops;51 bool clk_enabled;52 bool clock_input;54 struct clk *clk_mac;55 struct clk *gmac_clkin;56 struct clk *mac_clk_rx;[all …]