Lines Matching defs:rk_priv_data
39 struct rk_priv_data { struct
40 struct platform_device *pdev;
41 phy_interface_t phy_iface;
42 int id;
43 struct regulator *regulator;
44 bool suspended;
45 const struct rk_gmac_ops *ops;
47 bool clk_enabled;
48 bool clock_input;
49 bool integrated_phy;
51 struct clk *clk_mac;
52 struct clk *gmac_clkin;
53 struct clk *mac_clk_rx;
54 struct clk *mac_clk_tx;
55 struct clk *clk_mac_ref;
56 struct clk *clk_mac_refout;
57 struct clk *clk_mac_speed;
58 struct clk *aclk_mac;
59 struct clk *pclk_mac;
60 struct clk *clk_phy;
62 struct reset_control *phy_reset;
64 int tx_delay;
88 static void px30_set_to_rmii(struct rk_priv_data *bsp_priv) in px30_set_to_rmii() argument