Lines Matching defs:rk_priv_data
45 struct rk_priv_data { struct
46 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;
57 struct clk *mac_clk_tx;
58 struct clk *clk_mac_ref;
59 struct clk *clk_mac_refout;
60 struct clk *aclk_mac;
61 struct clk *pclk_mac;
63 int tx_delay;
64 int rx_delay;
66 struct regmap *grf;