blob: 264b085d796b4f048551fa033b7c28d302675e24 [file] [log] [blame]
Florian Fainellib560a582014-02-13 16:08:45 -08001/*
2 * Broadcom BCM7xxx internal transceivers support.
3 *
4 * Copyright (C) 2014, Broadcom Corporation
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 */
11
12#include <linux/module.h>
13#include <linux/phy.h>
14#include <linux/delay.h>
Arun Parameswarana1cba562015-10-06 12:25:48 -070015#include "bcm-phy-lib.h"
Florian Fainellib560a582014-02-13 16:08:45 -080016#include <linux/bitops.h>
17#include <linux/brcmphy.h>
Florian Fainellib8f9a022014-08-22 18:55:45 -070018#include <linux/mdio.h>
Florian Fainellib560a582014-02-13 16:08:45 -080019
20/* Broadcom BCM7xxx internal PHY registers */
Florian Fainellib560a582014-02-13 16:08:45 -080021
22/* 40nm only register definitions */
23#define MII_BCM7XXX_100TX_AUX_CTL 0x10
24#define MII_BCM7XXX_100TX_FALSE_CAR 0x13
25#define MII_BCM7XXX_100TX_DISC 0x14
26#define MII_BCM7XXX_AUX_MODE 0x1d
Florian Fainelli3ccc3052016-02-06 13:09:36 -080027#define MII_BCM7XXX_64CLK_MDIO BIT(12)
Florian Fainellib560a582014-02-13 16:08:45 -080028#define MII_BCM7XXX_TEST 0x1f
29#define MII_BCM7XXX_SHD_MODE_2 BIT(2)
30
Florian Fainellia3622f22014-03-24 16:36:47 -070031/* 28nm only register definitions */
32#define MISC_ADDR(base, channel) base, channel
33
34#define DSP_TAP10 MISC_ADDR(0x0a, 0)
35#define PLL_PLLCTRL_1 MISC_ADDR(0x32, 1)
36#define PLL_PLLCTRL_2 MISC_ADDR(0x32, 2)
37#define PLL_PLLCTRL_4 MISC_ADDR(0x33, 0)
38
39#define AFE_RXCONFIG_0 MISC_ADDR(0x38, 0)
40#define AFE_RXCONFIG_1 MISC_ADDR(0x38, 1)
Florian Fainellia4906312014-11-11 14:55:13 -080041#define AFE_RXCONFIG_2 MISC_ADDR(0x38, 2)
Florian Fainellia3622f22014-03-24 16:36:47 -070042#define AFE_RX_LP_COUNTER MISC_ADDR(0x38, 3)
43#define AFE_TX_CONFIG MISC_ADDR(0x39, 0)
Florian Fainellia4906312014-11-11 14:55:13 -080044#define AFE_VDCA_ICTRL_0 MISC_ADDR(0x39, 1)
45#define AFE_VDAC_OTHERS_0 MISC_ADDR(0x39, 3)
Florian Fainellia3622f22014-03-24 16:36:47 -070046#define AFE_HPF_TRIM_OTHERS MISC_ADDR(0x3a, 0)
47
Florian Fainellib23ce9e2016-11-29 09:57:18 -080048struct bcm7xxx_phy_priv {
49 u64 *stats;
50};
51
Florian Fainelli9c41f2b2014-11-11 14:55:12 -080052static void r_rc_cal_reset(struct phy_device *phydev)
53{
54 /* Reset R_CAL/RC_CAL Engine */
Arun Parameswarana1cba562015-10-06 12:25:48 -070055 bcm_phy_write_exp(phydev, 0x00b0, 0x0010);
Florian Fainelli9c41f2b2014-11-11 14:55:12 -080056
57 /* Disable Reset R_AL/RC_CAL Engine */
Arun Parameswarana1cba562015-10-06 12:25:48 -070058 bcm_phy_write_exp(phydev, 0x00b0, 0x0000);
Florian Fainelli9c41f2b2014-11-11 14:55:12 -080059}
60
Florian Fainelli2a9df742014-11-11 14:55:11 -080061static int bcm7xxx_28nm_b0_afe_config_init(struct phy_device *phydev)
Florian Fainellib560a582014-02-13 16:08:45 -080062{
Florian Fainellib560a582014-02-13 16:08:45 -080063 /* Increase VCO range to prevent unlocking problem of PLL at low
64 * temp
65 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070066 bcm_phy_write_misc(phydev, PLL_PLLCTRL_1, 0x0048);
Florian Fainellib560a582014-02-13 16:08:45 -080067
68 /* Change Ki to 011 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070069 bcm_phy_write_misc(phydev, PLL_PLLCTRL_2, 0x021b);
Florian Fainellib560a582014-02-13 16:08:45 -080070
71 /* Disable loading of TVCO buffer to bandgap, set bandgap trim
72 * to 111
73 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070074 bcm_phy_write_misc(phydev, PLL_PLLCTRL_4, 0x0e20);
Florian Fainellib560a582014-02-13 16:08:45 -080075
76 /* Adjust bias current trim by -3 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070077 bcm_phy_write_misc(phydev, DSP_TAP10, 0x690b);
Florian Fainellib560a582014-02-13 16:08:45 -080078
79 /* Switch to CORE_BASE1E */
Arun Parameswaran9200c272015-10-06 12:25:50 -070080 phy_write(phydev, MII_BRCM_CORE_BASE1E, 0xd);
Florian Fainellib560a582014-02-13 16:08:45 -080081
Florian Fainelli9c41f2b2014-11-11 14:55:12 -080082 r_rc_cal_reset(phydev);
Florian Fainellib560a582014-02-13 16:08:45 -080083
Florian Fainelli99185422014-03-24 16:36:48 -070084 /* write AFE_RXCONFIG_0 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070085 bcm_phy_write_misc(phydev, AFE_RXCONFIG_0, 0xeb19);
Florian Fainelli99185422014-03-24 16:36:48 -070086
87 /* write AFE_RXCONFIG_1 */
Arun Parameswarana1cba562015-10-06 12:25:48 -070088 bcm_phy_write_misc(phydev, AFE_RXCONFIG_1, 0x9a3f);
Florian Fainelli99185422014-03-24 16:36:48 -070089
90 /* write AFE_RX_LP_COUNTER */
Arun Parameswarana1cba562015-10-06 12:25:48 -070091 bcm_phy_write_misc(phydev, AFE_RX_LP_COUNTER, 0x7fc0);
Florian Fainelli99185422014-03-24 16:36:48 -070092
93 /* write AFE_HPF_TRIM_OTHERS */
Arun Parameswarana1cba562015-10-06 12:25:48 -070094 bcm_phy_write_misc(phydev, AFE_HPF_TRIM_OTHERS, 0x000b);
Florian Fainelli99185422014-03-24 16:36:48 -070095
96 /* write AFTE_TX_CONFIG */
Arun Parameswarana1cba562015-10-06 12:25:48 -070097 bcm_phy_write_misc(phydev, AFE_TX_CONFIG, 0x0800);
Florian Fainelli99185422014-03-24 16:36:48 -070098
Florian Fainellib560a582014-02-13 16:08:45 -080099 return 0;
100}
101
Florian Fainellia4906312014-11-11 14:55:13 -0800102static int bcm7xxx_28nm_d0_afe_config_init(struct phy_device *phydev)
103{
104 /* AFE_RXCONFIG_0 */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700105 bcm_phy_write_misc(phydev, AFE_RXCONFIG_0, 0xeb15);
Florian Fainellia4906312014-11-11 14:55:13 -0800106
107 /* AFE_RXCONFIG_1 */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700108 bcm_phy_write_misc(phydev, AFE_RXCONFIG_1, 0x9b2f);
Florian Fainellia4906312014-11-11 14:55:13 -0800109
110 /* AFE_RXCONFIG_2, set rCal offset for HT=0 code and LT=-2 code */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700111 bcm_phy_write_misc(phydev, AFE_RXCONFIG_2, 0x2003);
Florian Fainellia4906312014-11-11 14:55:13 -0800112
113 /* AFE_RX_LP_COUNTER, set RX bandwidth to maximum */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700114 bcm_phy_write_misc(phydev, AFE_RX_LP_COUNTER, 0x7fc0);
Florian Fainellia4906312014-11-11 14:55:13 -0800115
Florian Fainelli6da82532015-06-08 11:05:20 -0700116 /* AFE_TX_CONFIG, set 100BT Cfeed=011 to improve rise/fall time */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700117 bcm_phy_write_misc(phydev, AFE_TX_CONFIG, 0x431);
Florian Fainellia4906312014-11-11 14:55:13 -0800118
119 /* AFE_VDCA_ICTRL_0, set Iq=1101 instead of 0111 for AB symmetry */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700120 bcm_phy_write_misc(phydev, AFE_VDCA_ICTRL_0, 0xa7da);
Florian Fainellia4906312014-11-11 14:55:13 -0800121
122 /* AFE_VDAC_OTHERS_0, set 1000BT Cidac=010 for all ports */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700123 bcm_phy_write_misc(phydev, AFE_VDAC_OTHERS_0, 0xa020);
Florian Fainellia4906312014-11-11 14:55:13 -0800124
125 /* AFE_HPF_TRIM_OTHERS, set 100Tx/10BT to -4.5% swing and set rCal
126 * offset for HT=0 code
127 */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700128 bcm_phy_write_misc(phydev, AFE_HPF_TRIM_OTHERS, 0x00e3);
Florian Fainellia4906312014-11-11 14:55:13 -0800129
130 /* CORE_BASE1E, force trim to overwrite and set I_ext trim to 0000 */
Arun Parameswaran9200c272015-10-06 12:25:50 -0700131 phy_write(phydev, MII_BRCM_CORE_BASE1E, 0x0010);
Florian Fainellia4906312014-11-11 14:55:13 -0800132
133 /* DSP_TAP10, adjust bias current trim (+0% swing, +0 tick) */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700134 bcm_phy_write_misc(phydev, DSP_TAP10, 0x011b);
Florian Fainellia4906312014-11-11 14:55:13 -0800135
136 /* Reset R_CAL/RC_CAL engine */
137 r_rc_cal_reset(phydev);
138
139 return 0;
140}
141
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800142static int bcm7xxx_28nm_e0_plus_afe_config_init(struct phy_device *phydev)
143{
144 /* AFE_RXCONFIG_1, provide more margin for INL/DNL measurement */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700145 bcm_phy_write_misc(phydev, AFE_RXCONFIG_1, 0x9b2f);
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800146
Florian Fainelli6da82532015-06-08 11:05:20 -0700147 /* AFE_TX_CONFIG, set 100BT Cfeed=011 to improve rise/fall time */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700148 bcm_phy_write_misc(phydev, AFE_TX_CONFIG, 0x431);
Florian Fainelli6da82532015-06-08 11:05:20 -0700149
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800150 /* AFE_VDCA_ICTRL_0, set Iq=1101 instead of 0111 for AB symmetry */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700151 bcm_phy_write_misc(phydev, AFE_VDCA_ICTRL_0, 0xa7da);
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800152
153 /* AFE_HPF_TRIM_OTHERS, set 100Tx/10BT to -4.5% swing and set rCal
154 * offset for HT=0 code
155 */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700156 bcm_phy_write_misc(phydev, AFE_HPF_TRIM_OTHERS, 0x00e3);
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800157
158 /* CORE_BASE1E, force trim to overwrite and set I_ext trim to 0000 */
Arun Parameswaran9200c272015-10-06 12:25:50 -0700159 phy_write(phydev, MII_BRCM_CORE_BASE1E, 0x0010);
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800160
161 /* DSP_TAP10, adjust bias current trim (+0% swing, +0 tick) */
Arun Parameswarana1cba562015-10-06 12:25:48 -0700162 bcm_phy_write_misc(phydev, DSP_TAP10, 0x011b);
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800163
164 /* Reset R_CAL/RC_CAL engine */
165 r_rc_cal_reset(phydev);
166
167 return 0;
168}
169
Florian Fainellib560a582014-02-13 16:08:45 -0800170static int bcm7xxx_28nm_config_init(struct phy_device *phydev)
171{
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700172 u8 rev = PHY_BRCM_7XXX_REV(phydev->dev_flags);
173 u8 patch = PHY_BRCM_7XXX_PATCH(phydev->dev_flags);
Florian Fainellidb888162016-11-22 11:40:57 -0800174 u8 count;
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700175 int ret = 0;
Florian Fainellib560a582014-02-13 16:08:45 -0800176
Florian Fainelli6ec259c2014-11-11 14:55:10 -0800177 pr_info_once("%s: %s PHY revision: 0x%02x, patch: %d\n",
Andrew Lunn84eff6d2016-01-06 20:11:10 +0100178 phydev_name(phydev), phydev->drv->name, rev, patch);
Florian Fainellib560a582014-02-13 16:08:45 -0800179
Florian Fainelli8e346e12015-06-26 10:39:04 -0700180 /* Dummy read to a register to workaround an issue upon reset where the
181 * internal inverter may not allow the first MDIO transaction to pass
182 * the MDIO management controller and make us return 0xffff for such
183 * reads.
184 */
185 phy_read(phydev, MII_BMSR);
186
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700187 switch (rev) {
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700188 case 0xb0:
Florian Fainelli2a9df742014-11-11 14:55:11 -0800189 ret = bcm7xxx_28nm_b0_afe_config_init(phydev);
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700190 break;
Florian Fainellia4906312014-11-11 14:55:13 -0800191 case 0xd0:
192 ret = bcm7xxx_28nm_d0_afe_config_init(phydev);
193 break;
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800194 case 0xe0:
195 case 0xf0:
Florian Fainelli60efff02014-12-03 09:57:00 -0800196 /* Rev G0 introduces a roll over */
197 case 0x10:
Florian Fainelli0c2fdc22014-11-11 14:55:14 -0800198 ret = bcm7xxx_28nm_e0_plus_afe_config_init(phydev);
199 break;
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700200 default:
Florian Fainellid8ebfed2014-09-19 13:07:56 -0700201 break;
202 }
203
Florian Fainelli9df54dd2014-08-22 18:55:41 -0700204 if (ret)
205 return ret;
206
Florian Fainellidb888162016-11-22 11:40:57 -0800207 ret = bcm_phy_downshift_get(phydev, &count);
208 if (ret)
209 return ret;
210
211 /* Only enable EEE if Wirespeed/downshift is disabled */
212 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE);
Florian Fainellib8f9a022014-08-22 18:55:45 -0700213 if (ret)
214 return ret;
215
Arun Parameswarana1cba562015-10-06 12:25:48 -0700216 return bcm_phy_enable_apd(phydev, true);
Florian Fainellib560a582014-02-13 16:08:45 -0800217}
218
Florian Fainelli4fd14e02014-08-14 16:52:52 -0700219static int bcm7xxx_28nm_resume(struct phy_device *phydev)
220{
221 int ret;
222
223 /* Re-apply workarounds coming out suspend/resume */
224 ret = bcm7xxx_28nm_config_init(phydev);
225 if (ret)
226 return ret;
227
228 /* 28nm Gigabit PHYs come out of reset without any half-duplex
229 * or "hub" compliant advertised mode, fix that. This does not
230 * cause any problems with the PHY library since genphy_config_aneg()
231 * gracefully handles auto-negotiated and forced modes.
232 */
233 return genphy_config_aneg(phydev);
234}
235
Florian Fainellib560a582014-02-13 16:08:45 -0800236static int phy_set_clr_bits(struct phy_device *dev, int location,
237 int set_mask, int clr_mask)
238{
239 int v, ret;
240
241 v = phy_read(dev, location);
242 if (v < 0)
243 return v;
244
245 v &= ~clr_mask;
246 v |= set_mask;
247
248 ret = phy_write(dev, location, v);
249 if (ret < 0)
250 return ret;
251
252 return v;
253}
254
255static int bcm7xxx_config_init(struct phy_device *phydev)
256{
257 int ret;
258
259 /* Enable 64 clock MDIO */
Florian Fainelli3ccc3052016-02-06 13:09:36 -0800260 phy_write(phydev, MII_BCM7XXX_AUX_MODE, MII_BCM7XXX_64CLK_MDIO);
Florian Fainellib560a582014-02-13 16:08:45 -0800261 phy_read(phydev, MII_BCM7XXX_AUX_MODE);
262
Florian Fainellib560a582014-02-13 16:08:45 -0800263 /* set shadow mode 2 */
264 ret = phy_set_clr_bits(phydev, MII_BCM7XXX_TEST,
265 MII_BCM7XXX_SHD_MODE_2, MII_BCM7XXX_SHD_MODE_2);
266 if (ret < 0)
267 return ret;
268
269 /* set iddq_clkbias */
270 phy_write(phydev, MII_BCM7XXX_100TX_DISC, 0x0F00);
271 udelay(10);
272
273 /* reset iddq_clkbias */
274 phy_write(phydev, MII_BCM7XXX_100TX_DISC, 0x0C00);
275
276 phy_write(phydev, MII_BCM7XXX_100TX_FALSE_CAR, 0x7555);
277
278 /* reset shadow mode 2 */
Florian Fainelli50d89982016-02-06 12:58:48 -0800279 ret = phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, MII_BCM7XXX_SHD_MODE_2);
Florian Fainellib560a582014-02-13 16:08:45 -0800280 if (ret < 0)
281 return ret;
282
283 return 0;
284}
285
286/* Workaround for putting the PHY in IDDQ mode, required
Florian Fainelli82c084f2014-08-14 16:52:53 -0700287 * for all BCM7XXX 40nm and 65nm PHYs
Florian Fainellib560a582014-02-13 16:08:45 -0800288 */
289static int bcm7xxx_suspend(struct phy_device *phydev)
290{
291 int ret;
292 const struct bcm7xxx_regs {
293 int reg;
294 u16 value;
295 } bcm7xxx_suspend_cfg[] = {
296 { MII_BCM7XXX_TEST, 0x008b },
297 { MII_BCM7XXX_100TX_AUX_CTL, 0x01c0 },
298 { MII_BCM7XXX_100TX_DISC, 0x7000 },
299 { MII_BCM7XXX_TEST, 0x000f },
300 { MII_BCM7XXX_100TX_AUX_CTL, 0x20d0 },
301 { MII_BCM7XXX_TEST, 0x000b },
302 };
303 unsigned int i;
304
305 for (i = 0; i < ARRAY_SIZE(bcm7xxx_suspend_cfg); i++) {
306 ret = phy_write(phydev,
307 bcm7xxx_suspend_cfg[i].reg,
308 bcm7xxx_suspend_cfg[i].value);
309 if (ret)
310 return ret;
311 }
312
313 return 0;
314}
315
Florian Fainellidb888162016-11-22 11:40:57 -0800316static int bcm7xxx_28nm_get_tunable(struct phy_device *phydev,
317 struct ethtool_tunable *tuna,
318 void *data)
319{
320 switch (tuna->id) {
321 case ETHTOOL_PHY_DOWNSHIFT:
322 return bcm_phy_downshift_get(phydev, (u8 *)data);
323 default:
324 return -EOPNOTSUPP;
325 }
326}
327
328static int bcm7xxx_28nm_set_tunable(struct phy_device *phydev,
329 struct ethtool_tunable *tuna,
330 const void *data)
331{
332 u8 count = *(u8 *)data;
333 int ret;
334
335 switch (tuna->id) {
336 case ETHTOOL_PHY_DOWNSHIFT:
337 ret = bcm_phy_downshift_set(phydev, count);
338 break;
339 default:
340 return -EOPNOTSUPP;
341 }
342
343 if (ret)
344 return ret;
345
346 /* Disable EEE advertisment since this prevents the PHY
347 * from successfully linking up, trigger auto-negotiation restart
348 * to let the MAC decide what to do.
349 */
350 ret = bcm_phy_set_eee(phydev, count == DOWNSHIFT_DEV_DISABLE);
351 if (ret)
352 return ret;
353
354 return genphy_restart_aneg(phydev);
355}
356
Florian Fainellib23ce9e2016-11-29 09:57:18 -0800357static void bcm7xxx_28nm_get_phy_stats(struct phy_device *phydev,
358 struct ethtool_stats *stats, u64 *data)
359{
360 struct bcm7xxx_phy_priv *priv = phydev->priv;
361
362 bcm_phy_get_stats(phydev, priv->stats, stats, data);
363}
364
365static int bcm7xxx_28nm_probe(struct phy_device *phydev)
366{
367 struct bcm7xxx_phy_priv *priv;
368
369 priv = devm_kzalloc(&phydev->mdio.dev, sizeof(*priv), GFP_KERNEL);
370 if (!priv)
371 return -ENOMEM;
372
373 phydev->priv = priv;
374
375 priv->stats = devm_kcalloc(&phydev->mdio.dev,
376 bcm_phy_get_sset_count(phydev), sizeof(u64),
377 GFP_KERNEL);
378 if (!priv->stats)
379 return -ENOMEM;
380
381 return 0;
382}
383
Florian Fainelli153df3c2014-08-26 13:15:24 -0700384#define BCM7XXX_28NM_GPHY(_oui, _name) \
385{ \
386 .phy_id = (_oui), \
387 .phy_id_mask = 0xfffffff0, \
388 .name = _name, \
Timur Tabi529ed122016-12-07 13:20:51 -0600389 .features = PHY_GBIT_FEATURES, \
Florian Fainelli153df3c2014-08-26 13:15:24 -0700390 .flags = PHY_IS_INTERNAL, \
Florian Fainelli2a9df742014-11-11 14:55:11 -0800391 .config_init = bcm7xxx_28nm_config_init, \
Florian Fainelli153df3c2014-08-26 13:15:24 -0700392 .config_aneg = genphy_config_aneg, \
393 .read_status = genphy_read_status, \
394 .resume = bcm7xxx_28nm_resume, \
Florian Fainellidb888162016-11-22 11:40:57 -0800395 .get_tunable = bcm7xxx_28nm_get_tunable, \
396 .set_tunable = bcm7xxx_28nm_set_tunable, \
Florian Fainellib23ce9e2016-11-29 09:57:18 -0800397 .get_sset_count = bcm_phy_get_sset_count, \
398 .get_strings = bcm_phy_get_strings, \
399 .get_stats = bcm7xxx_28nm_get_phy_stats, \
400 .probe = bcm7xxx_28nm_probe, \
Florian Fainelli153df3c2014-08-26 13:15:24 -0700401}
402
Florian Fainelli3125c082016-02-06 13:09:37 -0800403#define BCM7XXX_40NM_EPHY(_oui, _name) \
404{ \
405 .phy_id = (_oui), \
406 .phy_id_mask = 0xfffffff0, \
407 .name = _name, \
Timur Tabi529ed122016-12-07 13:20:51 -0600408 .features = PHY_BASIC_FEATURES, \
Florian Fainelli3125c082016-02-06 13:09:37 -0800409 .flags = PHY_IS_INTERNAL, \
410 .config_init = bcm7xxx_config_init, \
411 .config_aneg = genphy_config_aneg, \
412 .read_status = genphy_read_status, \
413 .suspend = bcm7xxx_suspend, \
414 .resume = bcm7xxx_config_init, \
415}
416
Florian Fainellib560a582014-02-13 16:08:45 -0800417static struct phy_driver bcm7xxx_driver[] = {
Florian Fainelli430ad682014-08-26 13:15:27 -0700418 BCM7XXX_28NM_GPHY(PHY_ID_BCM7250, "Broadcom BCM7250"),
419 BCM7XXX_28NM_GPHY(PHY_ID_BCM7364, "Broadcom BCM7364"),
Florian Fainelli153df3c2014-08-26 13:15:24 -0700420 BCM7XXX_28NM_GPHY(PHY_ID_BCM7366, "Broadcom BCM7366"),
421 BCM7XXX_28NM_GPHY(PHY_ID_BCM7439, "Broadcom BCM7439"),
Florian Fainelli59e33c22015-03-09 15:44:13 -0700422 BCM7XXX_28NM_GPHY(PHY_ID_BCM7439_2, "Broadcom BCM7439 (2)"),
Florian Fainelli153df3c2014-08-26 13:15:24 -0700423 BCM7XXX_28NM_GPHY(PHY_ID_BCM7445, "Broadcom BCM7445"),
Jaedon Shin4cef1912016-03-25 12:46:54 +0900424 BCM7XXX_40NM_EPHY(PHY_ID_BCM7346, "Broadcom BCM7346"),
425 BCM7XXX_40NM_EPHY(PHY_ID_BCM7362, "Broadcom BCM7362"),
Florian Fainelli3125c082016-02-06 13:09:37 -0800426 BCM7XXX_40NM_EPHY(PHY_ID_BCM7425, "Broadcom BCM7425"),
427 BCM7XXX_40NM_EPHY(PHY_ID_BCM7429, "Broadcom BCM7429"),
428 BCM7XXX_40NM_EPHY(PHY_ID_BCM7435, "Broadcom BCM7435"),
David S. Millerb6333532016-02-23 00:09:14 -0500429};
Florian Fainellib560a582014-02-13 16:08:45 -0800430
431static struct mdio_device_id __maybe_unused bcm7xxx_tbl[] = {
Florian Fainelli430ad682014-08-26 13:15:27 -0700432 { PHY_ID_BCM7250, 0xfffffff0, },
433 { PHY_ID_BCM7364, 0xfffffff0, },
Florian Fainellib560a582014-02-13 16:08:45 -0800434 { PHY_ID_BCM7366, 0xfffffff0, },
Jaedon Shin4cef1912016-03-25 12:46:54 +0900435 { PHY_ID_BCM7346, 0xfffffff0, },
436 { PHY_ID_BCM7362, 0xfffffff0, },
Petri Gyntherd068b022014-10-01 11:58:02 -0700437 { PHY_ID_BCM7425, 0xfffffff0, },
438 { PHY_ID_BCM7429, 0xfffffff0, },
Florian Fainellib560a582014-02-13 16:08:45 -0800439 { PHY_ID_BCM7439, 0xfffffff0, },
Florian Fainelli9458cea2015-11-24 15:30:21 -0800440 { PHY_ID_BCM7435, 0xfffffff0, },
Florian Fainellib560a582014-02-13 16:08:45 -0800441 { PHY_ID_BCM7445, 0xfffffff0, },
Florian Fainellib560a582014-02-13 16:08:45 -0800442 { }
443};
444
Johan Hovold50fd7152014-11-11 19:45:59 +0100445module_phy_driver(bcm7xxx_driver);
Florian Fainellib560a582014-02-13 16:08:45 -0800446
447MODULE_DEVICE_TABLE(mdio, bcm7xxx_tbl);
448
449MODULE_DESCRIPTION("Broadcom BCM7xxx internal PHY driver");
450MODULE_LICENSE("GPL");
451MODULE_AUTHOR("Broadcom Corporation");