Lines Matching defs:rk_priv_data
60 struct rk_priv_data { struct
61 struct platform_device *pdev;
62 phy_interface_t phy_iface;
63 int id;
64 struct regulator *regulator;
65 bool suspended;
66 const struct rk_gmac_ops *ops;
68 bool clk_enabled;
69 bool clock_input;
70 bool integrated_phy;
72 struct clk_bulk_data *clks;
73 int num_clks;
74 struct clk *clk_mac;
75 struct clk *clk_phy;
77 struct reset_control *phy_reset;
79 int tx_delay;
80 int rx_delay;
104 static void px30_set_to_rmii(struct rk_priv_data *bsp_priv) in px30_set_to_rmii() argument