stmmac.h (ec33d71de7309c50531c2ae0eb178244899e6e46) stmmac.h (9f93ac8d4085f718d3c7c5fedcb98dbdd2287648)
1/*******************************************************************************
2
3 Header file for stmmac platform data
4
5 Copyright (C) 2009 STMicroelectronics Ltd
6
7 This program is free software; you can redistribute it and/or modify it
8 under the terms and conditions of the GNU General Public License,

--- 172 unchanged lines hidden (view full) ---

181 void *bsp_priv;
182 struct clk *stmmac_clk;
183 struct clk *pclk;
184 struct clk *clk_ptp_ref;
185 unsigned int clk_ptp_rate;
186 struct reset_control *stmmac_rst;
187 struct stmmac_axi *axi;
188 int has_gmac4;
1/*******************************************************************************
2
3 Header file for stmmac platform data
4
5 Copyright (C) 2009 STMicroelectronics Ltd
6
7 This program is free software; you can redistribute it and/or modify it
8 under the terms and conditions of the GNU General Public License,

--- 172 unchanged lines hidden (view full) ---

181 void *bsp_priv;
182 struct clk *stmmac_clk;
183 struct clk *pclk;
184 struct clk *clk_ptp_ref;
185 unsigned int clk_ptp_rate;
186 struct reset_control *stmmac_rst;
187 struct stmmac_axi *axi;
188 int has_gmac4;
189 bool has_sun8i;
189 bool tso_en;
190 int mac_port_sel_speed;
191 bool en_tx_lpi_clockgating;
192};
193#endif
190 bool tso_en;
191 int mac_port_sel_speed;
192 bool en_tx_lpi_clockgating;
193};
194#endif