blob: 5fc291cbdae023eb7bed3b3961318e4e70118b27 [file] [log] [blame]
Lennert Buytenhek91da11f2008-10-07 13:44:02 +00001/*
2 * net/dsa/mv88e6xxx.h - Marvell 88e6xxx switch chip support
3 * Copyright (c) 2008 Marvell Semiconductor
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 */
10
11#ifndef __MV88E6XXX_H
12#define __MV88E6XXX_H
13
Andrew Lunncca8b132015-04-02 04:06:39 +020014#define SMI_CMD 0x00
15#define SMI_CMD_BUSY BIT(15)
16#define SMI_CMD_CLAUSE_22 BIT(12)
17#define SMI_CMD_OP_22_WRITE ((1 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)
18#define SMI_CMD_OP_22_READ ((2 << 10) | SMI_CMD_BUSY | SMI_CMD_CLAUSE_22)
19#define SMI_CMD_OP_45_WRITE_ADDR ((0 << 10) | SMI_CMD_BUSY)
20#define SMI_CMD_OP_45_WRITE_DATA ((1 << 10) | SMI_CMD_BUSY)
21#define SMI_CMD_OP_45_READ_DATA ((2 << 10) | SMI_CMD_BUSY)
22#define SMI_CMD_OP_45_READ_DATA_INC ((3 << 10) | SMI_CMD_BUSY)
23#define SMI_DATA 0x01
Guenter Roeckb2eb0662015-04-02 04:06:30 +020024
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000025#define REG_PORT(p) (0x10 + (p))
Andrew Lunncca8b132015-04-02 04:06:39 +020026#define PORT_STATUS 0x00
27#define PORT_STATUS_PAUSE_EN BIT(15)
28#define PORT_STATUS_MY_PAUSE BIT(14)
29#define PORT_STATUS_HD_FLOW BIT(13)
30#define PORT_STATUS_PHY_DETECT BIT(12)
31#define PORT_STATUS_LINK BIT(11)
32#define PORT_STATUS_DUPLEX BIT(10)
33#define PORT_STATUS_SPEED_MASK 0x0300
34#define PORT_STATUS_SPEED_10 0x0000
35#define PORT_STATUS_SPEED_100 0x0100
36#define PORT_STATUS_SPEED_1000 0x0200
37#define PORT_STATUS_EEE BIT(6) /* 6352 */
38#define PORT_STATUS_AM_DIS BIT(6) /* 6165 */
39#define PORT_STATUS_MGMII BIT(6) /* 6185 */
40#define PORT_STATUS_TX_PAUSED BIT(5)
41#define PORT_STATUS_FLOW_CTRL BIT(4)
42#define PORT_PCS_CTRL 0x01
Andrew Lunn54d792f2015-05-06 01:09:47 +020043#define PORT_PCS_CTRL_FC BIT(7)
44#define PORT_PCS_CTRL_FORCE_FC BIT(6)
45#define PORT_PCS_CTRL_LINK_UP BIT(5)
46#define PORT_PCS_CTRL_FORCE_LINK BIT(4)
47#define PORT_PCS_CTRL_DUPLEX_FULL BIT(3)
48#define PORT_PCS_CTRL_FORCE_DUPLEX BIT(2)
49#define PORT_PCS_CTRL_10 0x00
50#define PORT_PCS_CTRL_100 0x01
51#define PORT_PCS_CTRL_1000 0x02
52#define PORT_PCS_CTRL_UNFORCED 0x03
53#define PORT_PAUSE_CTRL 0x02
Andrew Lunncca8b132015-04-02 04:06:39 +020054#define PORT_SWITCH_ID 0x03
Andrew Lunn54d792f2015-05-06 01:09:47 +020055#define PORT_SWITCH_ID_6031 0x0310
56#define PORT_SWITCH_ID_6035 0x0350
57#define PORT_SWITCH_ID_6046 0x0480
58#define PORT_SWITCH_ID_6061 0x0610
59#define PORT_SWITCH_ID_6065 0x0650
Andrew Lunncca8b132015-04-02 04:06:39 +020060#define PORT_SWITCH_ID_6085 0x04a0
Andrew Lunn54d792f2015-05-06 01:09:47 +020061#define PORT_SWITCH_ID_6092 0x0970
Andrew Lunncca8b132015-04-02 04:06:39 +020062#define PORT_SWITCH_ID_6095 0x0950
Andrew Lunn54d792f2015-05-06 01:09:47 +020063#define PORT_SWITCH_ID_6096 0x0980
64#define PORT_SWITCH_ID_6097 0x0990
65#define PORT_SWITCH_ID_6108 0x1070
66#define PORT_SWITCH_ID_6121 0x1040
67#define PORT_SWITCH_ID_6122 0x1050
Andrew Lunncca8b132015-04-02 04:06:39 +020068#define PORT_SWITCH_ID_6123 0x1210
69#define PORT_SWITCH_ID_6123_A1 0x1212
70#define PORT_SWITCH_ID_6123_A2 0x1213
71#define PORT_SWITCH_ID_6131 0x1060
72#define PORT_SWITCH_ID_6131_B2 0x1066
73#define PORT_SWITCH_ID_6152 0x1a40
74#define PORT_SWITCH_ID_6155 0x1a50
75#define PORT_SWITCH_ID_6161 0x1610
76#define PORT_SWITCH_ID_6161_A1 0x1612
77#define PORT_SWITCH_ID_6161_A2 0x1613
78#define PORT_SWITCH_ID_6165 0x1650
79#define PORT_SWITCH_ID_6165_A1 0x1652
80#define PORT_SWITCH_ID_6165_A2 0x1653
81#define PORT_SWITCH_ID_6171 0x1710
82#define PORT_SWITCH_ID_6172 0x1720
Andrew Lunn54d792f2015-05-06 01:09:47 +020083#define PORT_SWITCH_ID_6175 0x1750
Andrew Lunncca8b132015-04-02 04:06:39 +020084#define PORT_SWITCH_ID_6176 0x1760
85#define PORT_SWITCH_ID_6182 0x1a60
86#define PORT_SWITCH_ID_6185 0x1a70
Andrew Lunn54d792f2015-05-06 01:09:47 +020087#define PORT_SWITCH_ID_6240 0x2400
88#define PORT_SWITCH_ID_6320 0x1250
89#define PORT_SWITCH_ID_6350 0x3710
90#define PORT_SWITCH_ID_6351 0x3750
Andrew Lunncca8b132015-04-02 04:06:39 +020091#define PORT_SWITCH_ID_6352 0x3520
92#define PORT_SWITCH_ID_6352_A0 0x3521
93#define PORT_SWITCH_ID_6352_A1 0x3522
94#define PORT_CONTROL 0x04
Andrew Lunn54d792f2015-05-06 01:09:47 +020095#define PORT_CONTROL_USE_CORE_TAG BIT(15)
96#define PORT_CONTROL_DROP_ON_LOCK BIT(14)
97#define PORT_CONTROL_EGRESS_UNMODIFIED (0x0 << 12)
98#define PORT_CONTROL_EGRESS_UNTAGGED (0x1 << 12)
99#define PORT_CONTROL_EGRESS_TAGGED (0x2 << 12)
100#define PORT_CONTROL_EGRESS_ADD_TAG (0x3 << 12)
101#define PORT_CONTROL_HEADER BIT(11)
102#define PORT_CONTROL_IGMP_MLD_SNOOP BIT(10)
103#define PORT_CONTROL_DOUBLE_TAG BIT(9)
104#define PORT_CONTROL_FRAME_MODE_NORMAL (0x0 << 8)
105#define PORT_CONTROL_FRAME_MODE_DSA (0x1 << 8)
106#define PORT_CONTROL_FRAME_MODE_PROVIDER (0x2 << 8)
107#define PORT_CONTROL_FRAME_ETHER_TYPE_DSA (0x3 << 8)
108#define PORT_CONTROL_DSA_TAG BIT(8)
109#define PORT_CONTROL_VLAN_TUNNEL BIT(7)
110#define PORT_CONTROL_TAG_IF_BOTH BIT(6)
111#define PORT_CONTROL_USE_IP BIT(5)
112#define PORT_CONTROL_USE_TAG BIT(4)
113#define PORT_CONTROL_FORWARD_UNKNOWN_MC BIT(3)
114#define PORT_CONTROL_FORWARD_UNKNOWN BIT(2)
Andrew Lunncca8b132015-04-02 04:06:39 +0200115#define PORT_CONTROL_STATE_MASK 0x03
116#define PORT_CONTROL_STATE_DISABLED 0x00
117#define PORT_CONTROL_STATE_BLOCKING 0x01
118#define PORT_CONTROL_STATE_LEARNING 0x02
119#define PORT_CONTROL_STATE_FORWARDING 0x03
120#define PORT_CONTROL_1 0x05
121#define PORT_BASE_VLAN 0x06
122#define PORT_DEFAULT_VLAN 0x07
123#define PORT_CONTROL_2 0x08
Andrew Lunn54d792f2015-05-06 01:09:47 +0200124#define PORT_CONTROL_2_IGNORE_FCS BIT(15)
125#define PORT_CONTROL_2_VTU_PRI_OVERRIDE BIT(14)
126#define PORT_CONTROL_2_SA_PRIO_OVERRIDE BIT(13)
127#define PORT_CONTROL_2_DA_PRIO_OVERRIDE BIT(12)
128#define PORT_CONTROL_2_JUMBO_1522 (0x00 << 12)
129#define PORT_CONTROL_2_JUMBO_2048 (0x01 << 12)
130#define PORT_CONTROL_2_JUMBO_10240 (0x02 << 12)
131#define PORT_CONTROL_2_DISCARD_TAGGED BIT(9)
132#define PORT_CONTROL_2_DISCARD_UNTAGGED BIT(8)
133#define PORT_CONTROL_2_MAP_DA BIT(7)
134#define PORT_CONTROL_2_DEFAULT_FORWARD BIT(6)
135#define PORT_CONTROL_2_FORWARD_UNKNOWN BIT(6)
136#define PORT_CONTROL_2_EGRESS_MONITOR BIT(5)
137#define PORT_CONTROL_2_INGRESS_MONITOR BIT(4)
Andrew Lunncca8b132015-04-02 04:06:39 +0200138#define PORT_RATE_CONTROL 0x09
139#define PORT_RATE_CONTROL_2 0x0a
140#define PORT_ASSOC_VECTOR 0x0b
Andrew Lunn54d792f2015-05-06 01:09:47 +0200141#define PORT_ATU_CONTROL 0x0c
142#define PORT_PRI_OVERRIDE 0x0d
143#define PORT_ETH_TYPE 0x0f
Andrew Lunncca8b132015-04-02 04:06:39 +0200144#define PORT_IN_DISCARD_LO 0x10
145#define PORT_IN_DISCARD_HI 0x11
146#define PORT_IN_FILTERED 0x12
147#define PORT_OUT_FILTERED 0x13
Andrew Lunn54d792f2015-05-06 01:09:47 +0200148#define PORT_TAG_REGMAP_0123 0x18
149#define PORT_TAG_REGMAP_4567 0x19
Andrew Lunncca8b132015-04-02 04:06:39 +0200150
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000151#define REG_GLOBAL 0x1b
Andrew Lunncca8b132015-04-02 04:06:39 +0200152#define GLOBAL_STATUS 0x00
153#define GLOBAL_STATUS_PPU_STATE BIT(15) /* 6351 and 6171 */
154/* Two bits for 6165, 6185 etc */
155#define GLOBAL_STATUS_PPU_MASK (0x3 << 14)
156#define GLOBAL_STATUS_PPU_DISABLED_RST (0x0 << 14)
157#define GLOBAL_STATUS_PPU_INITIALIZING (0x1 << 14)
158#define GLOBAL_STATUS_PPU_DISABLED (0x2 << 14)
159#define GLOBAL_STATUS_PPU_POLLING (0x3 << 14)
160#define GLOBAL_MAC_01 0x01
161#define GLOBAL_MAC_23 0x02
162#define GLOBAL_MAC_45 0x03
163#define GLOBAL_CONTROL 0x04
164#define GLOBAL_CONTROL_SW_RESET BIT(15)
165#define GLOBAL_CONTROL_PPU_ENABLE BIT(14)
166#define GLOBAL_CONTROL_DISCARD_EXCESS BIT(13) /* 6352 */
167#define GLOBAL_CONTROL_SCHED_PRIO BIT(11) /* 6152 */
168#define GLOBAL_CONTROL_MAX_FRAME_1632 BIT(10) /* 6152 */
Andrew Lunn54d792f2015-05-06 01:09:47 +0200169#define GLOBAL_CONTROL_RELOAD_EEPROM BIT(9) /* 6152 */
Andrew Lunncca8b132015-04-02 04:06:39 +0200170#define GLOBAL_CONTROL_DEVICE_EN BIT(7)
171#define GLOBAL_CONTROL_STATS_DONE_EN BIT(6)
172#define GLOBAL_CONTROL_VTU_PROBLEM_EN BIT(5)
173#define GLOBAL_CONTROL_VTU_DONE_EN BIT(4)
174#define GLOBAL_CONTROL_ATU_PROBLEM_EN BIT(3)
175#define GLOBAL_CONTROL_ATU_DONE_EN BIT(2)
176#define GLOBAL_CONTROL_TCAM_EN BIT(1)
177#define GLOBAL_CONTROL_EEPROM_DONE_EN BIT(0)
178#define GLOBAL_VTU_OP 0x05
179#define GLOBAL_VTU_VID 0x06
180#define GLOBAL_VTU_DATA_0_3 0x07
181#define GLOBAL_VTU_DATA_4_7 0x08
182#define GLOBAL_VTU_DATA_8_11 0x09
183#define GLOBAL_ATU_CONTROL 0x0a
Andrew Lunn54d792f2015-05-06 01:09:47 +0200184#define GLOBAL_ATU_CONTROL_LEARN2ALL BIT(3)
Andrew Lunncca8b132015-04-02 04:06:39 +0200185#define GLOBAL_ATU_OP 0x0b
186#define GLOBAL_ATU_OP_BUSY BIT(15)
187#define GLOBAL_ATU_OP_NOP (0 << 12)
188#define GLOBAL_ATU_OP_FLUSH_ALL ((1 << 12) | GLOBAL_ATU_OP_BUSY)
189#define GLOBAL_ATU_OP_FLUSH_NON_STATIC ((2 << 12) | GLOBAL_ATU_OP_BUSY)
190#define GLOBAL_ATU_OP_LOAD_DB ((3 << 12) | GLOBAL_ATU_OP_BUSY)
191#define GLOBAL_ATU_OP_GET_NEXT_DB ((4 << 12) | GLOBAL_ATU_OP_BUSY)
192#define GLOBAL_ATU_OP_FLUSH_DB ((5 << 12) | GLOBAL_ATU_OP_BUSY)
193#define GLOBAL_ATU_OP_FLUSH_NON_STATIC_DB ((6 << 12) | GLOBAL_ATU_OP_BUSY)
194#define GLOBAL_ATU_OP_GET_CLR_VIOLATION ((7 << 12) | GLOBAL_ATU_OP_BUSY)
195#define GLOBAL_ATU_DATA 0x0c
196#define GLOBAL_ATU_DATA_STATE_MASK 0x0f
197#define GLOBAL_ATU_DATA_STATE_UNUSED 0x00
198#define GLOBAL_ATU_DATA_STATE_UC_MGMT 0x0d
199#define GLOBAL_ATU_DATA_STATE_UC_STATIC 0x0e
200#define GLOBAL_ATU_DATA_STATE_UC_PRIO_OVER 0x0f
201#define GLOBAL_ATU_DATA_STATE_MC_NONE_RATE 0x05
202#define GLOBAL_ATU_DATA_STATE_MC_STATIC 0x07
203#define GLOBAL_ATU_DATA_STATE_MC_MGMT 0x0e
204#define GLOBAL_ATU_DATA_STATE_MC_PRIO_OVER 0x0f
205#define GLOBAL_ATU_MAC_01 0x0d
206#define GLOBAL_ATU_MAC_23 0x0e
207#define GLOBAL_ATU_MAC_45 0x0f
208#define GLOBAL_IP_PRI_0 0x10
209#define GLOBAL_IP_PRI_1 0x11
210#define GLOBAL_IP_PRI_2 0x12
211#define GLOBAL_IP_PRI_3 0x13
212#define GLOBAL_IP_PRI_4 0x14
213#define GLOBAL_IP_PRI_5 0x15
214#define GLOBAL_IP_PRI_6 0x16
215#define GLOBAL_IP_PRI_7 0x17
216#define GLOBAL_IEEE_PRI 0x18
217#define GLOBAL_CORE_TAG_TYPE 0x19
218#define GLOBAL_MONITOR_CONTROL 0x1a
Andrew Lunn15966a22015-05-06 01:09:49 +0200219#define GLOBAL_MONITOR_CONTROL_INGRESS_SHIFT 12
220#define GLOBAL_MONITOR_CONTROL_EGRESS_SHIFT 8
221#define GLOBAL_MONITOR_CONTROL_ARP_SHIFT 4
222#define GLOBAL_MONITOR_CONTROL_MIRROR_SHIFT 0
223#define GLOBAL_MONITOR_CONTROL_ARP_DISABLED (0xf0)
Andrew Lunncca8b132015-04-02 04:06:39 +0200224#define GLOBAL_CONTROL_2 0x1c
Andrew Lunn15966a22015-05-06 01:09:49 +0200225#define GLOBAL_CONTROL_2_NO_CASCADE 0xe000
226#define GLOBAL_CONTROL_2_MULTIPLE_CASCADE 0xf000
227
Andrew Lunncca8b132015-04-02 04:06:39 +0200228#define GLOBAL_STATS_OP 0x1d
229#define GLOBAL_STATS_OP_BUSY BIT(15)
230#define GLOBAL_STATS_OP_NOP (0 << 12)
231#define GLOBAL_STATS_OP_FLUSH_ALL ((1 << 12) | GLOBAL_STATS_OP_BUSY)
232#define GLOBAL_STATS_OP_FLUSH_PORT ((2 << 12) | GLOBAL_STATS_OP_BUSY)
233#define GLOBAL_STATS_OP_READ_CAPTURED ((4 << 12) | GLOBAL_STATS_OP_BUSY)
234#define GLOBAL_STATS_OP_CAPTURE_PORT ((5 << 12) | GLOBAL_STATS_OP_BUSY)
235#define GLOBAL_STATS_OP_HIST_RX ((1 << 10) | GLOBAL_STATS_OP_BUSY)
236#define GLOBAL_STATS_OP_HIST_TX ((2 << 10) | GLOBAL_STATS_OP_BUSY)
237#define GLOBAL_STATS_OP_HIST_RX_TX ((3 << 10) | GLOBAL_STATS_OP_BUSY)
238#define GLOBAL_STATS_COUNTER_32 0x1e
239#define GLOBAL_STATS_COUNTER_01 0x1f
240
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000241#define REG_GLOBAL2 0x1c
Andrew Lunncca8b132015-04-02 04:06:39 +0200242#define GLOBAL2_INT_SOURCE 0x00
243#define GLOBAL2_INT_MASK 0x01
244#define GLOBAL2_MGMT_EN_2X 0x02
245#define GLOBAL2_MGMT_EN_0X 0x03
246#define GLOBAL2_FLOW_CONTROL 0x04
247#define GLOBAL2_SWITCH_MGMT 0x05
Andrew Lunn54d792f2015-05-06 01:09:47 +0200248#define GLOBAL2_SWITCH_MGMT_USE_DOUBLE_TAG_DATA BIT(15)
249#define GLOBAL2_SWITCH_MGMT_PREVENT_LOOPS BIT(14)
250#define GLOBAL2_SWITCH_MGMT_FLOW_CONTROL_MSG BIT(13)
251#define GLOBAL2_SWITCH_MGMT_FORCE_FLOW_CTRL_PRI BIT(7)
252#define GLOBAL2_SWITCH_MGMT_RSVD2CPU BIT(3)
Andrew Lunncca8b132015-04-02 04:06:39 +0200253#define GLOBAL2_DEVICE_MAPPING 0x06
Andrew Lunn54d792f2015-05-06 01:09:47 +0200254#define GLOBAL2_DEVICE_MAPPING_UPDATE BIT(15)
255#define GLOBAL2_DEVICE_MAPPING_TARGET_SHIFT 8
Andrew Lunncca8b132015-04-02 04:06:39 +0200256#define GLOBAL2_TRUNK_MASK 0x07
Andrew Lunn54d792f2015-05-06 01:09:47 +0200257#define GLOBAL2_TRUNK_MASK_UPDATE BIT(15)
258#define GLOBAL2_TRUNK_MASK_NUM_SHIFT 12
Andrew Lunncca8b132015-04-02 04:06:39 +0200259#define GLOBAL2_TRUNK_MAPPING 0x08
Andrew Lunn54d792f2015-05-06 01:09:47 +0200260#define GLOBAL2_TRUNK_MAPPING_UPDATE BIT(15)
261#define GLOBAL2_TRUNK_MAPPING_ID_SHIFT 11
Andrew Lunncca8b132015-04-02 04:06:39 +0200262#define GLOBAL2_INGRESS_OP 0x09
263#define GLOBAL2_INGRESS_DATA 0x0a
264#define GLOBAL2_PVT_ADDR 0x0b
265#define GLOBAL2_PVT_DATA 0x0c
266#define GLOBAL2_SWITCH_MAC 0x0d
267#define GLOBAL2_SWITCH_MAC_BUSY BIT(15)
268#define GLOBAL2_ATU_STATS 0x0e
269#define GLOBAL2_PRIO_OVERRIDE 0x0f
Andrew Lunn15966a22015-05-06 01:09:49 +0200270#define GLOBAL2_PRIO_OVERRIDE_FORCE_SNOOP BIT(7)
271#define GLOBAL2_PRIO_OVERRIDE_SNOOP_SHIFT 4
272#define GLOBAL2_PRIO_OVERRIDE_FORCE_ARP BIT(3)
273#define GLOBAL2_PRIO_OVERRIDE_ARP_SHIFT 0
Andrew Lunncca8b132015-04-02 04:06:39 +0200274#define GLOBAL2_EEPROM_OP 0x14
275#define GLOBAL2_EEPROM_OP_BUSY BIT(15)
276#define GLOBAL2_EEPROM_OP_LOAD BIT(11)
277#define GLOBAL2_EEPROM_DATA 0x15
278#define GLOBAL2_PTP_AVB_OP 0x16
279#define GLOBAL2_PTP_AVB_DATA 0x17
280#define GLOBAL2_SMI_OP 0x18
281#define GLOBAL2_SMI_OP_BUSY BIT(15)
282#define GLOBAL2_SMI_OP_CLAUSE_22 BIT(12)
283#define GLOBAL2_SMI_OP_22_WRITE ((1 << 10) | GLOBAL2_SMI_OP_BUSY | \
284 GLOBAL2_SMI_OP_CLAUSE_22)
285#define GLOBAL2_SMI_OP_22_READ ((2 << 10) | GLOBAL2_SMI_OP_BUSY | \
286 GLOBAL2_SMI_OP_CLAUSE_22)
287#define GLOBAL2_SMI_OP_45_WRITE_ADDR ((0 << 10) | GLOBAL2_SMI_OP_BUSY)
288#define GLOBAL2_SMI_OP_45_WRITE_DATA ((1 << 10) | GLOBAL2_SMI_OP_BUSY)
289#define GLOBAL2_SMI_OP_45_READ_DATA ((2 << 10) | GLOBAL2_SMI_OP_BUSY)
290#define GLOBAL2_SMI_DATA 0x19
291#define GLOBAL2_SCRATCH_MISC 0x1a
292#define GLOBAL2_WDOG_CONTROL 0x1b
293#define GLOBAL2_QOS_WEIGHT 0x1c
294#define GLOBAL2_MISC 0x1d
Guenter Roeckdefb05b2015-03-26 18:36:38 -0700295
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000296struct mv88e6xxx_priv_state {
Barry Grussling3675c8d2013-01-08 16:05:53 +0000297 /* When using multi-chip addressing, this mutex protects
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000298 * access to the indirect access registers. (In single-chip
299 * mode, this mutex is effectively useless.)
300 */
301 struct mutex smi_mutex;
302
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +0000303#ifdef CONFIG_NET_DSA_MV88E6XXX_NEED_PPU
Barry Grussling3675c8d2013-01-08 16:05:53 +0000304 /* Handles automatic disabling and re-enabling of the PHY
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +0000305 * polling unit.
306 */
307 struct mutex ppu_mutex;
308 int ppu_disabled;
309 struct work_struct ppu_work;
310 struct timer_list ppu_timer;
311#endif
312
Barry Grussling3675c8d2013-01-08 16:05:53 +0000313 /* This mutex serialises access to the statistics unit.
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000314 * Hold this mutex over snapshot + dump sequences.
315 */
316 struct mutex stats_mutex;
Peter Korsgaardec80bfc2011-04-05 03:03:56 +0000317
Guenter Roeck3ad50cc2014-10-29 10:44:56 -0700318 /* This mutex serializes phy access for chips with
319 * indirect phy addressing. It is unused for chips
320 * with direct phy access.
321 */
322 struct mutex phy_mutex;
323
Guenter Roeck33b43df2014-10-29 10:45:03 -0700324 /* This mutex serializes eeprom access for chips with
325 * eeprom support.
326 */
327 struct mutex eeprom_mutex;
328
Peter Korsgaardec80bfc2011-04-05 03:03:56 +0000329 int id; /* switch product id */
Guenter Roeckd1988932015-04-02 04:06:31 +0200330 int num_ports; /* number of switch ports */
Guenter Roeckfacd95b2015-03-26 18:36:35 -0700331
332 /* hw bridging */
333
334 u32 fid_mask;
335 u8 fid[DSA_MAX_PORTS];
336 u16 bridge_mask[DSA_MAX_PORTS];
337
338 unsigned long port_state_update_mask;
339 u8 port_state[DSA_MAX_PORTS];
340
341 struct work_struct bridge_work;
Andrew Lunn87c8cef2015-06-20 18:42:28 +0200342
343 struct dentry *dbgfs;
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000344};
345
346struct mv88e6xxx_hw_stat {
347 char string[ETH_GSTRING_LEN];
348 int sizeof_stat;
349 int reg;
350};
351
Andrew Lunn143a8302015-04-02 04:06:34 +0200352int mv88e6xxx_switch_reset(struct dsa_switch *ds, bool ppu_active);
Andrew Lunndbde9e62015-05-06 01:09:48 +0200353int mv88e6xxx_setup_ports(struct dsa_switch *ds);
Guenter Roeckacdaffc2015-03-26 18:36:28 -0700354int mv88e6xxx_setup_common(struct dsa_switch *ds);
Andrew Lunn54d792f2015-05-06 01:09:47 +0200355int mv88e6xxx_setup_global(struct dsa_switch *ds);
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000356int __mv88e6xxx_reg_read(struct mii_bus *bus, int sw_addr, int addr, int reg);
357int mv88e6xxx_reg_read(struct dsa_switch *ds, int addr, int reg);
358int __mv88e6xxx_reg_write(struct mii_bus *bus, int sw_addr, int addr,
Barry Grussling85686582013-01-08 16:05:56 +0000359 int reg, u16 val);
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000360int mv88e6xxx_reg_write(struct dsa_switch *ds, int addr, int reg, u16 val);
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +0000361int mv88e6xxx_set_addr_direct(struct dsa_switch *ds, u8 *addr);
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000362int mv88e6xxx_set_addr_indirect(struct dsa_switch *ds, u8 *addr);
Andrew Lunnfd3a0ee2015-04-02 04:06:36 +0200363int mv88e6xxx_phy_read(struct dsa_switch *ds, int port, int regnum);
364int mv88e6xxx_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val);
365int mv88e6xxx_phy_read_indirect(struct dsa_switch *ds, int port, int regnum);
366int mv88e6xxx_phy_write_indirect(struct dsa_switch *ds, int port, int regnum,
367 u16 val);
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +0000368void mv88e6xxx_ppu_state_init(struct dsa_switch *ds);
369int mv88e6xxx_phy_read_ppu(struct dsa_switch *ds, int addr, int regnum);
370int mv88e6xxx_phy_write_ppu(struct dsa_switch *ds, int addr,
371 int regnum, u16 val);
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000372void mv88e6xxx_poll_link(struct dsa_switch *ds);
Andrew Lunne413e7e2015-04-02 04:06:38 +0200373void mv88e6xxx_get_strings(struct dsa_switch *ds, int port, uint8_t *data);
374void mv88e6xxx_get_ethtool_stats(struct dsa_switch *ds, int port,
375 uint64_t *data);
376int mv88e6xxx_get_sset_count(struct dsa_switch *ds);
377int mv88e6xxx_get_sset_count_basic(struct dsa_switch *ds);
Guenter Roecka1ab91f2014-10-29 10:45:05 -0700378int mv88e6xxx_get_regs_len(struct dsa_switch *ds, int port);
379void mv88e6xxx_get_regs(struct dsa_switch *ds, int port,
380 struct ethtool_regs *regs, void *_p);
Andrew Lunneaa23762014-11-15 22:24:51 +0100381int mv88e6xxx_get_temp(struct dsa_switch *ds, int *temp);
Andrew Lunnf3044682015-02-14 19:17:50 +0100382int mv88e6xxx_eeprom_load_wait(struct dsa_switch *ds);
383int mv88e6xxx_eeprom_busy_wait(struct dsa_switch *ds);
384int mv88e6xxx_phy_read_indirect(struct dsa_switch *ds, int addr, int regnum);
385int mv88e6xxx_phy_write_indirect(struct dsa_switch *ds, int addr, int regnum,
386 u16 val);
Guenter Roeck11b3b452015-03-06 22:23:51 -0800387int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
388int mv88e6xxx_set_eee(struct dsa_switch *ds, int port,
389 struct phy_device *phydev, struct ethtool_eee *e);
Guenter Roeckfacd95b2015-03-26 18:36:35 -0700390int mv88e6xxx_join_bridge(struct dsa_switch *ds, int port, u32 br_port_mask);
391int mv88e6xxx_leave_bridge(struct dsa_switch *ds, int port, u32 br_port_mask);
392int mv88e6xxx_port_stp_update(struct dsa_switch *ds, int port, u8 state);
Guenter Roeckdefb05b2015-03-26 18:36:38 -0700393int mv88e6xxx_port_fdb_add(struct dsa_switch *ds, int port,
394 const unsigned char *addr, u16 vid);
395int mv88e6xxx_port_fdb_del(struct dsa_switch *ds, int port,
396 const unsigned char *addr, u16 vid);
397int mv88e6xxx_port_fdb_getnext(struct dsa_switch *ds, int port,
398 unsigned char *addr, bool *is_static);
Andrew Lunn491435852015-04-02 04:06:35 +0200399int mv88e6xxx_phy_page_read(struct dsa_switch *ds, int port, int page, int reg);
400int mv88e6xxx_phy_page_write(struct dsa_switch *ds, int port, int page,
401 int reg, int val);
Ben Hutchings98e67302011-11-25 14:36:19 +0000402extern struct dsa_switch_driver mv88e6131_switch_driver;
403extern struct dsa_switch_driver mv88e6123_61_65_switch_driver;
Guenter Roeck3ad50cc2014-10-29 10:44:56 -0700404extern struct dsa_switch_driver mv88e6352_switch_driver;
Andrew Lunn42f27252014-09-12 23:58:44 +0200405extern struct dsa_switch_driver mv88e6171_switch_driver;
Ben Hutchings98e67302011-11-25 14:36:19 +0000406
Lennert Buytenhek91da11f2008-10-07 13:44:02 +0000407#define REG_READ(addr, reg) \
408 ({ \
409 int __ret; \
410 \
411 __ret = mv88e6xxx_reg_read(ds, addr, reg); \
412 if (__ret < 0) \
413 return __ret; \
414 __ret; \
415 })
416
417#define REG_WRITE(addr, reg, val) \
418 ({ \
419 int __ret; \
420 \
421 __ret = mv88e6xxx_reg_write(ds, addr, reg, val); \
422 if (__ret < 0) \
423 return __ret; \
424 })
425
426
427
428#endif