blob: 4a085da571882946592def60f9a8ddaae1cd77a9 [file] [log] [blame]
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001/* SuperH Ethernet device driver
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002 *
Hisashi Nakamura966d6db2014-11-13 15:54:05 +09003 * Copyright (C) 2014 Renesas Electronics Corporation
Nobuhiro Iwamatsuf0e81fe2012-03-25 18:59:51 +00004 * Copyright (C) 2006-2012 Nobuhiro Iwamatsu
Sergei Shtylyovb356e972014-02-18 03:12:43 +03005 * Copyright (C) 2008-2014 Renesas Solutions Corp.
6 * Copyright (C) 2013-2014 Cogent Embedded, Inc.
Ben Dooks702eca02014-03-12 17:47:40 +00007 * Copyright (C) 2014 Codethink Limited
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07008 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms and conditions of the GNU General Public License,
11 * version 2, as published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * more details.
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -070017 *
18 * The full GNU General Public License is included in this distribution in
19 * the file called "COPYING".
20 */
21
Yoshihiro Shimoda06540112011-09-29 17:16:57 +000022#include <linux/module.h>
23#include <linux/kernel.h>
24#include <linux/spinlock.h>
David S. Miller823dcd22011-08-20 10:39:12 -070025#include <linux/interrupt.h>
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -070026#include <linux/dma-mapping.h>
27#include <linux/etherdevice.h>
28#include <linux/delay.h>
29#include <linux/platform_device.h>
30#include <linux/mdio-bitbang.h>
31#include <linux/netdevice.h>
Sergei Shtylyovb356e972014-02-18 03:12:43 +030032#include <linux/of.h>
33#include <linux/of_device.h>
34#include <linux/of_irq.h>
35#include <linux/of_net.h>
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -070036#include <linux/phy.h>
37#include <linux/cache.h>
38#include <linux/io.h>
Magnus Dammbcd51492009-10-09 00:20:04 +000039#include <linux/pm_runtime.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090040#include <linux/slab.h>
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +000041#include <linux/ethtool.h>
Yoshihiro Shimodafdb37a72012-02-06 23:55:15 +000042#include <linux/if_vlan.h>
Nobuhiro Iwamatsuf0e81fe2012-03-25 18:59:51 +000043#include <linux/clk.h>
Yoshihiro Shimodad4fa0e32011-09-27 21:49:12 +000044#include <linux/sh_eth.h>
Ben Dooks702eca02014-03-12 17:47:40 +000045#include <linux/of_mdio.h>
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -070046
47#include "sh_eth.h"
48
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +000049#define SH_ETH_DEF_MSG_ENABLE \
50 (NETIF_MSG_LINK | \
51 NETIF_MSG_TIMER | \
52 NETIF_MSG_RX_ERR| \
53 NETIF_MSG_TX_ERR)
54
Sergei Shtylyovc0013f62013-03-28 11:48:26 +000055static const u16 sh_eth_offset_gigabit[SH_ETH_MAX_REGISTER_OFFSET] = {
56 [EDSR] = 0x0000,
57 [EDMR] = 0x0400,
58 [EDTRR] = 0x0408,
59 [EDRRR] = 0x0410,
60 [EESR] = 0x0428,
61 [EESIPR] = 0x0430,
62 [TDLAR] = 0x0010,
63 [TDFAR] = 0x0014,
64 [TDFXR] = 0x0018,
65 [TDFFR] = 0x001c,
66 [RDLAR] = 0x0030,
67 [RDFAR] = 0x0034,
68 [RDFXR] = 0x0038,
69 [RDFFR] = 0x003c,
70 [TRSCER] = 0x0438,
71 [RMFCR] = 0x0440,
72 [TFTR] = 0x0448,
73 [FDR] = 0x0450,
74 [RMCR] = 0x0458,
75 [RPADIR] = 0x0460,
76 [FCFTR] = 0x0468,
77 [CSMR] = 0x04E4,
78
79 [ECMR] = 0x0500,
80 [ECSR] = 0x0510,
81 [ECSIPR] = 0x0518,
82 [PIR] = 0x0520,
83 [PSR] = 0x0528,
84 [PIPR] = 0x052c,
85 [RFLR] = 0x0508,
86 [APR] = 0x0554,
87 [MPR] = 0x0558,
88 [PFTCR] = 0x055c,
89 [PFRCR] = 0x0560,
90 [TPAUSER] = 0x0564,
91 [GECMR] = 0x05b0,
92 [BCULR] = 0x05b4,
93 [MAHR] = 0x05c0,
94 [MALR] = 0x05c8,
95 [TROCR] = 0x0700,
96 [CDCR] = 0x0708,
97 [LCCR] = 0x0710,
98 [CEFCR] = 0x0740,
99 [FRECR] = 0x0748,
100 [TSFRCR] = 0x0750,
101 [TLFRCR] = 0x0758,
102 [RFCR] = 0x0760,
103 [CERCR] = 0x0768,
104 [CEECR] = 0x0770,
105 [MAFCR] = 0x0778,
106 [RMII_MII] = 0x0790,
107
108 [ARSTR] = 0x0000,
109 [TSU_CTRST] = 0x0004,
110 [TSU_FWEN0] = 0x0010,
111 [TSU_FWEN1] = 0x0014,
112 [TSU_FCM] = 0x0018,
113 [TSU_BSYSL0] = 0x0020,
114 [TSU_BSYSL1] = 0x0024,
115 [TSU_PRISL0] = 0x0028,
116 [TSU_PRISL1] = 0x002c,
117 [TSU_FWSL0] = 0x0030,
118 [TSU_FWSL1] = 0x0034,
119 [TSU_FWSLC] = 0x0038,
120 [TSU_QTAG0] = 0x0040,
121 [TSU_QTAG1] = 0x0044,
122 [TSU_FWSR] = 0x0050,
123 [TSU_FWINMK] = 0x0054,
124 [TSU_ADQT0] = 0x0048,
125 [TSU_ADQT1] = 0x004c,
126 [TSU_VTAG0] = 0x0058,
127 [TSU_VTAG1] = 0x005c,
128 [TSU_ADSBSY] = 0x0060,
129 [TSU_TEN] = 0x0064,
130 [TSU_POST1] = 0x0070,
131 [TSU_POST2] = 0x0074,
132 [TSU_POST3] = 0x0078,
133 [TSU_POST4] = 0x007c,
134 [TSU_ADRH0] = 0x0100,
135 [TSU_ADRL0] = 0x0104,
136 [TSU_ADRH31] = 0x01f8,
137 [TSU_ADRL31] = 0x01fc,
138
139 [TXNLCR0] = 0x0080,
140 [TXALCR0] = 0x0084,
141 [RXNLCR0] = 0x0088,
142 [RXALCR0] = 0x008c,
143 [FWNLCR0] = 0x0090,
144 [FWALCR0] = 0x0094,
145 [TXNLCR1] = 0x00a0,
146 [TXALCR1] = 0x00a0,
147 [RXNLCR1] = 0x00a8,
148 [RXALCR1] = 0x00ac,
149 [FWNLCR1] = 0x00b0,
150 [FWALCR1] = 0x00b4,
151};
152
Simon Hormandb893472014-01-17 09:22:28 +0900153static const u16 sh_eth_offset_fast_rz[SH_ETH_MAX_REGISTER_OFFSET] = {
154 [EDSR] = 0x0000,
155 [EDMR] = 0x0400,
156 [EDTRR] = 0x0408,
157 [EDRRR] = 0x0410,
158 [EESR] = 0x0428,
159 [EESIPR] = 0x0430,
160 [TDLAR] = 0x0010,
161 [TDFAR] = 0x0014,
162 [TDFXR] = 0x0018,
163 [TDFFR] = 0x001c,
164 [RDLAR] = 0x0030,
165 [RDFAR] = 0x0034,
166 [RDFXR] = 0x0038,
167 [RDFFR] = 0x003c,
168 [TRSCER] = 0x0438,
169 [RMFCR] = 0x0440,
170 [TFTR] = 0x0448,
171 [FDR] = 0x0450,
172 [RMCR] = 0x0458,
173 [RPADIR] = 0x0460,
174 [FCFTR] = 0x0468,
175 [CSMR] = 0x04E4,
176
177 [ECMR] = 0x0500,
178 [RFLR] = 0x0508,
179 [ECSR] = 0x0510,
180 [ECSIPR] = 0x0518,
181 [PIR] = 0x0520,
182 [APR] = 0x0554,
183 [MPR] = 0x0558,
184 [PFTCR] = 0x055c,
185 [PFRCR] = 0x0560,
186 [TPAUSER] = 0x0564,
187 [MAHR] = 0x05c0,
188 [MALR] = 0x05c8,
189 [CEFCR] = 0x0740,
190 [FRECR] = 0x0748,
191 [TSFRCR] = 0x0750,
192 [TLFRCR] = 0x0758,
193 [RFCR] = 0x0760,
194 [MAFCR] = 0x0778,
195
196 [ARSTR] = 0x0000,
197 [TSU_CTRST] = 0x0004,
198 [TSU_VTAG0] = 0x0058,
199 [TSU_ADSBSY] = 0x0060,
200 [TSU_TEN] = 0x0064,
201 [TSU_ADRH0] = 0x0100,
202 [TSU_ADRL0] = 0x0104,
203 [TSU_ADRH31] = 0x01f8,
204 [TSU_ADRL31] = 0x01fc,
205
206 [TXNLCR0] = 0x0080,
207 [TXALCR0] = 0x0084,
208 [RXNLCR0] = 0x0088,
209 [RXALCR0] = 0x008C,
210};
211
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000212static const u16 sh_eth_offset_fast_rcar[SH_ETH_MAX_REGISTER_OFFSET] = {
213 [ECMR] = 0x0300,
214 [RFLR] = 0x0308,
215 [ECSR] = 0x0310,
216 [ECSIPR] = 0x0318,
217 [PIR] = 0x0320,
218 [PSR] = 0x0328,
219 [RDMLR] = 0x0340,
220 [IPGR] = 0x0350,
221 [APR] = 0x0354,
222 [MPR] = 0x0358,
223 [RFCF] = 0x0360,
224 [TPAUSER] = 0x0364,
225 [TPAUSECR] = 0x0368,
226 [MAHR] = 0x03c0,
227 [MALR] = 0x03c8,
228 [TROCR] = 0x03d0,
229 [CDCR] = 0x03d4,
230 [LCCR] = 0x03d8,
231 [CNDCR] = 0x03dc,
232 [CEFCR] = 0x03e4,
233 [FRECR] = 0x03e8,
234 [TSFRCR] = 0x03ec,
235 [TLFRCR] = 0x03f0,
236 [RFCR] = 0x03f4,
237 [MAFCR] = 0x03f8,
238
239 [EDMR] = 0x0200,
240 [EDTRR] = 0x0208,
241 [EDRRR] = 0x0210,
242 [TDLAR] = 0x0218,
243 [RDLAR] = 0x0220,
244 [EESR] = 0x0228,
245 [EESIPR] = 0x0230,
246 [TRSCER] = 0x0238,
247 [RMFCR] = 0x0240,
248 [TFTR] = 0x0248,
249 [FDR] = 0x0250,
250 [RMCR] = 0x0258,
251 [TFUCR] = 0x0264,
252 [RFOCR] = 0x0268,
Simon Horman55754f12013-07-23 10:18:04 +0900253 [RMIIMODE] = 0x026c,
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000254 [FCFTR] = 0x0270,
255 [TRIMD] = 0x027c,
256};
257
Sergei Shtylyovc0013f62013-03-28 11:48:26 +0000258static const u16 sh_eth_offset_fast_sh4[SH_ETH_MAX_REGISTER_OFFSET] = {
259 [ECMR] = 0x0100,
260 [RFLR] = 0x0108,
261 [ECSR] = 0x0110,
262 [ECSIPR] = 0x0118,
263 [PIR] = 0x0120,
264 [PSR] = 0x0128,
265 [RDMLR] = 0x0140,
266 [IPGR] = 0x0150,
267 [APR] = 0x0154,
268 [MPR] = 0x0158,
269 [TPAUSER] = 0x0164,
270 [RFCF] = 0x0160,
271 [TPAUSECR] = 0x0168,
272 [BCFRR] = 0x016c,
273 [MAHR] = 0x01c0,
274 [MALR] = 0x01c8,
275 [TROCR] = 0x01d0,
276 [CDCR] = 0x01d4,
277 [LCCR] = 0x01d8,
278 [CNDCR] = 0x01dc,
279 [CEFCR] = 0x01e4,
280 [FRECR] = 0x01e8,
281 [TSFRCR] = 0x01ec,
282 [TLFRCR] = 0x01f0,
283 [RFCR] = 0x01f4,
284 [MAFCR] = 0x01f8,
285 [RTRATE] = 0x01fc,
286
287 [EDMR] = 0x0000,
288 [EDTRR] = 0x0008,
289 [EDRRR] = 0x0010,
290 [TDLAR] = 0x0018,
291 [RDLAR] = 0x0020,
292 [EESR] = 0x0028,
293 [EESIPR] = 0x0030,
294 [TRSCER] = 0x0038,
295 [RMFCR] = 0x0040,
296 [TFTR] = 0x0048,
297 [FDR] = 0x0050,
298 [RMCR] = 0x0058,
299 [TFUCR] = 0x0064,
300 [RFOCR] = 0x0068,
301 [FCFTR] = 0x0070,
302 [RPADIR] = 0x0078,
303 [TRIMD] = 0x007c,
304 [RBWAR] = 0x00c8,
305 [RDFAR] = 0x00cc,
306 [TBRAR] = 0x00d4,
307 [TDFAR] = 0x00d8,
308};
309
310static const u16 sh_eth_offset_fast_sh3_sh2[SH_ETH_MAX_REGISTER_OFFSET] = {
Sergei Shtylyovd8b04262014-06-03 23:42:26 +0400311 [EDMR] = 0x0000,
312 [EDTRR] = 0x0004,
313 [EDRRR] = 0x0008,
314 [TDLAR] = 0x000c,
315 [RDLAR] = 0x0010,
316 [EESR] = 0x0014,
317 [EESIPR] = 0x0018,
318 [TRSCER] = 0x001c,
319 [RMFCR] = 0x0020,
320 [TFTR] = 0x0024,
321 [FDR] = 0x0028,
322 [RMCR] = 0x002c,
323 [EDOCR] = 0x0030,
324 [FCFTR] = 0x0034,
325 [RPADIR] = 0x0038,
326 [TRIMD] = 0x003c,
327 [RBWAR] = 0x0040,
328 [RDFAR] = 0x0044,
329 [TBRAR] = 0x004c,
330 [TDFAR] = 0x0050,
331
Sergei Shtylyovc0013f62013-03-28 11:48:26 +0000332 [ECMR] = 0x0160,
333 [ECSR] = 0x0164,
334 [ECSIPR] = 0x0168,
335 [PIR] = 0x016c,
336 [MAHR] = 0x0170,
337 [MALR] = 0x0174,
338 [RFLR] = 0x0178,
339 [PSR] = 0x017c,
340 [TROCR] = 0x0180,
341 [CDCR] = 0x0184,
342 [LCCR] = 0x0188,
343 [CNDCR] = 0x018c,
344 [CEFCR] = 0x0194,
345 [FRECR] = 0x0198,
346 [TSFRCR] = 0x019c,
347 [TLFRCR] = 0x01a0,
348 [RFCR] = 0x01a4,
349 [MAFCR] = 0x01a8,
350 [IPGR] = 0x01b4,
351 [APR] = 0x01b8,
352 [MPR] = 0x01bc,
353 [TPAUSER] = 0x01c4,
354 [BCFR] = 0x01cc,
355
356 [ARSTR] = 0x0000,
357 [TSU_CTRST] = 0x0004,
358 [TSU_FWEN0] = 0x0010,
359 [TSU_FWEN1] = 0x0014,
360 [TSU_FCM] = 0x0018,
361 [TSU_BSYSL0] = 0x0020,
362 [TSU_BSYSL1] = 0x0024,
363 [TSU_PRISL0] = 0x0028,
364 [TSU_PRISL1] = 0x002c,
365 [TSU_FWSL0] = 0x0030,
366 [TSU_FWSL1] = 0x0034,
367 [TSU_FWSLC] = 0x0038,
368 [TSU_QTAGM0] = 0x0040,
369 [TSU_QTAGM1] = 0x0044,
370 [TSU_ADQT0] = 0x0048,
371 [TSU_ADQT1] = 0x004c,
372 [TSU_FWSR] = 0x0050,
373 [TSU_FWINMK] = 0x0054,
374 [TSU_ADSBSY] = 0x0060,
375 [TSU_TEN] = 0x0064,
376 [TSU_POST1] = 0x0070,
377 [TSU_POST2] = 0x0074,
378 [TSU_POST3] = 0x0078,
379 [TSU_POST4] = 0x007c,
380
381 [TXNLCR0] = 0x0080,
382 [TXALCR0] = 0x0084,
383 [RXNLCR0] = 0x0088,
384 [RXALCR0] = 0x008c,
385 [FWNLCR0] = 0x0090,
386 [FWALCR0] = 0x0094,
387 [TXNLCR1] = 0x00a0,
388 [TXALCR1] = 0x00a0,
389 [RXNLCR1] = 0x00a8,
390 [RXALCR1] = 0x00ac,
391 [FWNLCR1] = 0x00b0,
392 [FWALCR1] = 0x00b4,
393
394 [TSU_ADRH0] = 0x0100,
395 [TSU_ADRL0] = 0x0104,
396 [TSU_ADRL31] = 0x01fc,
397};
398
Ben Hutchings740c7f32015-01-27 00:49:32 +0000399static void sh_eth_rcv_snd_disable(struct net_device *ndev);
400static struct net_device_stats *sh_eth_get_stats(struct net_device *ndev);
401
Simon Horman504c8ca2014-01-17 09:22:27 +0900402static bool sh_eth_is_gether(struct sh_eth_private *mdp)
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000403{
Simon Horman504c8ca2014-01-17 09:22:27 +0900404 return mdp->reg_offset == sh_eth_offset_gigabit;
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000405}
406
Simon Hormandb893472014-01-17 09:22:28 +0900407static bool sh_eth_is_rz_fast_ether(struct sh_eth_private *mdp)
408{
409 return mdp->reg_offset == sh_eth_offset_fast_rz;
410}
411
Sergei Shtylyov8e994402013-06-12 03:07:29 +0400412static void sh_eth_select_mii(struct net_device *ndev)
Nobuhiro Iwamatsu5e7a76b2012-06-25 17:34:14 +0000413{
414 u32 value = 0x0;
415 struct sh_eth_private *mdp = netdev_priv(ndev);
416
417 switch (mdp->phy_interface) {
418 case PHY_INTERFACE_MODE_GMII:
419 value = 0x2;
420 break;
421 case PHY_INTERFACE_MODE_MII:
422 value = 0x1;
423 break;
424 case PHY_INTERFACE_MODE_RMII:
425 value = 0x0;
426 break;
427 default:
Sergei Shtylyovf75f14e2014-03-15 03:27:54 +0300428 netdev_warn(ndev,
429 "PHY interface mode was not setup. Set to MII.\n");
Nobuhiro Iwamatsu5e7a76b2012-06-25 17:34:14 +0000430 value = 0x1;
431 break;
432 }
433
434 sh_eth_write(ndev, value, RMII_MII);
435}
Nobuhiro Iwamatsu5e7a76b2012-06-25 17:34:14 +0000436
Sergei Shtylyov8e994402013-06-12 03:07:29 +0400437static void sh_eth_set_duplex(struct net_device *ndev)
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000438{
439 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000440
441 if (mdp->duplex) /* Full */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000442 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) | ECMR_DM, ECMR);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000443 else /* Half */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000444 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) & ~ECMR_DM, ECMR);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000445}
446
Nobuhiro Iwamatsu04b0ed22013-06-06 09:45:25 +0000447/* There is CPU dependent code */
Sergei Shtylyov589ebde2013-06-07 14:05:59 +0000448static void sh_eth_set_rate_r8a777x(struct net_device *ndev)
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000449{
450 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000451
452 switch (mdp->speed) {
453 case 10: /* 10BASE */
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000454 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) & ~ECMR_ELB, ECMR);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000455 break;
456 case 100:/* 100BASE */
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000457 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) | ECMR_ELB, ECMR);
458 break;
459 default:
460 break;
461 }
462}
463
Sergei Shtylyov674853b2013-04-27 10:44:24 +0000464/* R8A7778/9 */
Sergei Shtylyov589ebde2013-06-07 14:05:59 +0000465static struct sh_eth_cpu_data r8a777x_data = {
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000466 .set_duplex = sh_eth_set_duplex,
Sergei Shtylyov589ebde2013-06-07 14:05:59 +0000467 .set_rate = sh_eth_set_rate_r8a777x,
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000468
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400469 .register_type = SH_ETH_REG_FAST_RCAR,
470
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000471 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
472 .ecsipr_value = ECSIPR_PSRTOIP | ECSIPR_LCHNGIP | ECSIPR_ICDIP,
473 .eesipr_value = 0x01ff009f,
474
475 .tx_check = EESR_FTC | EESR_CND | EESR_DLC | EESR_CD | EESR_RTO,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400476 .eesr_err_check = EESR_TWB | EESR_TABT | EESR_RABT | EESR_RFE |
477 EESR_RDE | EESR_RFRMER | EESR_TFE | EESR_TDE |
478 EESR_ECI,
Nobuhiro Iwamatsud407bc02015-01-07 14:40:15 +0900479 .fdr_value = 0x00000f0f,
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000480
481 .apr = 1,
482 .mpr = 1,
483 .tpauser = 1,
484 .hw_swap = 1,
485};
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000486
Sergei Shtylyov94a12b12013-12-08 02:59:18 +0300487/* R8A7790/1 */
488static struct sh_eth_cpu_data r8a779x_data = {
Simon Hormane18dbf72013-07-23 10:18:05 +0900489 .set_duplex = sh_eth_set_duplex,
490 .set_rate = sh_eth_set_rate_r8a777x,
491
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400492 .register_type = SH_ETH_REG_FAST_RCAR,
493
Simon Hormane18dbf72013-07-23 10:18:05 +0900494 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
495 .ecsipr_value = ECSIPR_PSRTOIP | ECSIPR_LCHNGIP | ECSIPR_ICDIP,
496 .eesipr_value = 0x01ff009f,
497
498 .tx_check = EESR_FTC | EESR_CND | EESR_DLC | EESR_CD | EESR_RTO,
Laurent Pinchartba361cb2013-07-31 16:42:11 +0900499 .eesr_err_check = EESR_TWB | EESR_TABT | EESR_RABT | EESR_RFE |
500 EESR_RDE | EESR_RFRMER | EESR_TFE | EESR_TDE |
501 EESR_ECI,
Nobuhiro Iwamatsud407bc02015-01-07 14:40:15 +0900502 .fdr_value = 0x00000f0f,
Simon Hormane18dbf72013-07-23 10:18:05 +0900503
Geert Uytterhoeven01fbd3f2015-01-15 11:52:19 +0100504 .trscer_err_mask = DESC_I_RINT8,
505
Simon Hormane18dbf72013-07-23 10:18:05 +0900506 .apr = 1,
507 .mpr = 1,
508 .tpauser = 1,
509 .hw_swap = 1,
510 .rmiimode = 1,
Kouei Abefd9af072013-08-30 12:41:08 +0900511 .shift_rd0 = 1,
Simon Hormane18dbf72013-07-23 10:18:05 +0900512};
513
Sergei Shtylyov9c3beaa2013-06-07 14:03:37 +0000514static void sh_eth_set_rate_sh7724(struct net_device *ndev)
Sergei Shtylyova3f109b2013-03-28 11:51:31 +0000515{
516 struct sh_eth_private *mdp = netdev_priv(ndev);
517
518 switch (mdp->speed) {
519 case 10: /* 10BASE */
520 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) & ~ECMR_RTM, ECMR);
521 break;
522 case 100:/* 100BASE */
523 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) | ECMR_RTM, ECMR);
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000524 break;
525 default:
526 break;
527 }
528}
529
530/* SH7724 */
Sergei Shtylyov9c3beaa2013-06-07 14:03:37 +0000531static struct sh_eth_cpu_data sh7724_data = {
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000532 .set_duplex = sh_eth_set_duplex,
Sergei Shtylyov9c3beaa2013-06-07 14:03:37 +0000533 .set_rate = sh_eth_set_rate_sh7724,
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000534
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400535 .register_type = SH_ETH_REG_FAST_SH4,
536
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000537 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
538 .ecsipr_value = ECSIPR_PSRTOIP | ECSIPR_LCHNGIP | ECSIPR_ICDIP,
Sergei Shtylyova80c3de2013-06-20 02:24:54 +0400539 .eesipr_value = 0x01ff009f,
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000540
541 .tx_check = EESR_FTC | EESR_CND | EESR_DLC | EESR_CD | EESR_RTO,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400542 .eesr_err_check = EESR_TWB | EESR_TABT | EESR_RABT | EESR_RFE |
543 EESR_RDE | EESR_RFRMER | EESR_TFE | EESR_TDE |
544 EESR_ECI,
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000545
546 .apr = 1,
547 .mpr = 1,
548 .tpauser = 1,
549 .hw_swap = 1,
Magnus Damm503914c2009-12-15 21:16:55 -0800550 .rpadir = 1,
551 .rpadir_value = 0x00020000, /* NET_IP_ALIGN assumed to be 2 */
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000552};
Nobuhiro Iwamatsu5cee1d32012-06-25 17:35:12 +0000553
Sergei Shtylyov24549e22013-06-07 13:59:21 +0000554static void sh_eth_set_rate_sh7757(struct net_device *ndev)
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000555{
556 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000557
558 switch (mdp->speed) {
559 case 10: /* 10BASE */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000560 sh_eth_write(ndev, 0, RTRATE);
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000561 break;
562 case 100:/* 100BASE */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000563 sh_eth_write(ndev, 1, RTRATE);
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000564 break;
565 default:
566 break;
567 }
568}
569
570/* SH7757 */
Sergei Shtylyov24549e22013-06-07 13:59:21 +0000571static struct sh_eth_cpu_data sh7757_data = {
572 .set_duplex = sh_eth_set_duplex,
573 .set_rate = sh_eth_set_rate_sh7757,
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000574
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400575 .register_type = SH_ETH_REG_FAST_SH4,
576
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000577 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000578
579 .tx_check = EESR_FTC | EESR_CND | EESR_DLC | EESR_CD | EESR_RTO,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400580 .eesr_err_check = EESR_TWB | EESR_TABT | EESR_RABT | EESR_RFE |
581 EESR_RDE | EESR_RFRMER | EESR_TFE | EESR_TDE |
582 EESR_ECI,
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000583
Nobuhiro Iwamatsu5b3dfd12013-06-06 09:49:30 +0000584 .irq_flags = IRQF_SHARED,
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000585 .apr = 1,
586 .mpr = 1,
587 .tpauser = 1,
588 .hw_swap = 1,
589 .no_ade = 1,
Yoshihiro Shimoda2e98e792011-07-05 20:33:57 +0000590 .rpadir = 1,
591 .rpadir_value = 2 << 16,
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000592};
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000593
David S. Millere403d292013-06-07 23:40:41 -0700594#define SH_GIGA_ETH_BASE 0xfee00000UL
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000595#define GIGA_MALR(port) (SH_GIGA_ETH_BASE + 0x800 * (port) + 0x05c8)
596#define GIGA_MAHR(port) (SH_GIGA_ETH_BASE + 0x800 * (port) + 0x05c0)
597static void sh_eth_chip_reset_giga(struct net_device *ndev)
598{
599 int i;
600 unsigned long mahr[2], malr[2];
601
602 /* save MAHR and MALR */
603 for (i = 0; i < 2; i++) {
Yoshihiro Shimodaae706442011-09-27 21:48:58 +0000604 malr[i] = ioread32((void *)GIGA_MALR(i));
605 mahr[i] = ioread32((void *)GIGA_MAHR(i));
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000606 }
607
608 /* reset device */
Yoshihiro Shimodaae706442011-09-27 21:48:58 +0000609 iowrite32(ARSTR_ARSTR, (void *)(SH_GIGA_ETH_BASE + 0x1800));
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000610 mdelay(1);
611
612 /* restore MAHR and MALR */
613 for (i = 0; i < 2; i++) {
Yoshihiro Shimodaae706442011-09-27 21:48:58 +0000614 iowrite32(malr[i], (void *)GIGA_MALR(i));
615 iowrite32(mahr[i], (void *)GIGA_MAHR(i));
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000616 }
617}
618
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000619static void sh_eth_set_rate_giga(struct net_device *ndev)
620{
621 struct sh_eth_private *mdp = netdev_priv(ndev);
622
623 switch (mdp->speed) {
624 case 10: /* 10BASE */
625 sh_eth_write(ndev, 0x00000000, GECMR);
626 break;
627 case 100:/* 100BASE */
628 sh_eth_write(ndev, 0x00000010, GECMR);
629 break;
630 case 1000: /* 1000BASE */
631 sh_eth_write(ndev, 0x00000020, GECMR);
632 break;
633 default:
634 break;
635 }
636}
637
638/* SH7757(GETHERC) */
Sergei Shtylyov24549e22013-06-07 13:59:21 +0000639static struct sh_eth_cpu_data sh7757_data_giga = {
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000640 .chip_reset = sh_eth_chip_reset_giga,
Nobuhiro Iwamatsu04b0ed22013-06-06 09:45:25 +0000641 .set_duplex = sh_eth_set_duplex,
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000642 .set_rate = sh_eth_set_rate_giga,
643
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400644 .register_type = SH_ETH_REG_GIGABIT,
645
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000646 .ecsr_value = ECSR_ICD | ECSR_MPD,
647 .ecsipr_value = ECSIPR_LCHNGIP | ECSIPR_ICDIP | ECSIPR_MPDIP,
648 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
649
650 .tx_check = EESR_TC1 | EESR_FTC,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400651 .eesr_err_check = EESR_TWB1 | EESR_TWB | EESR_TABT | EESR_RABT |
652 EESR_RFE | EESR_RDE | EESR_RFRMER | EESR_TFE |
653 EESR_TDE | EESR_ECI,
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000654 .fdr_value = 0x0000072f,
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000655
Nobuhiro Iwamatsu5b3dfd12013-06-06 09:49:30 +0000656 .irq_flags = IRQF_SHARED,
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000657 .apr = 1,
658 .mpr = 1,
659 .tpauser = 1,
660 .bculr = 1,
661 .hw_swap = 1,
662 .rpadir = 1,
663 .rpadir_value = 2 << 16,
664 .no_trimd = 1,
665 .no_ade = 1,
Yoshihiro Shimoda3acbc972012-02-15 17:54:51 +0000666 .tsu = 1,
Yoshihiro Shimoda8fcd4962011-03-07 21:59:49 +0000667};
668
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000669static void sh_eth_chip_reset(struct net_device *ndev)
670{
Yoshihiro Shimoda4986b992011-03-07 21:59:34 +0000671 struct sh_eth_private *mdp = netdev_priv(ndev);
672
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000673 /* reset device */
Yoshihiro Shimoda4986b992011-03-07 21:59:34 +0000674 sh_eth_tsu_write(mdp, ARSTR_ARSTR, ARSTR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000675 mdelay(1);
676}
677
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000678static void sh_eth_set_rate_gether(struct net_device *ndev)
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000679{
680 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000681
682 switch (mdp->speed) {
683 case 10: /* 10BASE */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000684 sh_eth_write(ndev, GECMR_10, GECMR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000685 break;
686 case 100:/* 100BASE */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000687 sh_eth_write(ndev, GECMR_100, GECMR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000688 break;
689 case 1000: /* 1000BASE */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000690 sh_eth_write(ndev, GECMR_1000, GECMR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000691 break;
692 default:
693 break;
694 }
695}
696
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000697/* SH7734 */
698static struct sh_eth_cpu_data sh7734_data = {
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000699 .chip_reset = sh_eth_chip_reset,
700 .set_duplex = sh_eth_set_duplex,
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000701 .set_rate = sh_eth_set_rate_gether,
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000702
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400703 .register_type = SH_ETH_REG_GIGABIT,
704
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000705 .ecsr_value = ECSR_ICD | ECSR_MPD,
706 .ecsipr_value = ECSIPR_LCHNGIP | ECSIPR_ICDIP | ECSIPR_MPDIP,
707 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
708
709 .tx_check = EESR_TC1 | EESR_FTC,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400710 .eesr_err_check = EESR_TWB1 | EESR_TWB | EESR_TABT | EESR_RABT |
711 EESR_RFE | EESR_RDE | EESR_RFRMER | EESR_TFE |
712 EESR_TDE | EESR_ECI,
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000713
714 .apr = 1,
715 .mpr = 1,
716 .tpauser = 1,
717 .bculr = 1,
718 .hw_swap = 1,
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000719 .no_trimd = 1,
720 .no_ade = 1,
Yoshihiro Shimoda4986b992011-03-07 21:59:34 +0000721 .tsu = 1,
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000722 .hw_crc = 1,
723 .select_mii = 1,
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000724};
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000725
726/* SH7763 */
727static struct sh_eth_cpu_data sh7763_data = {
728 .chip_reset = sh_eth_chip_reset,
729 .set_duplex = sh_eth_set_duplex,
730 .set_rate = sh_eth_set_rate_gether,
731
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400732 .register_type = SH_ETH_REG_GIGABIT,
733
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000734 .ecsr_value = ECSR_ICD | ECSR_MPD,
735 .ecsipr_value = ECSIPR_LCHNGIP | ECSIPR_ICDIP | ECSIPR_MPDIP,
736 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
737
738 .tx_check = EESR_TC1 | EESR_FTC,
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300739 .eesr_err_check = EESR_TWB1 | EESR_TWB | EESR_TABT | EESR_RABT |
740 EESR_RDE | EESR_RFRMER | EESR_TFE | EESR_TDE |
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000741 EESR_ECI,
Sergei Shtylyovf5d12762013-06-07 13:58:18 +0000742
743 .apr = 1,
744 .mpr = 1,
745 .tpauser = 1,
746 .bculr = 1,
747 .hw_swap = 1,
748 .no_trimd = 1,
749 .no_ade = 1,
750 .tsu = 1,
751 .irq_flags = IRQF_SHARED,
752};
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000753
Sergei Shtylyove5c9b4c2013-06-07 13:57:12 +0000754static void sh_eth_chip_reset_r8a7740(struct net_device *ndev)
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000755{
756 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000757
758 /* reset device */
759 sh_eth_tsu_write(mdp, ARSTR_ARSTR, ARSTR);
760 mdelay(1);
761
Nobuhiro Iwamatsu5e7a76b2012-06-25 17:34:14 +0000762 sh_eth_select_mii(ndev);
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000763}
764
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000765/* R8A7740 */
Sergei Shtylyove5c9b4c2013-06-07 13:57:12 +0000766static struct sh_eth_cpu_data r8a7740_data = {
767 .chip_reset = sh_eth_chip_reset_r8a7740,
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000768 .set_duplex = sh_eth_set_duplex,
Sergei Shtylyove5c9b4c2013-06-07 13:57:12 +0000769 .set_rate = sh_eth_set_rate_gether,
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000770
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400771 .register_type = SH_ETH_REG_GIGABIT,
772
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000773 .ecsr_value = ECSR_ICD | ECSR_MPD,
774 .ecsipr_value = ECSIPR_LCHNGIP | ECSIPR_ICDIP | ECSIPR_MPDIP,
775 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
776
777 .tx_check = EESR_TC1 | EESR_FTC,
Sergei Shtylyovca8c3582013-06-21 01:12:21 +0400778 .eesr_err_check = EESR_TWB1 | EESR_TWB | EESR_TABT | EESR_RABT |
779 EESR_RFE | EESR_RDE | EESR_RFRMER | EESR_TFE |
780 EESR_TDE | EESR_ECI,
Simon Hormancc235282013-10-10 14:51:16 +0900781 .fdr_value = 0x0000070f,
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000782
783 .apr = 1,
784 .mpr = 1,
785 .tpauser = 1,
786 .bculr = 1,
787 .hw_swap = 1,
Simon Hormancc235282013-10-10 14:51:16 +0900788 .rpadir = 1,
789 .rpadir_value = 2 << 16,
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000790 .no_trimd = 1,
791 .no_ade = 1,
792 .tsu = 1,
Nobuhiro Iwamatsu5e7a76b2012-06-25 17:34:14 +0000793 .select_mii = 1,
Sergei Shtylyovac8025a2013-06-13 22:12:45 +0400794 .shift_rd0 = 1,
Yoshihiro Shimoda73a0d902012-04-04 18:37:10 +0000795};
796
Simon Hormandb893472014-01-17 09:22:28 +0900797/* R7S72100 */
798static struct sh_eth_cpu_data r7s72100_data = {
799 .chip_reset = sh_eth_chip_reset,
800 .set_duplex = sh_eth_set_duplex,
801
802 .register_type = SH_ETH_REG_FAST_RZ,
803
804 .ecsr_value = ECSR_ICD,
805 .ecsipr_value = ECSIPR_ICDIP,
806 .eesipr_value = 0xff7f009f,
807
808 .tx_check = EESR_TC1 | EESR_FTC,
809 .eesr_err_check = EESR_TWB1 | EESR_TWB | EESR_TABT | EESR_RABT |
810 EESR_RFE | EESR_RDE | EESR_RFRMER | EESR_TFE |
811 EESR_TDE | EESR_ECI,
812 .fdr_value = 0x0000070f,
Simon Hormandb893472014-01-17 09:22:28 +0900813
814 .no_psr = 1,
815 .apr = 1,
816 .mpr = 1,
817 .tpauser = 1,
818 .hw_swap = 1,
819 .rpadir = 1,
820 .rpadir_value = 2 << 16,
821 .no_trimd = 1,
822 .no_ade = 1,
823 .hw_crc = 1,
824 .tsu = 1,
825 .shift_rd0 = 1,
826};
827
Sergei Shtylyovc18a79a2013-06-07 13:56:05 +0000828static struct sh_eth_cpu_data sh7619_data = {
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400829 .register_type = SH_ETH_REG_FAST_SH3_SH2,
830
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000831 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
832
833 .apr = 1,
834 .mpr = 1,
835 .tpauser = 1,
836 .hw_swap = 1,
837};
Sergei Shtylyov7bbe1502013-06-07 13:55:08 +0000838
839static struct sh_eth_cpu_data sh771x_data = {
Sergei Shtylyova3153d82013-08-18 03:11:28 +0400840 .register_type = SH_ETH_REG_FAST_SH3_SH2,
841
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000842 .eesipr_value = DMAC_M_RFRMER | DMAC_M_ECI | 0x003fffff,
Yoshihiro Shimoda4986b992011-03-07 21:59:34 +0000843 .tsu = 1,
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000844};
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000845
846static void sh_eth_set_default_cpu_data(struct sh_eth_cpu_data *cd)
847{
848 if (!cd->ecsr_value)
849 cd->ecsr_value = DEFAULT_ECSR_INIT;
850
851 if (!cd->ecsipr_value)
852 cd->ecsipr_value = DEFAULT_ECSIPR_INIT;
853
854 if (!cd->fcftr_value)
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300855 cd->fcftr_value = DEFAULT_FIFO_F_D_RFF |
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000856 DEFAULT_FIFO_F_D_RFD;
857
858 if (!cd->fdr_value)
859 cd->fdr_value = DEFAULT_FDR_INIT;
860
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000861 if (!cd->tx_check)
862 cd->tx_check = DEFAULT_TX_CHECK;
863
864 if (!cd->eesr_err_check)
865 cd->eesr_err_check = DEFAULT_EESR_ERR_CHECK;
Nobuhiro Iwamatsub284fbe2015-01-08 15:25:07 +0900866
867 if (!cd->trscer_err_mask)
868 cd->trscer_err_mask = DEFAULT_TRSCER_ERR_MASK;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000869}
870
Nobuhiro Iwamatsu5cee1d32012-06-25 17:35:12 +0000871static int sh_eth_check_reset(struct net_device *ndev)
872{
873 int ret = 0;
874 int cnt = 100;
875
876 while (cnt > 0) {
877 if (!(sh_eth_read(ndev, EDMR) & 0x3))
878 break;
879 mdelay(1);
880 cnt--;
881 }
Sergei Shtylyov9f8c4262013-06-05 23:54:01 +0400882 if (cnt <= 0) {
Sergei Shtylyovf75f14e2014-03-15 03:27:54 +0300883 netdev_err(ndev, "Device reset failed\n");
Nobuhiro Iwamatsu5cee1d32012-06-25 17:35:12 +0000884 ret = -ETIMEDOUT;
885 }
886 return ret;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000887}
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000888
889static int sh_eth_reset(struct net_device *ndev)
890{
891 struct sh_eth_private *mdp = netdev_priv(ndev);
892 int ret = 0;
893
Simon Hormandb893472014-01-17 09:22:28 +0900894 if (sh_eth_is_gether(mdp) || sh_eth_is_rz_fast_ether(mdp)) {
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000895 sh_eth_write(ndev, EDSR_ENALL, EDSR);
896 sh_eth_write(ndev, sh_eth_read(ndev, EDMR) | EDMR_SRST_GETHER,
897 EDMR);
898
899 ret = sh_eth_check_reset(ndev);
900 if (ret)
Laurent Pinchartf738a132014-03-20 15:00:35 +0100901 return ret;
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000902
903 /* Table Init */
904 sh_eth_write(ndev, 0x0, TDLAR);
905 sh_eth_write(ndev, 0x0, TDFAR);
906 sh_eth_write(ndev, 0x0, TDFXR);
907 sh_eth_write(ndev, 0x0, TDFFR);
908 sh_eth_write(ndev, 0x0, RDLAR);
909 sh_eth_write(ndev, 0x0, RDFAR);
910 sh_eth_write(ndev, 0x0, RDFXR);
911 sh_eth_write(ndev, 0x0, RDFFR);
912
913 /* Reset HW CRC register */
914 if (mdp->cd->hw_crc)
915 sh_eth_write(ndev, 0x0, CSMR);
916
917 /* Select MII mode */
918 if (mdp->cd->select_mii)
919 sh_eth_select_mii(ndev);
920 } else {
921 sh_eth_write(ndev, sh_eth_read(ndev, EDMR) | EDMR_SRST_ETHER,
922 EDMR);
923 mdelay(3);
924 sh_eth_write(ndev, sh_eth_read(ndev, EDMR) & ~EDMR_SRST_ETHER,
925 EDMR);
926 }
927
Nobuhiro Iwamatsudabdde92013-06-06 09:51:39 +0000928 return ret;
929}
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000930
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000931static void sh_eth_set_receive_align(struct sk_buff *skb)
932{
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +0900933 uintptr_t reserve = (uintptr_t)skb->data & (SH_ETH_RX_ALIGN - 1);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000934
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000935 if (reserve)
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +0900936 skb_reserve(skb, SH_ETH_RX_ALIGN - reserve);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000937}
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +0000938
939
Yoshinori Sato71557a32008-08-06 19:49:00 -0400940/* CPU <-> EDMAC endian convert */
941static inline __u32 cpu_to_edmac(struct sh_eth_private *mdp, u32 x)
942{
943 switch (mdp->edmac_endian) {
944 case EDMAC_LITTLE_ENDIAN:
945 return cpu_to_le32(x);
946 case EDMAC_BIG_ENDIAN:
947 return cpu_to_be32(x);
948 }
949 return x;
950}
951
952static inline __u32 edmac_to_cpu(struct sh_eth_private *mdp, u32 x)
953{
954 switch (mdp->edmac_endian) {
955 case EDMAC_LITTLE_ENDIAN:
956 return le32_to_cpu(x);
957 case EDMAC_BIG_ENDIAN:
958 return be32_to_cpu(x);
959 }
960 return x;
961}
962
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300963/* Program the hardware MAC address from dev->dev_addr. */
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700964static void update_mac_address(struct net_device *ndev)
965{
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000966 sh_eth_write(ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300967 (ndev->dev_addr[0] << 24) | (ndev->dev_addr[1] << 16) |
968 (ndev->dev_addr[2] << 8) | (ndev->dev_addr[3]), MAHR);
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000969 sh_eth_write(ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300970 (ndev->dev_addr[4] << 8) | (ndev->dev_addr[5]), MALR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700971}
972
Sergei Shtylyov128296f2014-01-03 15:52:22 +0300973/* Get MAC address from SuperH MAC address register
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700974 *
975 * SuperH's Ethernet device doesn't have 'ROM' to MAC address.
976 * This driver get MAC address that use by bootloader(U-boot or sh-ipl+g).
977 * When you want use this device, you must set MAC address in bootloader.
978 *
979 */
Magnus Damm748031f2009-10-09 00:17:14 +0000980static void read_mac_address(struct net_device *ndev, unsigned char *mac)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700981{
Magnus Damm748031f2009-10-09 00:17:14 +0000982 if (mac[0] || mac[1] || mac[2] || mac[3] || mac[4] || mac[5]) {
Joe Perchesd458cdf2013-10-01 19:04:40 -0700983 memcpy(ndev->dev_addr, mac, ETH_ALEN);
Magnus Damm748031f2009-10-09 00:17:14 +0000984 } else {
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +0000985 ndev->dev_addr[0] = (sh_eth_read(ndev, MAHR) >> 24);
986 ndev->dev_addr[1] = (sh_eth_read(ndev, MAHR) >> 16) & 0xFF;
987 ndev->dev_addr[2] = (sh_eth_read(ndev, MAHR) >> 8) & 0xFF;
988 ndev->dev_addr[3] = (sh_eth_read(ndev, MAHR) & 0xFF);
989 ndev->dev_addr[4] = (sh_eth_read(ndev, MALR) >> 8) & 0xFF;
990 ndev->dev_addr[5] = (sh_eth_read(ndev, MALR) & 0xFF);
Magnus Damm748031f2009-10-09 00:17:14 +0000991 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700992}
993
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +0000994static unsigned long sh_eth_get_edtrr_trns(struct sh_eth_private *mdp)
995{
Simon Hormandb893472014-01-17 09:22:28 +0900996 if (sh_eth_is_gether(mdp) || sh_eth_is_rz_fast_ether(mdp))
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +0000997 return EDTRR_TRNS_GETHER;
998 else
999 return EDTRR_TRNS_ETHER;
1000}
1001
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001002struct bb_info {
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001003 void (*set_gate)(void *addr);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001004 struct mdiobb_ctrl ctrl;
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001005 void *addr;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001006 u32 mmd_msk;/* MMD */
1007 u32 mdo_msk;
1008 u32 mdi_msk;
1009 u32 mdc_msk;
1010};
1011
1012/* PHY bit set */
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001013static void bb_set(void *addr, u32 msk)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001014{
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001015 iowrite32(ioread32(addr) | msk, addr);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001016}
1017
1018/* PHY bit clear */
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001019static void bb_clr(void *addr, u32 msk)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001020{
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001021 iowrite32((ioread32(addr) & ~msk), addr);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001022}
1023
1024/* PHY bit read */
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001025static int bb_read(void *addr, u32 msk)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001026{
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00001027 return (ioread32(addr) & msk) != 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001028}
1029
1030/* Data I/O pin control */
1031static void sh_mmd_ctrl(struct mdiobb_ctrl *ctrl, int bit)
1032{
1033 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl);
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00001034
1035 if (bitbang->set_gate)
1036 bitbang->set_gate(bitbang->addr);
1037
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001038 if (bit)
1039 bb_set(bitbang->addr, bitbang->mmd_msk);
1040 else
1041 bb_clr(bitbang->addr, bitbang->mmd_msk);
1042}
1043
1044/* Set bit data*/
1045static void sh_set_mdio(struct mdiobb_ctrl *ctrl, int bit)
1046{
1047 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl);
1048
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00001049 if (bitbang->set_gate)
1050 bitbang->set_gate(bitbang->addr);
1051
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001052 if (bit)
1053 bb_set(bitbang->addr, bitbang->mdo_msk);
1054 else
1055 bb_clr(bitbang->addr, bitbang->mdo_msk);
1056}
1057
1058/* Get bit data*/
1059static int sh_get_mdio(struct mdiobb_ctrl *ctrl)
1060{
1061 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl);
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00001062
1063 if (bitbang->set_gate)
1064 bitbang->set_gate(bitbang->addr);
1065
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001066 return bb_read(bitbang->addr, bitbang->mdi_msk);
1067}
1068
1069/* MDC pin control */
1070static void sh_mdc_ctrl(struct mdiobb_ctrl *ctrl, int bit)
1071{
1072 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl);
1073
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00001074 if (bitbang->set_gate)
1075 bitbang->set_gate(bitbang->addr);
1076
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001077 if (bit)
1078 bb_set(bitbang->addr, bitbang->mdc_msk);
1079 else
1080 bb_clr(bitbang->addr, bitbang->mdc_msk);
1081}
1082
1083/* mdio bus control struct */
1084static struct mdiobb_ops bb_ops = {
1085 .owner = THIS_MODULE,
1086 .set_mdc = sh_mdc_ctrl,
1087 .set_mdio_dir = sh_mmd_ctrl,
1088 .set_mdio_data = sh_set_mdio,
1089 .get_mdio_data = sh_get_mdio,
1090};
1091
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001092/* free skb and descriptor buffer */
1093static void sh_eth_ring_free(struct net_device *ndev)
1094{
1095 struct sh_eth_private *mdp = netdev_priv(ndev);
1096 int i;
1097
1098 /* Free Rx skb ringbuffer */
1099 if (mdp->rx_skbuff) {
Sergei Shtylyov179d80a2014-06-28 04:10:00 +04001100 for (i = 0; i < mdp->num_rx_ring; i++)
1101 dev_kfree_skb(mdp->rx_skbuff[i]);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001102 }
1103 kfree(mdp->rx_skbuff);
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001104 mdp->rx_skbuff = NULL;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001105
1106 /* Free Tx skb ringbuffer */
1107 if (mdp->tx_skbuff) {
Sergei Shtylyov179d80a2014-06-28 04:10:00 +04001108 for (i = 0; i < mdp->num_tx_ring; i++)
1109 dev_kfree_skb(mdp->tx_skbuff[i]);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001110 }
1111 kfree(mdp->tx_skbuff);
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001112 mdp->tx_skbuff = NULL;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001113}
1114
1115/* format skb and descriptor buffer */
1116static void sh_eth_ring_format(struct net_device *ndev)
1117{
1118 struct sh_eth_private *mdp = netdev_priv(ndev);
1119 int i;
1120 struct sk_buff *skb;
1121 struct sh_eth_rxdesc *rxdesc = NULL;
1122 struct sh_eth_txdesc *txdesc = NULL;
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001123 int rx_ringsize = sizeof(*rxdesc) * mdp->num_rx_ring;
1124 int tx_ringsize = sizeof(*txdesc) * mdp->num_tx_ring;
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001125 int skbuff_size = mdp->rx_buf_sz + SH_ETH_RX_ALIGN - 1;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001126
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001127 mdp->cur_rx = 0;
1128 mdp->cur_tx = 0;
1129 mdp->dirty_rx = 0;
1130 mdp->dirty_tx = 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001131
1132 memset(mdp->rx_ring, 0, rx_ringsize);
1133
1134 /* build Rx ring buffer */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001135 for (i = 0; i < mdp->num_rx_ring; i++) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001136 /* skb */
1137 mdp->rx_skbuff[i] = NULL;
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001138 skb = netdev_alloc_skb(ndev, skbuff_size);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001139 mdp->rx_skbuff[i] = skb;
1140 if (skb == NULL)
1141 break;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001142 sh_eth_set_receive_align(skb);
1143
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001144 /* RX descriptor */
1145 rxdesc = &mdp->rx_ring[i];
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001146 /* The size of the buffer is a multiple of 16 bytes. */
1147 rxdesc->buffer_length = ALIGN(mdp->rx_buf_sz, 16);
1148 dma_map_single(&ndev->dev, skb->data, rxdesc->buffer_length,
1149 DMA_FROM_DEVICE);
Mitsuhiro Kimura450fa212014-12-08 19:46:21 +09001150 rxdesc->addr = virt_to_phys(skb->data);
Yoshinori Sato71557a32008-08-06 19:49:00 -04001151 rxdesc->status = cpu_to_edmac(mdp, RD_RACT | RD_RFP);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001152
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001153 /* Rx descriptor address set */
1154 if (i == 0) {
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001155 sh_eth_write(ndev, mdp->rx_desc_dma, RDLAR);
Simon Hormandb893472014-01-17 09:22:28 +09001156 if (sh_eth_is_gether(mdp) ||
1157 sh_eth_is_rz_fast_ether(mdp))
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00001158 sh_eth_write(ndev, mdp->rx_desc_dma, RDFAR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001159 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001160 }
1161
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001162 mdp->dirty_rx = (u32) (i - mdp->num_rx_ring);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001163
1164 /* Mark the last entry as wrapping the ring. */
Yoshinori Sato71557a32008-08-06 19:49:00 -04001165 rxdesc->status |= cpu_to_edmac(mdp, RD_RDEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001166
1167 memset(mdp->tx_ring, 0, tx_ringsize);
1168
1169 /* build Tx ring buffer */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001170 for (i = 0; i < mdp->num_tx_ring; i++) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001171 mdp->tx_skbuff[i] = NULL;
1172 txdesc = &mdp->tx_ring[i];
Yoshinori Sato71557a32008-08-06 19:49:00 -04001173 txdesc->status = cpu_to_edmac(mdp, TD_TFP);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001174 txdesc->buffer_length = 0;
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001175 if (i == 0) {
Yoshinori Sato71557a32008-08-06 19:49:00 -04001176 /* Tx descriptor address set */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001177 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR);
Simon Hormandb893472014-01-17 09:22:28 +09001178 if (sh_eth_is_gether(mdp) ||
1179 sh_eth_is_rz_fast_ether(mdp))
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00001180 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001181 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001182 }
1183
Yoshinori Sato71557a32008-08-06 19:49:00 -04001184 txdesc->status |= cpu_to_edmac(mdp, TD_TDLE);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001185}
1186
1187/* Get skb and descriptor buffer */
1188static int sh_eth_ring_init(struct net_device *ndev)
1189{
1190 struct sh_eth_private *mdp = netdev_priv(ndev);
1191 int rx_ringsize, tx_ringsize, ret = 0;
1192
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001193 /* +26 gets the maximum ethernet encapsulation, +7 & ~7 because the
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001194 * card needs room to do 8 byte alignment, +2 so we can reserve
1195 * the first 2 bytes, and +16 gets room for the status word from the
1196 * card.
1197 */
1198 mdp->rx_buf_sz = (ndev->mtu <= 1492 ? PKT_BUF_SZ :
1199 (((ndev->mtu + 26 + 7) & ~7) + 2 + 16));
Magnus Damm503914c2009-12-15 21:16:55 -08001200 if (mdp->cd->rpadir)
1201 mdp->rx_buf_sz += NET_IP_ALIGN;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001202
1203 /* Allocate RX and TX skb rings */
Joe Perchesb2adaca2013-02-03 17:43:58 +00001204 mdp->rx_skbuff = kmalloc_array(mdp->num_rx_ring,
1205 sizeof(*mdp->rx_skbuff), GFP_KERNEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001206 if (!mdp->rx_skbuff) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001207 ret = -ENOMEM;
1208 return ret;
1209 }
1210
Joe Perchesb2adaca2013-02-03 17:43:58 +00001211 mdp->tx_skbuff = kmalloc_array(mdp->num_tx_ring,
1212 sizeof(*mdp->tx_skbuff), GFP_KERNEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001213 if (!mdp->tx_skbuff) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001214 ret = -ENOMEM;
1215 goto skb_ring_free;
1216 }
1217
1218 /* Allocate all Rx descriptors. */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001219 rx_ringsize = sizeof(struct sh_eth_rxdesc) * mdp->num_rx_ring;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001220 mdp->rx_ring = dma_alloc_coherent(NULL, rx_ringsize, &mdp->rx_desc_dma,
Joe Perchesd0320f72013-03-14 13:07:21 +00001221 GFP_KERNEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001222 if (!mdp->rx_ring) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001223 ret = -ENOMEM;
1224 goto desc_ring_free;
1225 }
1226
1227 mdp->dirty_rx = 0;
1228
1229 /* Allocate all Tx descriptors. */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001230 tx_ringsize = sizeof(struct sh_eth_txdesc) * mdp->num_tx_ring;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001231 mdp->tx_ring = dma_alloc_coherent(NULL, tx_ringsize, &mdp->tx_desc_dma,
Joe Perchesd0320f72013-03-14 13:07:21 +00001232 GFP_KERNEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001233 if (!mdp->tx_ring) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001234 ret = -ENOMEM;
1235 goto desc_ring_free;
1236 }
1237 return ret;
1238
1239desc_ring_free:
1240 /* free DMA buffer */
1241 dma_free_coherent(NULL, rx_ringsize, mdp->rx_ring, mdp->rx_desc_dma);
1242
1243skb_ring_free:
1244 /* Free Rx and Tx skb ring buffer */
1245 sh_eth_ring_free(ndev);
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001246 mdp->tx_ring = NULL;
1247 mdp->rx_ring = NULL;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001248
1249 return ret;
1250}
1251
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001252static void sh_eth_free_dma_buffer(struct sh_eth_private *mdp)
1253{
1254 int ringsize;
1255
1256 if (mdp->rx_ring) {
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001257 ringsize = sizeof(struct sh_eth_rxdesc) * mdp->num_rx_ring;
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001258 dma_free_coherent(NULL, ringsize, mdp->rx_ring,
1259 mdp->rx_desc_dma);
1260 mdp->rx_ring = NULL;
1261 }
1262
1263 if (mdp->tx_ring) {
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001264 ringsize = sizeof(struct sh_eth_txdesc) * mdp->num_tx_ring;
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00001265 dma_free_coherent(NULL, ringsize, mdp->tx_ring,
1266 mdp->tx_desc_dma);
1267 mdp->tx_ring = NULL;
1268 }
1269}
1270
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001271static int sh_eth_dev_init(struct net_device *ndev, bool start)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001272{
1273 int ret = 0;
1274 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001275 u32 val;
1276
1277 /* Soft Reset */
Nobuhiro Iwamatsu5cee1d32012-06-25 17:35:12 +00001278 ret = sh_eth_reset(ndev);
1279 if (ret)
Laurent Pinchartf738a132014-03-20 15:00:35 +01001280 return ret;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001281
Simon Horman55754f12013-07-23 10:18:04 +09001282 if (mdp->cd->rmiimode)
1283 sh_eth_write(ndev, 0x1, RMIIMODE);
1284
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001285 /* Descriptor format */
1286 sh_eth_ring_format(ndev);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001287 if (mdp->cd->rpadir)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001288 sh_eth_write(ndev, mdp->cd->rpadir_value, RPADIR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001289
1290 /* all sh_eth int mask */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001291 sh_eth_write(ndev, 0, EESIPR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001292
Yoshihiro Shimoda10b91942012-03-29 19:32:08 +00001293#if defined(__LITTLE_ENDIAN)
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001294 if (mdp->cd->hw_swap)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001295 sh_eth_write(ndev, EDMR_EL, EDMR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001296 else
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001297#endif
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001298 sh_eth_write(ndev, 0, EDMR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001299
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001300 /* FIFO size set */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001301 sh_eth_write(ndev, mdp->cd->fdr_value, FDR);
1302 sh_eth_write(ndev, 0, TFTR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001303
Ben Dooks530aa2d2014-06-03 12:21:13 +01001304 /* Frame recv control (enable multiple-packets per rx irq) */
1305 sh_eth_write(ndev, RMCR_RNC, RMCR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001306
Nobuhiro Iwamatsub284fbe2015-01-08 15:25:07 +09001307 sh_eth_write(ndev, mdp->cd->trscer_err_mask, TRSCER);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001308
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001309 if (mdp->cd->bculr)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001310 sh_eth_write(ndev, 0x800, BCULR); /* Burst sycle set */
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001311
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001312 sh_eth_write(ndev, mdp->cd->fcftr_value, FCFTR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001313
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001314 if (!mdp->cd->no_trimd)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001315 sh_eth_write(ndev, 0, TRIMD);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001316
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001317 /* Recv frame limit set register */
Yoshihiro Shimodafdb37a72012-02-06 23:55:15 +00001318 sh_eth_write(ndev, ndev->mtu + ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN,
1319 RFLR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001320
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001321 sh_eth_write(ndev, sh_eth_read(ndev, EESR), EESR);
Ben Hutchings283e38d2015-01-22 12:44:08 +00001322 if (start) {
1323 mdp->irq_enabled = true;
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001324 sh_eth_write(ndev, mdp->cd->eesipr_value, EESIPR);
Ben Hutchings283e38d2015-01-22 12:44:08 +00001325 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001326
1327 /* PAUSE Prohibition */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001328 val = (sh_eth_read(ndev, ECMR) & ECMR_DM) |
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001329 ECMR_ZPF | (mdp->duplex ? ECMR_DM : 0) | ECMR_TE | ECMR_RE;
1330
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001331 sh_eth_write(ndev, val, ECMR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001332
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001333 if (mdp->cd->set_rate)
1334 mdp->cd->set_rate(ndev);
1335
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001336 /* E-MAC Status Register clear */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001337 sh_eth_write(ndev, mdp->cd->ecsr_value, ECSR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001338
1339 /* E-MAC Interrupt Enable register */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001340 if (start)
1341 sh_eth_write(ndev, mdp->cd->ecsipr_value, ECSIPR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001342
1343 /* Set MAC address */
1344 update_mac_address(ndev);
1345
1346 /* mask reset */
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001347 if (mdp->cd->apr)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001348 sh_eth_write(ndev, APR_AP, APR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001349 if (mdp->cd->mpr)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001350 sh_eth_write(ndev, MPR_MP, MPR);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001351 if (mdp->cd->tpauser)
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001352 sh_eth_write(ndev, TPAUSER_UNLIMITED, TPAUSER);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001353
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001354 if (start) {
1355 /* Setting the Rx mode will start the Rx process. */
1356 sh_eth_write(ndev, EDRRR_R, EDRRR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001357
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001358 netif_start_queue(ndev);
1359 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001360
1361 return ret;
1362}
1363
Ben Hutchings740c7f32015-01-27 00:49:32 +00001364static void sh_eth_dev_exit(struct net_device *ndev)
1365{
1366 struct sh_eth_private *mdp = netdev_priv(ndev);
1367 int i;
1368
1369 /* Deactivate all TX descriptors, so DMA should stop at next
1370 * packet boundary if it's currently running
1371 */
1372 for (i = 0; i < mdp->num_tx_ring; i++)
1373 mdp->tx_ring[i].status &= ~cpu_to_edmac(mdp, TD_TACT);
1374
1375 /* Disable TX FIFO egress to MAC */
1376 sh_eth_rcv_snd_disable(ndev);
1377
1378 /* Stop RX DMA at next packet boundary */
1379 sh_eth_write(ndev, 0, EDRRR);
1380
1381 /* Aside from TX DMA, we can't tell when the hardware is
1382 * really stopped, so we need to reset to make sure.
1383 * Before doing that, wait for long enough to *probably*
1384 * finish transmitting the last packet and poll stats.
1385 */
1386 msleep(2); /* max frame time at 10 Mbps < 1250 us */
1387 sh_eth_get_stats(ndev);
1388 sh_eth_reset(ndev);
1389}
1390
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001391/* free Tx skb function */
1392static int sh_eth_txfree(struct net_device *ndev)
1393{
1394 struct sh_eth_private *mdp = netdev_priv(ndev);
1395 struct sh_eth_txdesc *txdesc;
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001396 int free_num = 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001397 int entry = 0;
1398
1399 for (; mdp->cur_tx - mdp->dirty_tx > 0; mdp->dirty_tx++) {
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001400 entry = mdp->dirty_tx % mdp->num_tx_ring;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001401 txdesc = &mdp->tx_ring[entry];
Yoshinori Sato71557a32008-08-06 19:49:00 -04001402 if (txdesc->status & cpu_to_edmac(mdp, TD_TACT))
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001403 break;
1404 /* Free the original skb. */
1405 if (mdp->tx_skbuff[entry]) {
Yoshihiro Shimoda31fcb992011-06-30 22:52:13 +00001406 dma_unmap_single(&ndev->dev, txdesc->addr,
1407 txdesc->buffer_length, DMA_TO_DEVICE);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001408 dev_kfree_skb_irq(mdp->tx_skbuff[entry]);
1409 mdp->tx_skbuff[entry] = NULL;
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001410 free_num++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001411 }
Yoshinori Sato71557a32008-08-06 19:49:00 -04001412 txdesc->status = cpu_to_edmac(mdp, TD_TFP);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001413 if (entry >= mdp->num_tx_ring - 1)
Yoshinori Sato71557a32008-08-06 19:49:00 -04001414 txdesc->status |= cpu_to_edmac(mdp, TD_TDLE);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001415
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001416 ndev->stats.tx_packets++;
1417 ndev->stats.tx_bytes += txdesc->buffer_length;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001418 }
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001419 return free_num;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001420}
1421
1422/* Packet receive function */
Sergei Shtylyov37191092013-06-19 23:30:23 +04001423static int sh_eth_rx(struct net_device *ndev, u32 intr_status, int *quota)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001424{
1425 struct sh_eth_private *mdp = netdev_priv(ndev);
1426 struct sh_eth_rxdesc *rxdesc;
1427
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001428 int entry = mdp->cur_rx % mdp->num_rx_ring;
1429 int boguscnt = (mdp->dirty_rx + mdp->num_rx_ring) - mdp->cur_rx;
Mitsuhiro Kimura319cd522014-12-09 21:23:42 +09001430 int limit;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001431 struct sk_buff *skb;
1432 u16 pkt_len = 0;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001433 u32 desc_status;
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001434 int skbuff_size = mdp->rx_buf_sz + SH_ETH_RX_ALIGN - 1;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001435
Mitsuhiro Kimura319cd522014-12-09 21:23:42 +09001436 boguscnt = min(boguscnt, *quota);
1437 limit = boguscnt;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001438 rxdesc = &mdp->rx_ring[entry];
Yoshinori Sato71557a32008-08-06 19:49:00 -04001439 while (!(rxdesc->status & cpu_to_edmac(mdp, RD_RACT))) {
1440 desc_status = edmac_to_cpu(mdp, rxdesc->status);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001441 pkt_len = rxdesc->frame_length;
1442
1443 if (--boguscnt < 0)
1444 break;
1445
1446 if (!(desc_status & RDFEND))
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001447 ndev->stats.rx_length_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001448
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001449 /* In case of almost all GETHER/ETHERs, the Receive Frame State
Yoshihiro Shimodadd019892013-06-13 10:15:45 +09001450 * (RFS) bits in the Receive Descriptor 0 are from bit 9 to
Simon Hormandb893472014-01-17 09:22:28 +09001451 * bit 0. However, in case of the R8A7740, R8A779x, and
1452 * R7S72100 the RFS bits are from bit 25 to bit 16. So, the
1453 * driver needs right shifting by 16.
Yoshihiro Shimodadd019892013-06-13 10:15:45 +09001454 */
Sergei Shtylyovac8025a2013-06-13 22:12:45 +04001455 if (mdp->cd->shift_rd0)
1456 desc_status >>= 16;
Yoshihiro Shimodadd019892013-06-13 10:15:45 +09001457
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001458 if (desc_status & (RD_RFS1 | RD_RFS2 | RD_RFS3 | RD_RFS4 |
1459 RD_RFS5 | RD_RFS6 | RD_RFS10)) {
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001460 ndev->stats.rx_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001461 if (desc_status & RD_RFS1)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001462 ndev->stats.rx_crc_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001463 if (desc_status & RD_RFS2)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001464 ndev->stats.rx_frame_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001465 if (desc_status & RD_RFS3)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001466 ndev->stats.rx_length_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001467 if (desc_status & RD_RFS4)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001468 ndev->stats.rx_length_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001469 if (desc_status & RD_RFS6)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001470 ndev->stats.rx_missed_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001471 if (desc_status & RD_RFS10)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001472 ndev->stats.rx_over_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001473 } else {
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001474 if (!mdp->cd->hw_swap)
1475 sh_eth_soft_swap(
1476 phys_to_virt(ALIGN(rxdesc->addr, 4)),
1477 pkt_len + 2);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001478 skb = mdp->rx_skbuff[entry];
1479 mdp->rx_skbuff[entry] = NULL;
Magnus Damm503914c2009-12-15 21:16:55 -08001480 if (mdp->cd->rpadir)
1481 skb_reserve(skb, NET_IP_ALIGN);
Kouei Abe7db8e0c2013-08-30 12:41:07 +09001482 dma_sync_single_for_cpu(&ndev->dev, rxdesc->addr,
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001483 ALIGN(mdp->rx_buf_sz, 16),
Kouei Abe7db8e0c2013-08-30 12:41:07 +09001484 DMA_FROM_DEVICE);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001485 skb_put(skb, pkt_len);
1486 skb->protocol = eth_type_trans(skb, ndev);
Sergei Shtylyova8e9fd02013-09-03 03:03:10 +04001487 netif_receive_skb(skb);
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001488 ndev->stats.rx_packets++;
1489 ndev->stats.rx_bytes += pkt_len;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001490 }
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001491 entry = (++mdp->cur_rx) % mdp->num_rx_ring;
Yoshihiro Shimoda862df492009-05-24 23:53:40 +00001492 rxdesc = &mdp->rx_ring[entry];
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001493 }
1494
1495 /* Refill the Rx ring buffers. */
1496 for (; mdp->cur_rx - mdp->dirty_rx > 0; mdp->dirty_rx++) {
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001497 entry = mdp->dirty_rx % mdp->num_rx_ring;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001498 rxdesc = &mdp->rx_ring[entry];
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001499 /* The size of the buffer is 16 byte boundary. */
Yoshihiro Shimoda0029d642009-05-24 23:53:20 +00001500 rxdesc->buffer_length = ALIGN(mdp->rx_buf_sz, 16);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001501
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001502 if (mdp->rx_skbuff[entry] == NULL) {
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001503 skb = netdev_alloc_skb(ndev, skbuff_size);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001504 mdp->rx_skbuff[entry] = skb;
1505 if (skb == NULL)
1506 break; /* Better luck next round. */
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001507 sh_eth_set_receive_align(skb);
Mitsuhiro Kimura4d6a9492014-11-27 20:34:00 +09001508 dma_map_single(&ndev->dev, skb->data,
1509 rxdesc->buffer_length, DMA_FROM_DEVICE);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001510
Eric Dumazetbc8acf22010-09-02 13:07:41 -07001511 skb_checksum_none_assert(skb);
Mitsuhiro Kimura450fa212014-12-08 19:46:21 +09001512 rxdesc->addr = virt_to_phys(skb->data);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001513 }
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001514 if (entry >= mdp->num_rx_ring - 1)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001515 rxdesc->status |=
Yoshinori Sato71557a32008-08-06 19:49:00 -04001516 cpu_to_edmac(mdp, RD_RACT | RD_RFP | RD_RDEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001517 else
1518 rxdesc->status |=
Yoshinori Sato71557a32008-08-06 19:49:00 -04001519 cpu_to_edmac(mdp, RD_RACT | RD_RFP);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001520 }
1521
1522 /* Restart Rx engine if stopped. */
1523 /* If we don't need to check status, don't. -KDU */
Yoshihiro Shimoda79fba9f2012-05-28 23:07:55 +00001524 if (!(sh_eth_read(ndev, EDRRR) & EDRRR_R)) {
Yoshihiro Shimodaa18e08b2012-06-20 15:26:34 +00001525 /* fix the values for the next receiving if RDE is set */
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001526 if (intr_status & EESR_RDE) {
1527 u32 count = (sh_eth_read(ndev, RDFAR) -
1528 sh_eth_read(ndev, RDLAR)) >> 4;
1529
1530 mdp->cur_rx = count;
1531 mdp->dirty_rx = count;
1532 }
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001533 sh_eth_write(ndev, EDRRR_R, EDRRR);
Yoshihiro Shimoda79fba9f2012-05-28 23:07:55 +00001534 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001535
Mitsuhiro Kimura319cd522014-12-09 21:23:42 +09001536 *quota -= limit - boguscnt - 1;
1537
Yoshihiro Shimoda4f809ce2014-06-10 09:40:14 +09001538 return *quota <= 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001539}
1540
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001541static void sh_eth_rcv_snd_disable(struct net_device *ndev)
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001542{
1543 /* disable tx and rx */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001544 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) &
1545 ~(ECMR_RE | ECMR_TE), ECMR);
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001546}
1547
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001548static void sh_eth_rcv_snd_enable(struct net_device *ndev)
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001549{
1550 /* enable tx and rx */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001551 sh_eth_write(ndev, sh_eth_read(ndev, ECMR) |
1552 (ECMR_RE | ECMR_TE), ECMR);
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001553}
1554
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001555/* error control function */
1556static void sh_eth_error(struct net_device *ndev, int intr_status)
1557{
1558 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001559 u32 felic_stat;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001560 u32 link_stat;
1561 u32 mask;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001562
1563 if (intr_status & EESR_ECI) {
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001564 felic_stat = sh_eth_read(ndev, ECSR);
1565 sh_eth_write(ndev, felic_stat, ECSR); /* clear int */
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001566 if (felic_stat & ECSR_ICD)
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001567 ndev->stats.tx_carrier_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001568 if (felic_stat & ECSR_LCHNG) {
1569 /* Link Changed */
Yoshihiro Shimoda49235762009-08-27 23:25:03 +00001570 if (mdp->cd->no_psr || mdp->no_ether_link) {
Sergei Shtylyov1e1b8122013-03-31 09:50:07 +00001571 goto ignore_link;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001572 } else {
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001573 link_stat = (sh_eth_read(ndev, PSR));
Yoshihiro Shimoda49235762009-08-27 23:25:03 +00001574 if (mdp->ether_link_active_low)
1575 link_stat = ~link_stat;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001576 }
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001577 if (!(link_stat & PHY_ST_LINK)) {
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001578 sh_eth_rcv_snd_disable(ndev);
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001579 } else {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001580 /* Link Up */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001581 sh_eth_write(ndev, sh_eth_read(ndev, EESIPR) &
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001582 ~DMAC_M_ECI, EESIPR);
1583 /* clear int */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001584 sh_eth_write(ndev, sh_eth_read(ndev, ECSR),
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001585 ECSR);
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001586 sh_eth_write(ndev, sh_eth_read(ndev, EESIPR) |
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001587 DMAC_M_ECI, EESIPR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001588 /* enable tx and rx */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001589 sh_eth_rcv_snd_enable(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001590 }
1591 }
1592 }
1593
Sergei Shtylyov1e1b8122013-03-31 09:50:07 +00001594ignore_link:
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001595 if (intr_status & EESR_TWB) {
Sergei Shtylyov4eb313a2013-06-21 01:13:42 +04001596 /* Unused write back interrupt */
1597 if (intr_status & EESR_TABT) { /* Transmit Abort int */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001598 ndev->stats.tx_aborted_errors++;
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03001599 netif_err(mdp, tx_err, ndev, "Transmit Abort\n");
Sergei Shtylyov4eb313a2013-06-21 01:13:42 +04001600 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001601 }
1602
1603 if (intr_status & EESR_RABT) {
1604 /* Receive Abort int */
1605 if (intr_status & EESR_RFRMER) {
1606 /* Receive Frame Overflow int */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001607 ndev->stats.rx_frame_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001608 }
1609 }
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001610
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001611 if (intr_status & EESR_TDE) {
1612 /* Transmit Descriptor Empty int */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001613 ndev->stats.tx_fifo_errors++;
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03001614 netif_err(mdp, tx_err, ndev, "Transmit Descriptor Empty\n");
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001615 }
1616
1617 if (intr_status & EESR_TFE) {
1618 /* FIFO under flow */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001619 ndev->stats.tx_fifo_errors++;
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03001620 netif_err(mdp, tx_err, ndev, "Transmit FIFO Under flow\n");
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001621 }
1622
1623 if (intr_status & EESR_RDE) {
1624 /* Receive Descriptor Empty int */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001625 ndev->stats.rx_over_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001626 }
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001627
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001628 if (intr_status & EESR_RFE) {
1629 /* Receive FIFO Overflow int */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001630 ndev->stats.rx_fifo_errors++;
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001631 }
1632
1633 if (!mdp->cd->no_ade && (intr_status & EESR_ADE)) {
1634 /* Address Error */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00001635 ndev->stats.tx_fifo_errors++;
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03001636 netif_err(mdp, tx_err, ndev, "Address Error\n");
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001637 }
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001638
1639 mask = EESR_TWB | EESR_TABT | EESR_ADE | EESR_TDE | EESR_TFE;
1640 if (mdp->cd->no_ade)
1641 mask &= ~EESR_ADE;
1642 if (intr_status & mask) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001643 /* Tx error */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001644 u32 edtrr = sh_eth_read(ndev, EDTRR);
Sergei Shtylyov090d5602014-01-11 02:41:49 +03001645
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001646 /* dmesg */
Sergei Shtylyovda246852014-03-15 03:29:14 +03001647 netdev_err(ndev, "TX error. status=%8.8x cur_tx=%8.8x dirty_tx=%8.8x state=%8.8x EDTRR=%8.8x.\n",
1648 intr_status, mdp->cur_tx, mdp->dirty_tx,
1649 (u32)ndev->state, edtrr);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001650 /* dirty buffer free */
1651 sh_eth_txfree(ndev);
1652
1653 /* SH7712 BUG */
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00001654 if (edtrr ^ sh_eth_get_edtrr_trns(mdp)) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001655 /* tx dma start */
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00001656 sh_eth_write(ndev, sh_eth_get_edtrr_trns(mdp), EDTRR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001657 }
1658 /* wakeup */
1659 netif_wake_queue(ndev);
1660 }
1661}
1662
1663static irqreturn_t sh_eth_interrupt(int irq, void *netdev)
1664{
1665 struct net_device *ndev = netdev;
1666 struct sh_eth_private *mdp = netdev_priv(ndev);
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001667 struct sh_eth_cpu_data *cd = mdp->cd;
Nobuhiro Iwamatsu0e0fde32009-03-16 19:50:57 +00001668 irqreturn_t ret = IRQ_NONE;
Sergei Shtylyov37191092013-06-19 23:30:23 +04001669 unsigned long intr_status, intr_enable;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001670
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001671 spin_lock(&mdp->lock);
1672
Sergei Shtylyov3893b273452013-03-31 09:54:20 +00001673 /* Get interrupt status */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001674 intr_status = sh_eth_read(ndev, EESR);
Sergei Shtylyov3893b273452013-03-31 09:54:20 +00001675 /* Mask it with the interrupt mask, forcing ECI interrupt to be always
1676 * enabled since it's the one that comes thru regardless of the mask,
1677 * and we need to fully handle it in sh_eth_error() in order to quench
1678 * it as it doesn't get cleared by just writing 1 to the ECI bit...
1679 */
Sergei Shtylyov37191092013-06-19 23:30:23 +04001680 intr_enable = sh_eth_read(ndev, EESIPR);
1681 intr_status &= intr_enable | DMAC_M_ECI;
1682 if (intr_status & (EESR_RX_CHECK | cd->tx_check | cd->eesr_err_check))
Nobuhiro Iwamatsu0e0fde32009-03-16 19:50:57 +00001683 ret = IRQ_HANDLED;
Sergei Shtylyov37191092013-06-19 23:30:23 +04001684 else
Ben Hutchings283e38d2015-01-22 12:44:08 +00001685 goto out;
1686
1687 if (!likely(mdp->irq_enabled)) {
1688 sh_eth_write(ndev, 0, EESIPR);
1689 goto out;
1690 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001691
Sergei Shtylyov37191092013-06-19 23:30:23 +04001692 if (intr_status & EESR_RX_CHECK) {
1693 if (napi_schedule_prep(&mdp->napi)) {
1694 /* Mask Rx interrupts */
1695 sh_eth_write(ndev, intr_enable & ~EESR_RX_CHECK,
1696 EESIPR);
1697 __napi_schedule(&mdp->napi);
1698 } else {
Sergei Shtylyovda246852014-03-15 03:29:14 +03001699 netdev_warn(ndev,
1700 "ignoring interrupt, status 0x%08lx, mask 0x%08lx.\n",
1701 intr_status, intr_enable);
Sergei Shtylyov37191092013-06-19 23:30:23 +04001702 }
1703 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001704
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09001705 /* Tx Check */
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001706 if (intr_status & cd->tx_check) {
Sergei Shtylyov37191092013-06-19 23:30:23 +04001707 /* Clear Tx interrupts */
1708 sh_eth_write(ndev, intr_status & cd->tx_check, EESR);
1709
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001710 sh_eth_txfree(ndev);
1711 netif_wake_queue(ndev);
1712 }
1713
Sergei Shtylyov37191092013-06-19 23:30:23 +04001714 if (intr_status & cd->eesr_err_check) {
1715 /* Clear error interrupts */
1716 sh_eth_write(ndev, intr_status & cd->eesr_err_check, EESR);
1717
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001718 sh_eth_error(ndev, intr_status);
Sergei Shtylyov37191092013-06-19 23:30:23 +04001719 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001720
Ben Hutchings283e38d2015-01-22 12:44:08 +00001721out:
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001722 spin_unlock(&mdp->lock);
1723
Nobuhiro Iwamatsu0e0fde32009-03-16 19:50:57 +00001724 return ret;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001725}
1726
Sergei Shtylyov37191092013-06-19 23:30:23 +04001727static int sh_eth_poll(struct napi_struct *napi, int budget)
1728{
1729 struct sh_eth_private *mdp = container_of(napi, struct sh_eth_private,
1730 napi);
1731 struct net_device *ndev = napi->dev;
1732 int quota = budget;
1733 unsigned long intr_status;
1734
1735 for (;;) {
1736 intr_status = sh_eth_read(ndev, EESR);
1737 if (!(intr_status & EESR_RX_CHECK))
1738 break;
1739 /* Clear Rx interrupts */
1740 sh_eth_write(ndev, intr_status & EESR_RX_CHECK, EESR);
1741
1742 if (sh_eth_rx(ndev, intr_status, &quota))
1743 goto out;
1744 }
1745
1746 napi_complete(napi);
1747
1748 /* Reenable Rx interrupts */
Ben Hutchings283e38d2015-01-22 12:44:08 +00001749 if (mdp->irq_enabled)
1750 sh_eth_write(ndev, mdp->cd->eesipr_value, EESIPR);
Sergei Shtylyov37191092013-06-19 23:30:23 +04001751out:
1752 return budget - quota;
1753}
1754
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001755/* PHY state control function */
1756static void sh_eth_adjust_link(struct net_device *ndev)
1757{
1758 struct sh_eth_private *mdp = netdev_priv(ndev);
1759 struct phy_device *phydev = mdp->phydev;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001760 int new_state = 0;
1761
Sergei Shtylyov3340d2a2013-03-31 10:11:04 +00001762 if (phydev->link) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001763 if (phydev->duplex != mdp->duplex) {
1764 new_state = 1;
1765 mdp->duplex = phydev->duplex;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001766 if (mdp->cd->set_duplex)
1767 mdp->cd->set_duplex(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001768 }
1769
1770 if (phydev->speed != mdp->speed) {
1771 new_state = 1;
1772 mdp->speed = phydev->speed;
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001773 if (mdp->cd->set_rate)
1774 mdp->cd->set_rate(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001775 }
Sergei Shtylyov3340d2a2013-03-31 10:11:04 +00001776 if (!mdp->link) {
Yoshihiro Shimoda91a56152011-07-05 20:33:51 +00001777 sh_eth_write(ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001778 sh_eth_read(ndev, ECMR) & ~ECMR_TXF,
1779 ECMR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001780 new_state = 1;
1781 mdp->link = phydev->link;
Sergei Shtylyov1e1b8122013-03-31 09:50:07 +00001782 if (mdp->cd->no_psr || mdp->no_ether_link)
1783 sh_eth_rcv_snd_enable(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001784 }
1785 } else if (mdp->link) {
1786 new_state = 1;
Sergei Shtylyov3340d2a2013-03-31 10:11:04 +00001787 mdp->link = 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001788 mdp->speed = 0;
1789 mdp->duplex = -1;
Sergei Shtylyov1e1b8122013-03-31 09:50:07 +00001790 if (mdp->cd->no_psr || mdp->no_ether_link)
1791 sh_eth_rcv_snd_disable(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001792 }
1793
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001794 if (new_state && netif_msg_link(mdp))
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001795 phy_print_status(phydev);
1796}
1797
1798/* PHY init function */
1799static int sh_eth_phy_init(struct net_device *ndev)
1800{
Ben Dooks702eca02014-03-12 17:47:40 +00001801 struct device_node *np = ndev->dev.parent->of_node;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001802 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001803 struct phy_device *phydev = NULL;
1804
Sergei Shtylyov3340d2a2013-03-31 10:11:04 +00001805 mdp->link = 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001806 mdp->speed = 0;
1807 mdp->duplex = -1;
1808
1809 /* Try connect to PHY */
Ben Dooks702eca02014-03-12 17:47:40 +00001810 if (np) {
1811 struct device_node *pn;
1812
1813 pn = of_parse_phandle(np, "phy-handle", 0);
1814 phydev = of_phy_connect(ndev, pn,
1815 sh_eth_adjust_link, 0,
1816 mdp->phy_interface);
1817
1818 if (!phydev)
1819 phydev = ERR_PTR(-ENOENT);
1820 } else {
1821 char phy_id[MII_BUS_ID_SIZE + 3];
1822
1823 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT,
1824 mdp->mii_bus->id, mdp->phy_id);
1825
1826 phydev = phy_connect(ndev, phy_id, sh_eth_adjust_link,
1827 mdp->phy_interface);
1828 }
1829
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001830 if (IS_ERR(phydev)) {
Sergei Shtylyovda246852014-03-15 03:29:14 +03001831 netdev_err(ndev, "failed to connect PHY\n");
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001832 return PTR_ERR(phydev);
1833 }
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00001834
Sergei Shtylyovda246852014-03-15 03:29:14 +03001835 netdev_info(ndev, "attached PHY %d (IRQ %d) to driver %s\n",
1836 phydev->addr, phydev->irq, phydev->drv->name);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001837
1838 mdp->phydev = phydev;
1839
1840 return 0;
1841}
1842
1843/* PHY control start function */
1844static int sh_eth_phy_start(struct net_device *ndev)
1845{
1846 struct sh_eth_private *mdp = netdev_priv(ndev);
1847 int ret;
1848
1849 ret = sh_eth_phy_init(ndev);
1850 if (ret)
1851 return ret;
1852
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07001853 phy_start(mdp->phydev);
1854
1855 return 0;
1856}
1857
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001858static int sh_eth_get_settings(struct net_device *ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001859 struct ethtool_cmd *ecmd)
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001860{
1861 struct sh_eth_private *mdp = netdev_priv(ndev);
1862 unsigned long flags;
1863 int ret;
1864
Ben Hutchings4f9dce232015-01-16 17:51:25 +00001865 if (!mdp->phydev)
1866 return -ENODEV;
1867
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001868 spin_lock_irqsave(&mdp->lock, flags);
1869 ret = phy_ethtool_gset(mdp->phydev, ecmd);
1870 spin_unlock_irqrestore(&mdp->lock, flags);
1871
1872 return ret;
1873}
1874
1875static int sh_eth_set_settings(struct net_device *ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001876 struct ethtool_cmd *ecmd)
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001877{
1878 struct sh_eth_private *mdp = netdev_priv(ndev);
1879 unsigned long flags;
1880 int ret;
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001881
Ben Hutchings4f9dce232015-01-16 17:51:25 +00001882 if (!mdp->phydev)
1883 return -ENODEV;
1884
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001885 spin_lock_irqsave(&mdp->lock, flags);
1886
1887 /* disable tx and rx */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001888 sh_eth_rcv_snd_disable(ndev);
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001889
1890 ret = phy_ethtool_sset(mdp->phydev, ecmd);
1891 if (ret)
1892 goto error_exit;
1893
1894 if (ecmd->duplex == DUPLEX_FULL)
1895 mdp->duplex = 1;
1896 else
1897 mdp->duplex = 0;
1898
1899 if (mdp->cd->set_duplex)
1900 mdp->cd->set_duplex(ndev);
1901
1902error_exit:
1903 mdelay(1);
1904
1905 /* enable tx and rx */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00001906 sh_eth_rcv_snd_enable(ndev);
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001907
1908 spin_unlock_irqrestore(&mdp->lock, flags);
1909
1910 return ret;
1911}
1912
1913static int sh_eth_nway_reset(struct net_device *ndev)
1914{
1915 struct sh_eth_private *mdp = netdev_priv(ndev);
1916 unsigned long flags;
1917 int ret;
1918
Ben Hutchings4f9dce232015-01-16 17:51:25 +00001919 if (!mdp->phydev)
1920 return -ENODEV;
1921
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001922 spin_lock_irqsave(&mdp->lock, flags);
1923 ret = phy_start_aneg(mdp->phydev);
1924 spin_unlock_irqrestore(&mdp->lock, flags);
1925
1926 return ret;
1927}
1928
1929static u32 sh_eth_get_msglevel(struct net_device *ndev)
1930{
1931 struct sh_eth_private *mdp = netdev_priv(ndev);
1932 return mdp->msg_enable;
1933}
1934
1935static void sh_eth_set_msglevel(struct net_device *ndev, u32 value)
1936{
1937 struct sh_eth_private *mdp = netdev_priv(ndev);
1938 mdp->msg_enable = value;
1939}
1940
1941static const char sh_eth_gstrings_stats[][ETH_GSTRING_LEN] = {
1942 "rx_current", "tx_current",
1943 "rx_dirty", "tx_dirty",
1944};
1945#define SH_ETH_STATS_LEN ARRAY_SIZE(sh_eth_gstrings_stats)
1946
1947static int sh_eth_get_sset_count(struct net_device *netdev, int sset)
1948{
1949 switch (sset) {
1950 case ETH_SS_STATS:
1951 return SH_ETH_STATS_LEN;
1952 default:
1953 return -EOPNOTSUPP;
1954 }
1955}
1956
1957static void sh_eth_get_ethtool_stats(struct net_device *ndev,
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001958 struct ethtool_stats *stats, u64 *data)
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001959{
1960 struct sh_eth_private *mdp = netdev_priv(ndev);
1961 int i = 0;
1962
1963 /* device-specific stats */
1964 data[i++] = mdp->cur_rx;
1965 data[i++] = mdp->cur_tx;
1966 data[i++] = mdp->dirty_rx;
1967 data[i++] = mdp->dirty_tx;
1968}
1969
1970static void sh_eth_get_strings(struct net_device *ndev, u32 stringset, u8 *data)
1971{
1972 switch (stringset) {
1973 case ETH_SS_STATS:
1974 memcpy(data, *sh_eth_gstrings_stats,
Sergei Shtylyov128296f2014-01-03 15:52:22 +03001975 sizeof(sh_eth_gstrings_stats));
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00001976 break;
1977 }
1978}
1979
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00001980static void sh_eth_get_ringparam(struct net_device *ndev,
1981 struct ethtool_ringparam *ring)
1982{
1983 struct sh_eth_private *mdp = netdev_priv(ndev);
1984
1985 ring->rx_max_pending = RX_RING_MAX;
1986 ring->tx_max_pending = TX_RING_MAX;
1987 ring->rx_pending = mdp->num_rx_ring;
1988 ring->tx_pending = mdp->num_tx_ring;
1989}
1990
1991static int sh_eth_set_ringparam(struct net_device *ndev,
1992 struct ethtool_ringparam *ring)
1993{
1994 struct sh_eth_private *mdp = netdev_priv(ndev);
1995 int ret;
1996
1997 if (ring->tx_pending > TX_RING_MAX ||
1998 ring->rx_pending > RX_RING_MAX ||
1999 ring->tx_pending < TX_RING_MIN ||
2000 ring->rx_pending < RX_RING_MIN)
2001 return -EINVAL;
2002 if (ring->rx_mini_pending || ring->rx_jumbo_pending)
2003 return -EINVAL;
2004
2005 if (netif_running(ndev)) {
Ben Hutchingsbd888912015-01-22 12:40:25 +00002006 netif_device_detach(ndev);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002007 netif_tx_disable(ndev);
Ben Hutchings283e38d2015-01-22 12:44:08 +00002008
2009 /* Serialise with the interrupt handler and NAPI, then
2010 * disable interrupts. We have to clear the
2011 * irq_enabled flag first to ensure that interrupts
2012 * won't be re-enabled.
2013 */
2014 mdp->irq_enabled = false;
2015 synchronize_irq(ndev->irq);
2016 napi_synchronize(&mdp->napi);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002017 sh_eth_write(ndev, 0x0000, EESIPR);
Ben Hutchings283e38d2015-01-22 12:44:08 +00002018
Ben Hutchings740c7f32015-01-27 00:49:32 +00002019 sh_eth_dev_exit(ndev);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002020
Ben Hutchings084236d2015-01-22 12:41:34 +00002021 /* Free all the skbuffs in the Rx queue. */
2022 sh_eth_ring_free(ndev);
2023 /* Free DMA buffer */
2024 sh_eth_free_dma_buffer(mdp);
2025 }
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002026
2027 /* Set new parameters */
2028 mdp->num_rx_ring = ring->rx_pending;
2029 mdp->num_tx_ring = ring->tx_pending;
2030
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002031 if (netif_running(ndev)) {
Ben Hutchings084236d2015-01-22 12:41:34 +00002032 ret = sh_eth_ring_init(ndev);
2033 if (ret < 0) {
2034 netdev_err(ndev, "%s: sh_eth_ring_init failed.\n",
2035 __func__);
2036 return ret;
2037 }
2038 ret = sh_eth_dev_init(ndev, false);
2039 if (ret < 0) {
2040 netdev_err(ndev, "%s: sh_eth_dev_init failed.\n",
2041 __func__);
2042 return ret;
2043 }
2044
Ben Hutchings283e38d2015-01-22 12:44:08 +00002045 mdp->irq_enabled = true;
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002046 sh_eth_write(ndev, mdp->cd->eesipr_value, EESIPR);
2047 /* Setting the Rx mode will start the Rx process. */
2048 sh_eth_write(ndev, EDRRR_R, EDRRR);
Ben Hutchingsbd888912015-01-22 12:40:25 +00002049 netif_device_attach(ndev);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002050 }
2051
2052 return 0;
2053}
2054
stephen hemminger9b07be42012-01-04 12:59:49 +00002055static const struct ethtool_ops sh_eth_ethtool_ops = {
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00002056 .get_settings = sh_eth_get_settings,
2057 .set_settings = sh_eth_set_settings,
stephen hemminger9b07be42012-01-04 12:59:49 +00002058 .nway_reset = sh_eth_nway_reset,
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00002059 .get_msglevel = sh_eth_get_msglevel,
2060 .set_msglevel = sh_eth_set_msglevel,
stephen hemminger9b07be42012-01-04 12:59:49 +00002061 .get_link = ethtool_op_get_link,
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00002062 .get_strings = sh_eth_get_strings,
2063 .get_ethtool_stats = sh_eth_get_ethtool_stats,
2064 .get_sset_count = sh_eth_get_sset_count,
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002065 .get_ringparam = sh_eth_get_ringparam,
2066 .set_ringparam = sh_eth_set_ringparam,
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00002067};
2068
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002069/* network device open function */
2070static int sh_eth_open(struct net_device *ndev)
2071{
2072 int ret = 0;
2073 struct sh_eth_private *mdp = netdev_priv(ndev);
2074
Magnus Dammbcd51492009-10-09 00:20:04 +00002075 pm_runtime_get_sync(&mdp->pdev->dev);
2076
Sergei Shtylyovd2779e92013-09-04 02:41:27 +04002077 napi_enable(&mdp->napi);
2078
Joe Perchesa0607fd2009-11-18 23:29:17 -08002079 ret = request_irq(ndev->irq, sh_eth_interrupt,
Nobuhiro Iwamatsu5b3dfd12013-06-06 09:49:30 +00002080 mdp->cd->irq_flags, ndev->name, ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002081 if (ret) {
Sergei Shtylyovda246852014-03-15 03:29:14 +03002082 netdev_err(ndev, "Can not assign IRQ number\n");
Sergei Shtylyovd2779e92013-09-04 02:41:27 +04002083 goto out_napi_off;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002084 }
2085
2086 /* Descriptor set */
2087 ret = sh_eth_ring_init(ndev);
2088 if (ret)
2089 goto out_free_irq;
2090
2091 /* device init */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002092 ret = sh_eth_dev_init(ndev, true);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002093 if (ret)
2094 goto out_free_irq;
2095
2096 /* PHY control start*/
2097 ret = sh_eth_phy_start(ndev);
2098 if (ret)
2099 goto out_free_irq;
2100
Mitsuhiro Kimura7fa29552014-11-28 10:04:15 +09002101 mdp->is_opened = 1;
2102
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002103 return ret;
2104
2105out_free_irq:
2106 free_irq(ndev->irq, ndev);
Sergei Shtylyovd2779e92013-09-04 02:41:27 +04002107out_napi_off:
2108 napi_disable(&mdp->napi);
Magnus Dammbcd51492009-10-09 00:20:04 +00002109 pm_runtime_put_sync(&mdp->pdev->dev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002110 return ret;
2111}
2112
2113/* Timeout function */
2114static void sh_eth_tx_timeout(struct net_device *ndev)
2115{
2116 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002117 struct sh_eth_rxdesc *rxdesc;
2118 int i;
2119
2120 netif_stop_queue(ndev);
2121
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03002122 netif_err(mdp, timer, ndev,
2123 "transmit timed out, status %8.8x, resetting...\n",
2124 (int)sh_eth_read(ndev, EESR));
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002125
2126 /* tx_errors count up */
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00002127 ndev->stats.tx_errors++;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002128
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002129 /* Free all the skbuffs in the Rx queue. */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002130 for (i = 0; i < mdp->num_rx_ring; i++) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002131 rxdesc = &mdp->rx_ring[i];
2132 rxdesc->status = 0;
2133 rxdesc->addr = 0xBADF00D0;
Sergei Shtylyov179d80a2014-06-28 04:10:00 +04002134 dev_kfree_skb(mdp->rx_skbuff[i]);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002135 mdp->rx_skbuff[i] = NULL;
2136 }
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002137 for (i = 0; i < mdp->num_tx_ring; i++) {
Sergei Shtylyov179d80a2014-06-28 04:10:00 +04002138 dev_kfree_skb(mdp->tx_skbuff[i]);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002139 mdp->tx_skbuff[i] = NULL;
2140 }
2141
2142 /* device init */
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002143 sh_eth_dev_init(ndev, true);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002144}
2145
2146/* Packet transmit function */
2147static int sh_eth_start_xmit(struct sk_buff *skb, struct net_device *ndev)
2148{
2149 struct sh_eth_private *mdp = netdev_priv(ndev);
2150 struct sh_eth_txdesc *txdesc;
2151 u32 entry;
Nobuhiro Iwamatsufb5e2f92008-11-17 20:29:58 +00002152 unsigned long flags;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002153
2154 spin_lock_irqsave(&mdp->lock, flags);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002155 if ((mdp->cur_tx - mdp->dirty_tx) >= (mdp->num_tx_ring - 4)) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002156 if (!sh_eth_txfree(ndev)) {
Sergei Shtylyov8d5009f2014-03-15 03:30:59 +03002157 netif_warn(mdp, tx_queued, ndev, "TxFD exhausted.\n");
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002158 netif_stop_queue(ndev);
2159 spin_unlock_irqrestore(&mdp->lock, flags);
Patrick McHardy5b548142009-06-12 06:22:29 +00002160 return NETDEV_TX_BUSY;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002161 }
2162 }
2163 spin_unlock_irqrestore(&mdp->lock, flags);
2164
Ben Hutchingseebfb642015-01-22 12:40:13 +00002165 if (skb_padto(skb, ETH_ZLEN))
2166 return NETDEV_TX_OK;
2167
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002168 entry = mdp->cur_tx % mdp->num_tx_ring;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002169 mdp->tx_skbuff[entry] = skb;
2170 txdesc = &mdp->tx_ring[entry];
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002171 /* soft swap. */
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00002172 if (!mdp->cd->hw_swap)
2173 sh_eth_soft_swap(phys_to_virt(ALIGN(txdesc->addr, 4)),
2174 skb->len + 2);
Yoshihiro Shimoda31fcb992011-06-30 22:52:13 +00002175 txdesc->addr = dma_map_single(&ndev->dev, skb->data, skb->len,
2176 DMA_TO_DEVICE);
Ben Hutchingsaa3933b2015-01-27 00:49:47 +00002177 if (dma_mapping_error(&ndev->dev, txdesc->addr)) {
2178 kfree_skb(skb);
2179 return NETDEV_TX_OK;
2180 }
Ben Hutchingseebfb642015-01-22 12:40:13 +00002181 txdesc->buffer_length = skb->len;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002182
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002183 if (entry >= mdp->num_tx_ring - 1)
Yoshinori Sato71557a32008-08-06 19:49:00 -04002184 txdesc->status |= cpu_to_edmac(mdp, TD_TACT | TD_TDLE);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002185 else
Yoshinori Sato71557a32008-08-06 19:49:00 -04002186 txdesc->status |= cpu_to_edmac(mdp, TD_TACT);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002187
2188 mdp->cur_tx++;
2189
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00002190 if (!(sh_eth_read(ndev, EDTRR) & sh_eth_get_edtrr_trns(mdp)))
2191 sh_eth_write(ndev, sh_eth_get_edtrr_trns(mdp), EDTRR);
Nobuhiro Iwamatsub0ca2a22008-06-30 11:08:17 +09002192
Patrick McHardy6ed10652009-06-23 06:03:08 +00002193 return NETDEV_TX_OK;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002194}
2195
Mitsuhiro Kimura7fa29552014-11-28 10:04:15 +09002196static struct net_device_stats *sh_eth_get_stats(struct net_device *ndev)
2197{
2198 struct sh_eth_private *mdp = netdev_priv(ndev);
2199
2200 if (sh_eth_is_rz_fast_ether(mdp))
2201 return &ndev->stats;
2202
2203 if (!mdp->is_opened)
2204 return &ndev->stats;
2205
2206 ndev->stats.tx_dropped += sh_eth_read(ndev, TROCR);
2207 sh_eth_write(ndev, 0, TROCR); /* (write clear) */
2208 ndev->stats.collisions += sh_eth_read(ndev, CDCR);
2209 sh_eth_write(ndev, 0, CDCR); /* (write clear) */
2210 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, LCCR);
2211 sh_eth_write(ndev, 0, LCCR); /* (write clear) */
2212
2213 if (sh_eth_is_gether(mdp)) {
2214 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CERCR);
2215 sh_eth_write(ndev, 0, CERCR); /* (write clear) */
2216 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CEECR);
2217 sh_eth_write(ndev, 0, CEECR); /* (write clear) */
2218 } else {
2219 ndev->stats.tx_carrier_errors += sh_eth_read(ndev, CNDCR);
2220 sh_eth_write(ndev, 0, CNDCR); /* (write clear) */
2221 }
2222
2223 return &ndev->stats;
2224}
2225
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002226/* device close function */
2227static int sh_eth_close(struct net_device *ndev)
2228{
2229 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002230
2231 netif_stop_queue(ndev);
2232
Ben Hutchings283e38d2015-01-22 12:44:08 +00002233 /* Serialise with the interrupt handler and NAPI, then disable
2234 * interrupts. We have to clear the irq_enabled flag first to
2235 * ensure that interrupts won't be re-enabled.
2236 */
2237 mdp->irq_enabled = false;
2238 synchronize_irq(ndev->irq);
2239 napi_disable(&mdp->napi);
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002240 sh_eth_write(ndev, 0x0000, EESIPR);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002241
Ben Hutchings740c7f32015-01-27 00:49:32 +00002242 sh_eth_dev_exit(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002243
2244 /* PHY Disconnect */
2245 if (mdp->phydev) {
2246 phy_stop(mdp->phydev);
2247 phy_disconnect(mdp->phydev);
Ben Hutchings4f9dce232015-01-16 17:51:25 +00002248 mdp->phydev = NULL;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002249 }
2250
2251 free_irq(ndev->irq, ndev);
2252
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002253 /* Free all the skbuffs in the Rx queue. */
2254 sh_eth_ring_free(ndev);
2255
2256 /* free DMA buffer */
Yoshihiro Shimoda91c77552012-06-26 20:00:01 +00002257 sh_eth_free_dma_buffer(mdp);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002258
Magnus Dammbcd51492009-10-09 00:20:04 +00002259 pm_runtime_put_sync(&mdp->pdev->dev);
2260
Mitsuhiro Kimura7fa29552014-11-28 10:04:15 +09002261 mdp->is_opened = 0;
2262
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002263 return 0;
2264}
2265
Eric Dumazetbb7d92e2012-02-06 22:17:21 +00002266/* ioctl to device function */
Sergei Shtylyov128296f2014-01-03 15:52:22 +03002267static int sh_eth_do_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002268{
2269 struct sh_eth_private *mdp = netdev_priv(ndev);
2270 struct phy_device *phydev = mdp->phydev;
2271
2272 if (!netif_running(ndev))
2273 return -EINVAL;
2274
2275 if (!phydev)
2276 return -ENODEV;
2277
Richard Cochran28b04112010-07-17 08:48:55 +00002278 return phy_mii_ioctl(phydev, rq, cmd);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002279}
2280
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002281/* For TSU_POSTn. Please refer to the manual about this (strange) bitfields */
2282static void *sh_eth_tsu_get_post_reg_offset(struct sh_eth_private *mdp,
2283 int entry)
2284{
2285 return sh_eth_tsu_get_offset(mdp, TSU_POST1) + (entry / 8 * 4);
2286}
2287
2288static u32 sh_eth_tsu_get_post_mask(int entry)
2289{
2290 return 0x0f << (28 - ((entry % 8) * 4));
2291}
2292
2293static u32 sh_eth_tsu_get_post_bit(struct sh_eth_private *mdp, int entry)
2294{
2295 return (0x08 >> (mdp->port << 1)) << (28 - ((entry % 8) * 4));
2296}
2297
2298static void sh_eth_tsu_enable_cam_entry_post(struct net_device *ndev,
2299 int entry)
2300{
2301 struct sh_eth_private *mdp = netdev_priv(ndev);
2302 u32 tmp;
2303 void *reg_offset;
2304
2305 reg_offset = sh_eth_tsu_get_post_reg_offset(mdp, entry);
2306 tmp = ioread32(reg_offset);
2307 iowrite32(tmp | sh_eth_tsu_get_post_bit(mdp, entry), reg_offset);
2308}
2309
2310static bool sh_eth_tsu_disable_cam_entry_post(struct net_device *ndev,
2311 int entry)
2312{
2313 struct sh_eth_private *mdp = netdev_priv(ndev);
2314 u32 post_mask, ref_mask, tmp;
2315 void *reg_offset;
2316
2317 reg_offset = sh_eth_tsu_get_post_reg_offset(mdp, entry);
2318 post_mask = sh_eth_tsu_get_post_mask(entry);
2319 ref_mask = sh_eth_tsu_get_post_bit(mdp, entry) & ~post_mask;
2320
2321 tmp = ioread32(reg_offset);
2322 iowrite32(tmp & ~post_mask, reg_offset);
2323
2324 /* If other port enables, the function returns "true" */
2325 return tmp & ref_mask;
2326}
2327
2328static int sh_eth_tsu_busy(struct net_device *ndev)
2329{
2330 int timeout = SH_ETH_TSU_TIMEOUT_MS * 100;
2331 struct sh_eth_private *mdp = netdev_priv(ndev);
2332
2333 while ((sh_eth_tsu_read(mdp, TSU_ADSBSY) & TSU_ADSBSY_0)) {
2334 udelay(10);
2335 timeout--;
2336 if (timeout <= 0) {
Sergei Shtylyovda246852014-03-15 03:29:14 +03002337 netdev_err(ndev, "%s: timeout\n", __func__);
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002338 return -ETIMEDOUT;
2339 }
2340 }
2341
2342 return 0;
2343}
2344
2345static int sh_eth_tsu_write_entry(struct net_device *ndev, void *reg,
2346 const u8 *addr)
2347{
2348 u32 val;
2349
2350 val = addr[0] << 24 | addr[1] << 16 | addr[2] << 8 | addr[3];
2351 iowrite32(val, reg);
2352 if (sh_eth_tsu_busy(ndev) < 0)
2353 return -EBUSY;
2354
2355 val = addr[4] << 8 | addr[5];
2356 iowrite32(val, reg + 4);
2357 if (sh_eth_tsu_busy(ndev) < 0)
2358 return -EBUSY;
2359
2360 return 0;
2361}
2362
2363static void sh_eth_tsu_read_entry(void *reg, u8 *addr)
2364{
2365 u32 val;
2366
2367 val = ioread32(reg);
2368 addr[0] = (val >> 24) & 0xff;
2369 addr[1] = (val >> 16) & 0xff;
2370 addr[2] = (val >> 8) & 0xff;
2371 addr[3] = val & 0xff;
2372 val = ioread32(reg + 4);
2373 addr[4] = (val >> 8) & 0xff;
2374 addr[5] = val & 0xff;
2375}
2376
2377
2378static int sh_eth_tsu_find_entry(struct net_device *ndev, const u8 *addr)
2379{
2380 struct sh_eth_private *mdp = netdev_priv(ndev);
2381 void *reg_offset = sh_eth_tsu_get_offset(mdp, TSU_ADRH0);
2382 int i;
2383 u8 c_addr[ETH_ALEN];
2384
2385 for (i = 0; i < SH_ETH_TSU_CAM_ENTRIES; i++, reg_offset += 8) {
2386 sh_eth_tsu_read_entry(reg_offset, c_addr);
dingtianhongc4bde292013-12-30 15:41:17 +08002387 if (ether_addr_equal(addr, c_addr))
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002388 return i;
2389 }
2390
2391 return -ENOENT;
2392}
2393
2394static int sh_eth_tsu_find_empty(struct net_device *ndev)
2395{
2396 u8 blank[ETH_ALEN];
2397 int entry;
2398
2399 memset(blank, 0, sizeof(blank));
2400 entry = sh_eth_tsu_find_entry(ndev, blank);
2401 return (entry < 0) ? -ENOMEM : entry;
2402}
2403
2404static int sh_eth_tsu_disable_cam_entry_table(struct net_device *ndev,
2405 int entry)
2406{
2407 struct sh_eth_private *mdp = netdev_priv(ndev);
2408 void *reg_offset = sh_eth_tsu_get_offset(mdp, TSU_ADRH0);
2409 int ret;
2410 u8 blank[ETH_ALEN];
2411
2412 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) &
2413 ~(1 << (31 - entry)), TSU_TEN);
2414
2415 memset(blank, 0, sizeof(blank));
2416 ret = sh_eth_tsu_write_entry(ndev, reg_offset + entry * 8, blank);
2417 if (ret < 0)
2418 return ret;
2419 return 0;
2420}
2421
2422static int sh_eth_tsu_add_entry(struct net_device *ndev, const u8 *addr)
2423{
2424 struct sh_eth_private *mdp = netdev_priv(ndev);
2425 void *reg_offset = sh_eth_tsu_get_offset(mdp, TSU_ADRH0);
2426 int i, ret;
2427
2428 if (!mdp->cd->tsu)
2429 return 0;
2430
2431 i = sh_eth_tsu_find_entry(ndev, addr);
2432 if (i < 0) {
2433 /* No entry found, create one */
2434 i = sh_eth_tsu_find_empty(ndev);
2435 if (i < 0)
2436 return -ENOMEM;
2437 ret = sh_eth_tsu_write_entry(ndev, reg_offset + i * 8, addr);
2438 if (ret < 0)
2439 return ret;
2440
2441 /* Enable the entry */
2442 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) |
2443 (1 << (31 - i)), TSU_TEN);
2444 }
2445
2446 /* Entry found or created, enable POST */
2447 sh_eth_tsu_enable_cam_entry_post(ndev, i);
2448
2449 return 0;
2450}
2451
2452static int sh_eth_tsu_del_entry(struct net_device *ndev, const u8 *addr)
2453{
2454 struct sh_eth_private *mdp = netdev_priv(ndev);
2455 int i, ret;
2456
2457 if (!mdp->cd->tsu)
2458 return 0;
2459
2460 i = sh_eth_tsu_find_entry(ndev, addr);
2461 if (i) {
2462 /* Entry found */
2463 if (sh_eth_tsu_disable_cam_entry_post(ndev, i))
2464 goto done;
2465
2466 /* Disable the entry if both ports was disabled */
2467 ret = sh_eth_tsu_disable_cam_entry_table(ndev, i);
2468 if (ret < 0)
2469 return ret;
2470 }
2471done:
2472 return 0;
2473}
2474
2475static int sh_eth_tsu_purge_all(struct net_device *ndev)
2476{
2477 struct sh_eth_private *mdp = netdev_priv(ndev);
2478 int i, ret;
2479
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002480 if (!mdp->cd->tsu)
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002481 return 0;
2482
2483 for (i = 0; i < SH_ETH_TSU_CAM_ENTRIES; i++) {
2484 if (sh_eth_tsu_disable_cam_entry_post(ndev, i))
2485 continue;
2486
2487 /* Disable the entry if both ports was disabled */
2488 ret = sh_eth_tsu_disable_cam_entry_table(ndev, i);
2489 if (ret < 0)
2490 return ret;
2491 }
2492
2493 return 0;
2494}
2495
2496static void sh_eth_tsu_purge_mcast(struct net_device *ndev)
2497{
2498 struct sh_eth_private *mdp = netdev_priv(ndev);
2499 u8 addr[ETH_ALEN];
2500 void *reg_offset = sh_eth_tsu_get_offset(mdp, TSU_ADRH0);
2501 int i;
2502
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002503 if (!mdp->cd->tsu)
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002504 return;
2505
2506 for (i = 0; i < SH_ETH_TSU_CAM_ENTRIES; i++, reg_offset += 8) {
2507 sh_eth_tsu_read_entry(reg_offset, addr);
2508 if (is_multicast_ether_addr(addr))
2509 sh_eth_tsu_del_entry(ndev, addr);
2510 }
2511}
2512
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002513/* Update promiscuous flag and multicast filter */
2514static void sh_eth_set_rx_mode(struct net_device *ndev)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002515{
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002516 struct sh_eth_private *mdp = netdev_priv(ndev);
2517 u32 ecmr_bits;
2518 int mcast_all = 0;
2519 unsigned long flags;
2520
2521 spin_lock_irqsave(&mdp->lock, flags);
Sergei Shtylyov128296f2014-01-03 15:52:22 +03002522 /* Initial condition is MCT = 1, PRM = 0.
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002523 * Depending on ndev->flags, set PRM or clear MCT
2524 */
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002525 ecmr_bits = sh_eth_read(ndev, ECMR) & ~ECMR_PRM;
2526 if (mdp->cd->tsu)
2527 ecmr_bits |= ECMR_MCT;
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002528
2529 if (!(ndev->flags & IFF_MULTICAST)) {
2530 sh_eth_tsu_purge_mcast(ndev);
2531 mcast_all = 1;
2532 }
2533 if (ndev->flags & IFF_ALLMULTI) {
2534 sh_eth_tsu_purge_mcast(ndev);
2535 ecmr_bits &= ~ECMR_MCT;
2536 mcast_all = 1;
2537 }
2538
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002539 if (ndev->flags & IFF_PROMISC) {
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002540 sh_eth_tsu_purge_all(ndev);
2541 ecmr_bits = (ecmr_bits & ~ECMR_MCT) | ECMR_PRM;
2542 } else if (mdp->cd->tsu) {
2543 struct netdev_hw_addr *ha;
2544 netdev_for_each_mc_addr(ha, ndev) {
2545 if (mcast_all && is_multicast_ether_addr(ha->addr))
2546 continue;
2547
2548 if (sh_eth_tsu_add_entry(ndev, ha->addr) < 0) {
2549 if (!mcast_all) {
2550 sh_eth_tsu_purge_mcast(ndev);
2551 ecmr_bits &= ~ECMR_MCT;
2552 mcast_all = 1;
2553 }
2554 }
2555 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002556 }
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002557
2558 /* update the ethernet mode */
2559 sh_eth_write(ndev, ecmr_bits, ECMR);
2560
2561 spin_unlock_irqrestore(&mdp->lock, flags);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002562}
Yoshihiro Shimoda71cc7c32012-02-15 17:55:06 +00002563
2564static int sh_eth_get_vtag_index(struct sh_eth_private *mdp)
2565{
2566 if (!mdp->port)
2567 return TSU_VTAG0;
2568 else
2569 return TSU_VTAG1;
2570}
2571
Patrick McHardy80d5c362013-04-19 02:04:28 +00002572static int sh_eth_vlan_rx_add_vid(struct net_device *ndev,
2573 __be16 proto, u16 vid)
Yoshihiro Shimoda71cc7c32012-02-15 17:55:06 +00002574{
2575 struct sh_eth_private *mdp = netdev_priv(ndev);
2576 int vtag_reg_index = sh_eth_get_vtag_index(mdp);
2577
2578 if (unlikely(!mdp->cd->tsu))
2579 return -EPERM;
2580
2581 /* No filtering if vid = 0 */
2582 if (!vid)
2583 return 0;
2584
2585 mdp->vlan_num_ids++;
2586
Sergei Shtylyov128296f2014-01-03 15:52:22 +03002587 /* The controller has one VLAN tag HW filter. So, if the filter is
Yoshihiro Shimoda71cc7c32012-02-15 17:55:06 +00002588 * already enabled, the driver disables it and the filte
2589 */
2590 if (mdp->vlan_num_ids > 1) {
2591 /* disable VLAN filter */
2592 sh_eth_tsu_write(mdp, 0, vtag_reg_index);
2593 return 0;
2594 }
2595
2596 sh_eth_tsu_write(mdp, TSU_VTAG_ENABLE | (vid & TSU_VTAG_VID_MASK),
2597 vtag_reg_index);
2598
2599 return 0;
2600}
2601
Patrick McHardy80d5c362013-04-19 02:04:28 +00002602static int sh_eth_vlan_rx_kill_vid(struct net_device *ndev,
2603 __be16 proto, u16 vid)
Yoshihiro Shimoda71cc7c32012-02-15 17:55:06 +00002604{
2605 struct sh_eth_private *mdp = netdev_priv(ndev);
2606 int vtag_reg_index = sh_eth_get_vtag_index(mdp);
2607
2608 if (unlikely(!mdp->cd->tsu))
2609 return -EPERM;
2610
2611 /* No filtering if vid = 0 */
2612 if (!vid)
2613 return 0;
2614
2615 mdp->vlan_num_ids--;
2616 sh_eth_tsu_write(mdp, 0, vtag_reg_index);
2617
2618 return 0;
2619}
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002620
2621/* SuperH's TSU register init function */
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002622static void sh_eth_tsu_init(struct sh_eth_private *mdp)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002623{
Simon Hormandb893472014-01-17 09:22:28 +09002624 if (sh_eth_is_rz_fast_ether(mdp)) {
2625 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */
2626 return;
2627 }
2628
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002629 sh_eth_tsu_write(mdp, 0, TSU_FWEN0); /* Disable forward(0->1) */
2630 sh_eth_tsu_write(mdp, 0, TSU_FWEN1); /* Disable forward(1->0) */
2631 sh_eth_tsu_write(mdp, 0, TSU_FCM); /* forward fifo 3k-3k */
2632 sh_eth_tsu_write(mdp, 0xc, TSU_BSYSL0);
2633 sh_eth_tsu_write(mdp, 0xc, TSU_BSYSL1);
2634 sh_eth_tsu_write(mdp, 0, TSU_PRISL0);
2635 sh_eth_tsu_write(mdp, 0, TSU_PRISL1);
2636 sh_eth_tsu_write(mdp, 0, TSU_FWSL0);
2637 sh_eth_tsu_write(mdp, 0, TSU_FWSL1);
2638 sh_eth_tsu_write(mdp, TSU_FWSLC_POSTENU | TSU_FWSLC_POSTENL, TSU_FWSLC);
Yoshihiro Shimodac5ed5362011-03-07 21:59:38 +00002639 if (sh_eth_is_gether(mdp)) {
2640 sh_eth_tsu_write(mdp, 0, TSU_QTAG0); /* Disable QTAG(0->1) */
2641 sh_eth_tsu_write(mdp, 0, TSU_QTAG1); /* Disable QTAG(1->0) */
2642 } else {
2643 sh_eth_tsu_write(mdp, 0, TSU_QTAGM0); /* Disable QTAG(0->1) */
2644 sh_eth_tsu_write(mdp, 0, TSU_QTAGM1); /* Disable QTAG(1->0) */
2645 }
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002646 sh_eth_tsu_write(mdp, 0, TSU_FWSR); /* all interrupt status clear */
2647 sh_eth_tsu_write(mdp, 0, TSU_FWINMK); /* Disable all interrupt */
2648 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */
2649 sh_eth_tsu_write(mdp, 0, TSU_POST1); /* Disable CAM entry [ 0- 7] */
2650 sh_eth_tsu_write(mdp, 0, TSU_POST2); /* Disable CAM entry [ 8-15] */
2651 sh_eth_tsu_write(mdp, 0, TSU_POST3); /* Disable CAM entry [16-23] */
2652 sh_eth_tsu_write(mdp, 0, TSU_POST4); /* Disable CAM entry [24-31] */
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002653}
2654
2655/* MDIO bus release function */
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002656static int sh_mdio_release(struct sh_eth_private *mdp)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002657{
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002658 /* unregister mdio bus */
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002659 mdiobus_unregister(mdp->mii_bus);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002660
2661 /* free bitbang info */
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002662 free_mdio_bitbang(mdp->mii_bus);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002663
2664 return 0;
2665}
2666
2667/* MDIO bus init function */
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002668static int sh_mdio_init(struct sh_eth_private *mdp,
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00002669 struct sh_eth_plat_data *pd)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002670{
2671 int ret, i;
2672 struct bb_info *bitbang;
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002673 struct platform_device *pdev = mdp->pdev;
Laurent Pinchartaa8d4222014-03-20 15:00:31 +01002674 struct device *dev = &mdp->pdev->dev;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002675
2676 /* create bit control struct for PHY */
Laurent Pinchartaa8d4222014-03-20 15:00:31 +01002677 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL);
Laurent Pinchartf738a132014-03-20 15:00:35 +01002678 if (!bitbang)
2679 return -ENOMEM;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002680
2681 /* bitbang init */
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00002682 bitbang->addr = mdp->addr + mdp->reg_offset[PIR];
Yoshihiro Shimodab3017e62011-03-07 21:59:55 +00002683 bitbang->set_gate = pd->set_mdio_gate;
Sergei Shtylyovdfed5e72013-03-21 10:37:54 +00002684 bitbang->mdi_msk = PIR_MDI;
2685 bitbang->mdo_msk = PIR_MDO;
2686 bitbang->mmd_msk = PIR_MMD;
2687 bitbang->mdc_msk = PIR_MDC;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002688 bitbang->ctrl.ops = &bb_ops;
2689
Stefan Weilc2e07b32010-08-03 19:44:52 +02002690 /* MII controller setting */
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002691 mdp->mii_bus = alloc_mdio_bitbang(&bitbang->ctrl);
Laurent Pinchartf738a132014-03-20 15:00:35 +01002692 if (!mdp->mii_bus)
2693 return -ENOMEM;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002694
2695 /* Hook up MII support for ethtool */
2696 mdp->mii_bus->name = "sh_mii";
Laurent Pincharta5bd60602014-03-20 15:00:32 +01002697 mdp->mii_bus->parent = dev;
Florian Fainelli5278fb52012-01-09 23:59:17 +00002698 snprintf(mdp->mii_bus->id, MII_BUS_ID_SIZE, "%s-%x",
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002699 pdev->name, pdev->id);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002700
2701 /* PHY IRQ */
Sergei Shtylyov86b5d252014-05-13 02:30:14 +04002702 mdp->mii_bus->irq = devm_kmalloc_array(dev, PHY_MAX_ADDR, sizeof(int),
2703 GFP_KERNEL);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002704 if (!mdp->mii_bus->irq) {
2705 ret = -ENOMEM;
2706 goto out_free_bus;
2707 }
2708
Laurent Pinchartbd920ff2014-03-20 15:00:33 +01002709 /* register MDIO bus */
2710 if (dev->of_node) {
2711 ret = of_mdiobus_register(mdp->mii_bus, dev->of_node);
Ben Dooks702eca02014-03-12 17:47:40 +00002712 } else {
2713 for (i = 0; i < PHY_MAX_ADDR; i++)
2714 mdp->mii_bus->irq[i] = PHY_POLL;
2715 if (pd->phy_irq > 0)
2716 mdp->mii_bus->irq[pd->phy] = pd->phy_irq;
2717
2718 ret = mdiobus_register(mdp->mii_bus);
2719 }
2720
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002721 if (ret)
Sergei Shtylyovd5e07e62013-03-21 10:41:11 +00002722 goto out_free_bus;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002723
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002724 return 0;
2725
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002726out_free_bus:
Lennert Buytenhek298cf9b2008-10-08 16:29:57 -07002727 free_mdio_bitbang(mdp->mii_bus);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002728 return ret;
2729}
2730
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002731static const u16 *sh_eth_get_register_offset(int register_type)
2732{
2733 const u16 *reg_offset = NULL;
2734
2735 switch (register_type) {
2736 case SH_ETH_REG_GIGABIT:
2737 reg_offset = sh_eth_offset_gigabit;
2738 break;
Simon Hormandb893472014-01-17 09:22:28 +09002739 case SH_ETH_REG_FAST_RZ:
2740 reg_offset = sh_eth_offset_fast_rz;
2741 break;
Sergei Shtylyova3f109b2013-03-28 11:51:31 +00002742 case SH_ETH_REG_FAST_RCAR:
2743 reg_offset = sh_eth_offset_fast_rcar;
2744 break;
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002745 case SH_ETH_REG_FAST_SH4:
2746 reg_offset = sh_eth_offset_fast_sh4;
2747 break;
2748 case SH_ETH_REG_FAST_SH3_SH2:
2749 reg_offset = sh_eth_offset_fast_sh3_sh2;
2750 break;
2751 default:
Yoshihiro Shimoda4a555302011-03-07 21:59:26 +00002752 break;
2753 }
2754
2755 return reg_offset;
2756}
2757
Sergei Shtylyov8f728d72013-06-13 00:55:34 +04002758static const struct net_device_ops sh_eth_netdev_ops = {
Alexander Beregalovebf84ea2009-04-11 07:40:49 +00002759 .ndo_open = sh_eth_open,
2760 .ndo_stop = sh_eth_close,
2761 .ndo_start_xmit = sh_eth_start_xmit,
2762 .ndo_get_stats = sh_eth_get_stats,
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002763 .ndo_set_rx_mode = sh_eth_set_rx_mode,
Alexander Beregalovebf84ea2009-04-11 07:40:49 +00002764 .ndo_tx_timeout = sh_eth_tx_timeout,
2765 .ndo_do_ioctl = sh_eth_do_ioctl,
2766 .ndo_validate_addr = eth_validate_addr,
2767 .ndo_set_mac_address = eth_mac_addr,
2768 .ndo_change_mtu = eth_change_mtu,
2769};
2770
Sergei Shtylyov8f728d72013-06-13 00:55:34 +04002771static const struct net_device_ops sh_eth_netdev_ops_tsu = {
2772 .ndo_open = sh_eth_open,
2773 .ndo_stop = sh_eth_close,
2774 .ndo_start_xmit = sh_eth_start_xmit,
2775 .ndo_get_stats = sh_eth_get_stats,
Ben Hutchingsb37feed2015-01-16 17:51:12 +00002776 .ndo_set_rx_mode = sh_eth_set_rx_mode,
Sergei Shtylyov8f728d72013-06-13 00:55:34 +04002777 .ndo_vlan_rx_add_vid = sh_eth_vlan_rx_add_vid,
2778 .ndo_vlan_rx_kill_vid = sh_eth_vlan_rx_kill_vid,
2779 .ndo_tx_timeout = sh_eth_tx_timeout,
2780 .ndo_do_ioctl = sh_eth_do_ioctl,
2781 .ndo_validate_addr = eth_validate_addr,
2782 .ndo_set_mac_address = eth_mac_addr,
2783 .ndo_change_mtu = eth_change_mtu,
2784};
2785
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002786#ifdef CONFIG_OF
2787static struct sh_eth_plat_data *sh_eth_parse_dt(struct device *dev)
2788{
2789 struct device_node *np = dev->of_node;
2790 struct sh_eth_plat_data *pdata;
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002791 const char *mac_addr;
2792
2793 pdata = devm_kzalloc(dev, sizeof(*pdata), GFP_KERNEL);
2794 if (!pdata)
2795 return NULL;
2796
2797 pdata->phy_interface = of_get_phy_mode(np);
2798
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002799 mac_addr = of_get_mac_address(np);
2800 if (mac_addr)
2801 memcpy(pdata->mac_addr, mac_addr, ETH_ALEN);
2802
2803 pdata->no_ether_link =
2804 of_property_read_bool(np, "renesas,no-ether-link");
2805 pdata->ether_link_active_low =
2806 of_property_read_bool(np, "renesas,ether-link-active-low");
2807
2808 return pdata;
2809}
2810
2811static const struct of_device_id sh_eth_match_table[] = {
2812 { .compatible = "renesas,gether-r8a7740", .data = &r8a7740_data },
2813 { .compatible = "renesas,ether-r8a7778", .data = &r8a777x_data },
2814 { .compatible = "renesas,ether-r8a7779", .data = &r8a777x_data },
2815 { .compatible = "renesas,ether-r8a7790", .data = &r8a779x_data },
2816 { .compatible = "renesas,ether-r8a7791", .data = &r8a779x_data },
Hisashi Nakamura9488e1e2014-11-13 15:59:07 +09002817 { .compatible = "renesas,ether-r8a7793", .data = &r8a779x_data },
Hisashi Nakamura0f76b9d2014-08-01 17:03:00 +02002818 { .compatible = "renesas,ether-r8a7794", .data = &r8a779x_data },
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002819 { .compatible = "renesas,ether-r7s72100", .data = &r7s72100_data },
2820 { }
2821};
2822MODULE_DEVICE_TABLE(of, sh_eth_match_table);
2823#else
2824static inline struct sh_eth_plat_data *sh_eth_parse_dt(struct device *dev)
2825{
2826 return NULL;
2827}
2828#endif
2829
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002830static int sh_eth_drv_probe(struct platform_device *pdev)
2831{
Kuninori Morimoto9c386572010-08-19 00:39:45 -07002832 int ret, devno = 0;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002833 struct resource *res;
2834 struct net_device *ndev = NULL;
Kuninori Morimotoec0d7552011-06-23 16:02:38 +00002835 struct sh_eth_private *mdp = NULL;
Jingoo Han0b76b862013-08-30 14:00:11 +09002836 struct sh_eth_plat_data *pd = dev_get_platdata(&pdev->dev);
Sergei Shtylyovafe391a2013-06-07 13:54:02 +00002837 const struct platform_device_id *id = platform_get_device_id(pdev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002838
2839 /* get base addr */
2840 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002841
2842 ndev = alloc_etherdev(sizeof(struct sh_eth_private));
Laurent Pinchartf738a132014-03-20 15:00:35 +01002843 if (!ndev)
2844 return -ENOMEM;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002845
Ben Dooksb5893a02014-03-21 12:09:14 +01002846 pm_runtime_enable(&pdev->dev);
2847 pm_runtime_get_sync(&pdev->dev);
2848
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002849 devno = pdev->id;
2850 if (devno < 0)
2851 devno = 0;
2852
2853 ndev->dma = -1;
roel kluincc3c0802008-09-10 19:22:44 +02002854 ret = platform_get_irq(pdev, 0);
2855 if (ret < 0) {
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002856 ret = -ENODEV;
2857 goto out_release;
2858 }
roel kluincc3c0802008-09-10 19:22:44 +02002859 ndev->irq = ret;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002860
2861 SET_NETDEV_DEV(ndev, &pdev->dev);
2862
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002863 mdp = netdev_priv(ndev);
Yoshihiro Shimoda525b8072012-06-26 20:00:03 +00002864 mdp->num_tx_ring = TX_RING_SIZE;
2865 mdp->num_rx_ring = RX_RING_SIZE;
Sergei Shtylyovd5e07e62013-03-21 10:41:11 +00002866 mdp->addr = devm_ioremap_resource(&pdev->dev, res);
2867 if (IS_ERR(mdp->addr)) {
2868 ret = PTR_ERR(mdp->addr);
Yoshihiro Shimodaae706442011-09-27 21:48:58 +00002869 goto out_release;
2870 }
2871
Varka Bhadramc9608042014-10-24 07:42:09 +05302872 ndev->base_addr = res->start;
2873
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002874 spin_lock_init(&mdp->lock);
Magnus Dammbcd51492009-10-09 00:20:04 +00002875 mdp->pdev = pdev;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002876
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002877 if (pdev->dev.of_node)
2878 pd = sh_eth_parse_dt(&pdev->dev);
Sergei Shtylyov3b4c5cb2013-10-30 23:30:19 +03002879 if (!pd) {
2880 dev_err(&pdev->dev, "no platform data\n");
2881 ret = -EINVAL;
2882 goto out_release;
2883 }
2884
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002885 /* get PHY ID */
Yoshinori Sato71557a32008-08-06 19:49:00 -04002886 mdp->phy_id = pd->phy;
Yoshihiro Shimodae47c9052011-03-07 21:59:45 +00002887 mdp->phy_interface = pd->phy_interface;
Yoshinori Sato71557a32008-08-06 19:49:00 -04002888 /* EDMAC endian */
2889 mdp->edmac_endian = pd->edmac_endian;
Yoshihiro Shimoda49235762009-08-27 23:25:03 +00002890 mdp->no_ether_link = pd->no_ether_link;
2891 mdp->ether_link_active_low = pd->ether_link_active_low;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002892
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00002893 /* set cpu data */
Sergei Shtylyovb356e972014-02-18 03:12:43 +03002894 if (id) {
2895 mdp->cd = (struct sh_eth_cpu_data *)id->driver_data;
2896 } else {
2897 const struct of_device_id *match;
2898
2899 match = of_match_device(of_match_ptr(sh_eth_match_table),
2900 &pdev->dev);
2901 mdp->cd = (struct sh_eth_cpu_data *)match->data;
2902 }
Sergei Shtylyova3153d82013-08-18 03:11:28 +04002903 mdp->reg_offset = sh_eth_get_register_offset(mdp->cd->register_type);
Sergei Shtylyov264be2f2014-03-15 03:11:24 +03002904 if (!mdp->reg_offset) {
2905 dev_err(&pdev->dev, "Unknown register type (%d)\n",
2906 mdp->cd->register_type);
2907 ret = -EINVAL;
2908 goto out_release;
2909 }
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00002910 sh_eth_set_default_cpu_data(mdp->cd);
2911
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002912 /* set function */
Sergei Shtylyov8f728d72013-06-13 00:55:34 +04002913 if (mdp->cd->tsu)
2914 ndev->netdev_ops = &sh_eth_netdev_ops_tsu;
2915 else
2916 ndev->netdev_ops = &sh_eth_netdev_ops;
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00002917 ndev->ethtool_ops = &sh_eth_ethtool_ops;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002918 ndev->watchdog_timeo = TX_TIMEOUT;
2919
Nobuhiro Iwamatsudc19e4e2011-02-15 21:17:32 +00002920 /* debug message level */
2921 mdp->msg_enable = SH_ETH_DEF_MSG_ENABLE;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002922
2923 /* read and set MAC address */
Magnus Damm748031f2009-10-09 00:17:14 +00002924 read_mac_address(ndev, pd->mac_addr);
Sergei Shtylyovff6e7222013-04-29 09:49:42 +00002925 if (!is_valid_ether_addr(ndev->dev_addr)) {
2926 dev_warn(&pdev->dev,
2927 "no valid MAC address supplied, using a random one.\n");
2928 eth_hw_addr_random(ndev);
2929 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002930
Yoshihiro Shimoda6ba88022012-02-15 17:55:01 +00002931 /* ioremap the TSU registers */
2932 if (mdp->cd->tsu) {
2933 struct resource *rtsu;
2934 rtsu = platform_get_resource(pdev, IORESOURCE_MEM, 1);
Sergei Shtylyovd5e07e62013-03-21 10:41:11 +00002935 mdp->tsu_addr = devm_ioremap_resource(&pdev->dev, rtsu);
2936 if (IS_ERR(mdp->tsu_addr)) {
2937 ret = PTR_ERR(mdp->tsu_addr);
Sergei Shtylyovfc0c0902013-03-19 13:41:32 +00002938 goto out_release;
2939 }
Yoshihiro Shimoda6743fe62012-02-15 17:55:03 +00002940 mdp->port = devno % 2;
Patrick McHardyf6469682013-04-19 02:04:27 +00002941 ndev->features = NETIF_F_HW_VLAN_CTAG_FILTER;
Yoshihiro Shimoda6ba88022012-02-15 17:55:01 +00002942 }
2943
Yoshihiro Shimoda150647f2012-02-15 17:54:56 +00002944 /* initialize first or needed device */
2945 if (!devno || pd->needs_init) {
Yoshihiro Shimoda380af9e2009-05-24 23:54:21 +00002946 if (mdp->cd->chip_reset)
2947 mdp->cd->chip_reset(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002948
Yoshihiro Shimoda4986b992011-03-07 21:59:34 +00002949 if (mdp->cd->tsu) {
2950 /* TSU init (Init only)*/
2951 sh_eth_tsu_init(mdp);
2952 }
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002953 }
2954
Hisashi Nakamura966d6db2014-11-13 15:54:05 +09002955 if (mdp->cd->rmiimode)
2956 sh_eth_write(ndev, 0x1, RMIIMODE);
2957
Laurent Pinchartdaacf032014-03-20 15:00:34 +01002958 /* MDIO bus init */
2959 ret = sh_mdio_init(mdp, pd);
2960 if (ret) {
2961 dev_err(&ndev->dev, "failed to initialise MDIO\n");
2962 goto out_release;
2963 }
2964
Sergei Shtylyov37191092013-06-19 23:30:23 +04002965 netif_napi_add(ndev, &mdp->napi, sh_eth_poll, 64);
2966
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002967 /* network device register */
2968 ret = register_netdev(ndev);
2969 if (ret)
Sergei Shtylyov37191092013-06-19 23:30:23 +04002970 goto out_napi_del;
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002971
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002972 /* print device information */
Sergei Shtylyovf75f14e2014-03-15 03:27:54 +03002973 netdev_info(ndev, "Base address at 0x%x, %pM, IRQ %d.\n",
2974 (u32)ndev->base_addr, ndev->dev_addr, ndev->irq);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002975
Ben Dooksb5893a02014-03-21 12:09:14 +01002976 pm_runtime_put(&pdev->dev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002977 platform_set_drvdata(pdev, ndev);
2978
2979 return ret;
2980
Sergei Shtylyov37191092013-06-19 23:30:23 +04002981out_napi_del:
2982 netif_napi_del(&mdp->napi);
Laurent Pinchartdaacf032014-03-20 15:00:34 +01002983 sh_mdio_release(mdp);
Sergei Shtylyov37191092013-06-19 23:30:23 +04002984
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002985out_release:
2986 /* net_dev free */
2987 if (ndev)
2988 free_netdev(ndev);
2989
Ben Dooksb5893a02014-03-21 12:09:14 +01002990 pm_runtime_put(&pdev->dev);
2991 pm_runtime_disable(&pdev->dev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002992 return ret;
2993}
2994
2995static int sh_eth_drv_remove(struct platform_device *pdev)
2996{
2997 struct net_device *ndev = platform_get_drvdata(pdev);
Sergei Shtylyov37191092013-06-19 23:30:23 +04002998 struct sh_eth_private *mdp = netdev_priv(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07002999
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003000 unregister_netdev(ndev);
Sergei Shtylyov37191092013-06-19 23:30:23 +04003001 netif_napi_del(&mdp->napi);
Laurent Pinchartdaacf032014-03-20 15:00:34 +01003002 sh_mdio_release(mdp);
Magnus Dammbcd51492009-10-09 00:20:04 +00003003 pm_runtime_disable(&pdev->dev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003004 free_netdev(ndev);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003005
3006 return 0;
3007}
3008
Nobuhiro Iwamatsu540ad1b2013-06-06 09:52:37 +00003009#ifdef CONFIG_PM
Magnus Dammbcd51492009-10-09 00:20:04 +00003010static int sh_eth_runtime_nop(struct device *dev)
3011{
Sergei Shtylyov128296f2014-01-03 15:52:22 +03003012 /* Runtime PM callback shared between ->runtime_suspend()
Magnus Dammbcd51492009-10-09 00:20:04 +00003013 * and ->runtime_resume(). Simply returns success.
3014 *
3015 * This driver re-initializes all registers after
3016 * pm_runtime_get_sync() anyway so there is no need
3017 * to save and restore registers here.
3018 */
3019 return 0;
3020}
3021
Nobuhiro Iwamatsu540ad1b2013-06-06 09:52:37 +00003022static const struct dev_pm_ops sh_eth_dev_pm_ops = {
Magnus Dammbcd51492009-10-09 00:20:04 +00003023 .runtime_suspend = sh_eth_runtime_nop,
3024 .runtime_resume = sh_eth_runtime_nop,
3025};
Nobuhiro Iwamatsu540ad1b2013-06-06 09:52:37 +00003026#define SH_ETH_PM_OPS (&sh_eth_dev_pm_ops)
3027#else
3028#define SH_ETH_PM_OPS NULL
3029#endif
Magnus Dammbcd51492009-10-09 00:20:04 +00003030
Sergei Shtylyovafe391a2013-06-07 13:54:02 +00003031static struct platform_device_id sh_eth_id_table[] = {
Sergei Shtylyovc18a79a2013-06-07 13:56:05 +00003032 { "sh7619-ether", (kernel_ulong_t)&sh7619_data },
Sergei Shtylyov7bbe1502013-06-07 13:55:08 +00003033 { "sh771x-ether", (kernel_ulong_t)&sh771x_data },
Sergei Shtylyov9c3beaa2013-06-07 14:03:37 +00003034 { "sh7724-ether", (kernel_ulong_t)&sh7724_data },
Sergei Shtylyovf5d12762013-06-07 13:58:18 +00003035 { "sh7734-gether", (kernel_ulong_t)&sh7734_data },
Sergei Shtylyov24549e22013-06-07 13:59:21 +00003036 { "sh7757-ether", (kernel_ulong_t)&sh7757_data },
3037 { "sh7757-gether", (kernel_ulong_t)&sh7757_data_giga },
Sergei Shtylyovf5d12762013-06-07 13:58:18 +00003038 { "sh7763-gether", (kernel_ulong_t)&sh7763_data },
Simon Hormandb893472014-01-17 09:22:28 +09003039 { "r7s72100-ether", (kernel_ulong_t)&r7s72100_data },
Sergei Shtylyove5c9b4c2013-06-07 13:57:12 +00003040 { "r8a7740-gether", (kernel_ulong_t)&r8a7740_data },
Sergei Shtylyov589ebde2013-06-07 14:05:59 +00003041 { "r8a777x-ether", (kernel_ulong_t)&r8a777x_data },
Sergei Shtylyov94a12b12013-12-08 02:59:18 +03003042 { "r8a7790-ether", (kernel_ulong_t)&r8a779x_data },
3043 { "r8a7791-ether", (kernel_ulong_t)&r8a779x_data },
Hisashi Nakamura9488e1e2014-11-13 15:59:07 +09003044 { "r8a7793-ether", (kernel_ulong_t)&r8a779x_data },
Hisashi Nakamura0f76b9d2014-08-01 17:03:00 +02003045 { "r8a7794-ether", (kernel_ulong_t)&r8a779x_data },
Sergei Shtylyovafe391a2013-06-07 13:54:02 +00003046 { }
3047};
3048MODULE_DEVICE_TABLE(platform, sh_eth_id_table);
3049
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003050static struct platform_driver sh_eth_driver = {
3051 .probe = sh_eth_drv_probe,
3052 .remove = sh_eth_drv_remove,
Sergei Shtylyovafe391a2013-06-07 13:54:02 +00003053 .id_table = sh_eth_id_table,
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003054 .driver = {
3055 .name = CARDNAME,
Nobuhiro Iwamatsu540ad1b2013-06-06 09:52:37 +00003056 .pm = SH_ETH_PM_OPS,
Sergei Shtylyovb356e972014-02-18 03:12:43 +03003057 .of_match_table = of_match_ptr(sh_eth_match_table),
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003058 },
3059};
3060
Axel Lindb62f682011-11-27 16:44:17 +00003061module_platform_driver(sh_eth_driver);
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -07003062
3063MODULE_AUTHOR("Nobuhiro Iwamatsu, Yoshihiro Shimoda");
3064MODULE_DESCRIPTION("Renesas SuperH Ethernet driver");
3065MODULE_LICENSE("GPL v2");