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