blob: 8278150119d5778af0a948f07432eeb71cd5737b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*******************************************************************************
2 *
3 * Linux ThunderLAN Driver
4 *
5 * tlan.c
6 * by James Banks
7 *
8 * (C) 1997-1998 Caldera, Inc.
9 * (C) 1998 James Banks
10 * (C) 1999-2001 Torben Mathiasen
11 * (C) 2002 Samuel Chessman
12 *
13 * This software may be used and distributed according to the terms
14 * of the GNU General Public License, incorporated herein by reference.
15 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 ** Useful (if not required) reading:
17 *
18 * Texas Instruments, ThunderLAN Programmer's Guide,
19 * TI Literature Number SPWU013A
20 * available in PDF format from www.ti.com
21 * Level One, LXT901 and LXT970 Data Sheets
22 * available in PDF format from www.level1.com
23 * National Semiconductor, DP83840A Data Sheet
24 * available in PDF format from www.national.com
25 * Microchip Technology, 24C01A/02A/04A Data Sheet
26 * available in PDF format from www.microchip.com
27 *
Sakari Ailusc659c382011-01-21 10:59:30 +000028 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
Joe Perches50624aa2011-03-01 06:56:33 +000030#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
31
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000032#include <linux/hardirq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/module.h>
34#include <linux/init.h>
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000035#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include <linux/ioport.h>
37#include <linux/eisa.h>
38#include <linux/pci.h>
Domen Puncer1e7f0bd2005-06-26 18:22:14 -040039#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <linux/netdevice.h>
41#include <linux/etherdevice.h>
42#include <linux/delay.h>
43#include <linux/spinlock.h>
44#include <linux/workqueue.h>
45#include <linux/mii.h>
46
47#include "tlan.h"
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
50/* For removing EISA devices */
Sakari Ailusc659c382011-01-21 10:59:30 +000051static struct net_device *tlan_eisa_devices;
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Sakari Ailusc659c382011-01-21 10:59:30 +000053static int tlan_devices_installed;
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
55/* Set speed, duplex and aui settings */
56static int aui[MAX_TLAN_BOARDS];
57static int duplex[MAX_TLAN_BOARDS];
58static int speed[MAX_TLAN_BOARDS];
59static int boards_found;
Stephen Hemminger15efa9b2005-05-04 15:33:11 -070060module_param_array(aui, int, NULL, 0);
61module_param_array(duplex, int, NULL, 0);
62module_param_array(speed, int, NULL, 0);
63MODULE_PARM_DESC(aui, "ThunderLAN use AUI port(s) (0-1)");
Sakari Ailusc659c382011-01-21 10:59:30 +000064MODULE_PARM_DESC(duplex,
65 "ThunderLAN duplex setting(s) (0-default, 1-half, 2-full)");
Joe Perches50624aa2011-03-01 06:56:33 +000066MODULE_PARM_DESC(speed, "ThunderLAN port speed setting(s) (0,10,100)");
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
68MODULE_AUTHOR("Maintainer: Samuel Chessman <chessman@tux.org>");
69MODULE_DESCRIPTION("Driver for TI ThunderLAN based ethernet PCI adapters");
70MODULE_LICENSE("GPL");
71
Linus Torvalds1da177e2005-04-16 15:20:36 -070072/* Turn on debugging. See Documentation/networking/tlan.txt for details */
73static int debug;
Stephen Hemminger15efa9b2005-05-04 15:33:11 -070074module_param(debug, int, 0);
75MODULE_PARM_DESC(debug, "ThunderLAN debug mask");
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Sakari Ailusc659c382011-01-21 10:59:30 +000077static const char tlan_signature[] = "TLAN";
Sakari Ailusfa6d5d42011-01-21 10:59:31 +000078static const char tlan_banner[] = "ThunderLAN driver v1.17\n";
Linus Torvalds1da177e2005-04-16 15:20:36 -070079static int tlan_have_pci;
80static int tlan_have_eisa;
81
Sakari Ailusc659c382011-01-21 10:59:30 +000082static const char * const media[] = {
83 "10BaseT-HD", "10BaseT-FD", "100baseTx-HD",
84 "100BaseTx-FD", "100BaseT4", NULL
Linus Torvalds1da177e2005-04-16 15:20:36 -070085};
86
87static struct board {
Sakari Ailusc659c382011-01-21 10:59:30 +000088 const char *device_label;
89 u32 flags;
90 u16 addr_ofs;
Linus Torvalds1da177e2005-04-16 15:20:36 -070091} board_info[] = {
92 { "Compaq Netelligent 10 T PCI UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
Sakari Ailusc659c382011-01-21 10:59:30 +000093 { "Compaq Netelligent 10/100 TX PCI UTP",
94 TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 { "Compaq Integrated NetFlex-3/P", TLAN_ADAPTER_NONE, 0x83 },
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -070096 { "Compaq NetFlex-3/P",
97 TLAN_ADAPTER_UNMANAGED_PHY | TLAN_ADAPTER_BIT_RATE_PHY, 0x83 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 { "Compaq NetFlex-3/P", TLAN_ADAPTER_NONE, 0x83 },
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -070099 { "Compaq Netelligent Integrated 10/100 TX UTP",
100 TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
Sakari Ailusc659c382011-01-21 10:59:30 +0000101 { "Compaq Netelligent Dual 10/100 TX PCI UTP",
102 TLAN_ADAPTER_NONE, 0x83 },
103 { "Compaq Netelligent 10/100 TX Embedded UTP",
104 TLAN_ADAPTER_NONE, 0x83 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 { "Olicom OC-2183/2185", TLAN_ADAPTER_USE_INTERN_10, 0x83 },
Ondrej Zaryeb522bb2014-06-30 18:38:27 +0200106 { "Olicom OC-2325", TLAN_ADAPTER_ACTIVITY_LED |
107 TLAN_ADAPTER_UNMANAGED_PHY, 0xf8 },
108 { "Olicom OC-2326", TLAN_ADAPTER_ACTIVITY_LED |
109 TLAN_ADAPTER_USE_INTERN_10, 0xf8 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 { "Compaq Netelligent 10/100 TX UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
Sakari Ailusc659c382011-01-21 10:59:30 +0000111 { "Compaq Netelligent 10 T/2 PCI UTP/coax", TLAN_ADAPTER_NONE, 0x83 },
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -0700112 { "Compaq NetFlex-3/E",
Sakari Ailusc659c382011-01-21 10:59:30 +0000113 TLAN_ADAPTER_ACTIVITY_LED | /* EISA card */
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -0700114 TLAN_ADAPTER_UNMANAGED_PHY | TLAN_ADAPTER_BIT_RATE_PHY, 0x83 },
Sakari Ailusc659c382011-01-21 10:59:30 +0000115 { "Compaq NetFlex-3/E",
116 TLAN_ADAPTER_ACTIVITY_LED, 0x83 }, /* EISA card */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117};
118
Alexey Dobriyana3aa1882010-01-07 11:58:11 +0000119static DEFINE_PCI_DEVICE_TABLE(tlan_pci_tbl) = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL10,
Sakari Ailusc659c382011-01-21 10:59:30 +0000121 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100,
Sakari Ailusc659c382011-01-21 10:59:30 +0000123 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETFLEX3I,
Sakari Ailusc659c382011-01-21 10:59:30 +0000125 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_THUNDER,
Sakari Ailusc659c382011-01-21 10:59:30 +0000127 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETFLEX3B,
Sakari Ailusc659c382011-01-21 10:59:30 +0000129 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100PI,
Sakari Ailusc659c382011-01-21 10:59:30 +0000131 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100D,
Sakari Ailusc659c382011-01-21 10:59:30 +0000133 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100I,
Sakari Ailusc659c382011-01-21 10:59:30 +0000135 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 7 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2183,
Sakari Ailusc659c382011-01-21 10:59:30 +0000137 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2325,
Sakari Ailusc659c382011-01-21 10:59:30 +0000139 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140 { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2326,
Sakari Ailusc659c382011-01-21 10:59:30 +0000141 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 10 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_NETELLIGENT_10_100_WS_5100,
Sakari Ailusc659c382011-01-21 10:59:30 +0000143 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_NETELLIGENT_10_T2,
Sakari Ailusc659c382011-01-21 10:59:30 +0000145 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 12 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 { 0,}
147};
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400148MODULE_DEVICE_TABLE(pci, tlan_pci_tbl);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149
Sakari Ailusc659c382011-01-21 10:59:30 +0000150static void tlan_eisa_probe(void);
151static void tlan_eisa_cleanup(void);
152static int tlan_init(struct net_device *);
153static int tlan_open(struct net_device *dev);
154static netdev_tx_t tlan_start_tx(struct sk_buff *, struct net_device *);
155static irqreturn_t tlan_handle_interrupt(int, void *);
156static int tlan_close(struct net_device *);
157static struct net_device_stats *tlan_get_stats(struct net_device *);
158static void tlan_set_multicast_list(struct net_device *);
159static int tlan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
160static int tlan_probe1(struct pci_dev *pdev, long ioaddr,
161 int irq, int rev, const struct pci_device_id *ent);
162static void tlan_tx_timeout(struct net_device *dev);
163static void tlan_tx_timeout_work(struct work_struct *work);
164static int tlan_init_one(struct pci_dev *pdev,
165 const struct pci_device_id *ent);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
Sakari Ailusc659c382011-01-21 10:59:30 +0000167static u32 tlan_handle_tx_eof(struct net_device *, u16);
168static u32 tlan_handle_stat_overflow(struct net_device *, u16);
169static u32 tlan_handle_rx_eof(struct net_device *, u16);
170static u32 tlan_handle_dummy(struct net_device *, u16);
171static u32 tlan_handle_tx_eoc(struct net_device *, u16);
172static u32 tlan_handle_status_check(struct net_device *, u16);
173static u32 tlan_handle_rx_eoc(struct net_device *, u16);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
Sakari Ailusc659c382011-01-21 10:59:30 +0000175static void tlan_timer(unsigned long);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
Sakari Ailusc659c382011-01-21 10:59:30 +0000177static void tlan_reset_lists(struct net_device *);
178static void tlan_free_lists(struct net_device *);
179static void tlan_print_dio(u16);
180static void tlan_print_list(struct tlan_list *, char *, int);
181static void tlan_read_and_clear_stats(struct net_device *, int);
182static void tlan_reset_adapter(struct net_device *);
183static void tlan_finish_reset(struct net_device *);
184static void tlan_set_mac(struct net_device *, int areg, char *mac);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
Sakari Ailusc659c382011-01-21 10:59:30 +0000186static void tlan_phy_print(struct net_device *);
187static void tlan_phy_detect(struct net_device *);
188static void tlan_phy_power_down(struct net_device *);
189static void tlan_phy_power_up(struct net_device *);
190static void tlan_phy_reset(struct net_device *);
191static void tlan_phy_start_link(struct net_device *);
192static void tlan_phy_finish_auto_neg(struct net_device *);
Ondrej Zaryc0a87c22014-06-30 18:38:28 +0200193static void tlan_phy_monitor(unsigned long);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
195/*
Sakari Ailusc659c382011-01-21 10:59:30 +0000196 static int tlan_phy_nop(struct net_device *);
197 static int tlan_phy_internal_check(struct net_device *);
198 static int tlan_phy_internal_service(struct net_device *);
199 static int tlan_phy_dp83840a_check(struct net_device *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200*/
201
Sakari Ailusc659c382011-01-21 10:59:30 +0000202static bool tlan_mii_read_reg(struct net_device *, u16, u16, u16 *);
203static void tlan_mii_send_data(u16, u32, unsigned);
204static void tlan_mii_sync(u16);
205static void tlan_mii_write_reg(struct net_device *, u16, u16, u16);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
Sakari Ailusc659c382011-01-21 10:59:30 +0000207static void tlan_ee_send_start(u16);
208static int tlan_ee_send_byte(u16, u8, int);
209static void tlan_ee_receive_byte(u16, u8 *, int);
210static int tlan_ee_read_byte(struct net_device *, u8, u8 *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211
212
Stephen Hemminger93e16842008-05-30 09:49:55 -0700213static inline void
Sakari Ailusc659c382011-01-21 10:59:30 +0000214tlan_store_skb(struct tlan_list *tag, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215{
216 unsigned long addr = (unsigned long)skb;
Stephen Hemminger93e16842008-05-30 09:49:55 -0700217 tag->buffer[9].address = addr;
218 tag->buffer[8].address = upper_32_bits(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219}
220
Stephen Hemminger93e16842008-05-30 09:49:55 -0700221static inline struct sk_buff *
Sakari Ailusc659c382011-01-21 10:59:30 +0000222tlan_get_skb(const struct tlan_list *tag)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223{
Stephen Hemminger93e16842008-05-30 09:49:55 -0700224 unsigned long addr;
225
Robert Fitzsimons0d63bea2008-08-09 17:54:02 +0100226 addr = tag->buffer[9].address;
Benjamin Poirierda3a9e92012-04-25 04:49:20 +0000227 addr |= ((unsigned long) tag->buffer[8].address << 16) << 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 return (struct sk_buff *) addr;
229}
230
Sakari Ailusc659c382011-01-21 10:59:30 +0000231static u32
232(*tlan_int_vector[TLAN_INT_NUMBER_OF_INTS])(struct net_device *, u16) = {
Stephen Hemmingera3ccc782008-05-30 09:49:57 -0700233 NULL,
Sakari Ailusc659c382011-01-21 10:59:30 +0000234 tlan_handle_tx_eof,
235 tlan_handle_stat_overflow,
236 tlan_handle_rx_eof,
237 tlan_handle_dummy,
238 tlan_handle_tx_eoc,
239 tlan_handle_status_check,
240 tlan_handle_rx_eoc
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241};
242
243static inline void
Sakari Ailusc659c382011-01-21 10:59:30 +0000244tlan_set_timer(struct net_device *dev, u32 ticks, u32 type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245{
Sakari Ailusc659c382011-01-21 10:59:30 +0000246 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 unsigned long flags = 0;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 if (!in_irq())
250 spin_lock_irqsave(&priv->lock, flags);
Sakari Ailusc659c382011-01-21 10:59:30 +0000251 if (priv->timer.function != NULL &&
252 priv->timer_type != TLAN_TIMER_ACTIVITY) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253 if (!in_irq())
254 spin_unlock_irqrestore(&priv->lock, flags);
255 return;
256 }
Sakari Ailusc659c382011-01-21 10:59:30 +0000257 priv->timer.function = tlan_timer;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 if (!in_irq())
259 spin_unlock_irqrestore(&priv->lock, flags);
260
261 priv->timer.data = (unsigned long) dev;
Sakari Ailusc659c382011-01-21 10:59:30 +0000262 priv->timer_set_at = jiffies;
263 priv->timer_type = type;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 mod_timer(&priv->timer, jiffies + ticks);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400265
Sakari Ailusc659c382011-01-21 10:59:30 +0000266}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267
268
269/*****************************************************************************
270******************************************************************************
271
Sakari Ailusc659c382011-01-21 10:59:30 +0000272ThunderLAN driver primary functions
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
Sakari Ailusc659c382011-01-21 10:59:30 +0000274these functions are more or less common to all linux network drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275
276******************************************************************************
277*****************************************************************************/
278
279
280
281
282
Sakari Ailusc659c382011-01-21 10:59:30 +0000283/***************************************************************
284 * tlan_remove_one
285 *
286 * Returns:
287 * Nothing
288 * Parms:
289 * None
290 *
291 * Goes through the TLanDevices list and frees the device
292 * structs and memory associated with each device (lists
293 * and buffers). It also ureserves the IO port regions
294 * associated with this device.
295 *
296 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297
298
Bill Pemberton36915872012-12-03 09:23:44 -0500299static void tlan_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300{
Sakari Ailusc659c382011-01-21 10:59:30 +0000301 struct net_device *dev = pci_get_drvdata(pdev);
302 struct tlan_priv *priv = netdev_priv(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400303
Sakari Ailusc659c382011-01-21 10:59:30 +0000304 unregister_netdev(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305
Sakari Ailusc659c382011-01-21 10:59:30 +0000306 if (priv->dma_storage) {
307 pci_free_consistent(priv->pci_dev,
308 priv->dma_size, priv->dma_storage,
309 priv->dma_storage_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 }
311
312#ifdef CONFIG_PCI
313 pci_release_regions(pdev);
314#endif
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400315
Sakari Ailusc659c382011-01-21 10:59:30 +0000316 free_netdev(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400317
Devendra Naga1e0a8b12013-04-16 01:30:38 +0000318 cancel_work_sync(&priv->tlan_tqueue);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400319}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
Sakari Ailusfa6d5d42011-01-21 10:59:31 +0000321static void tlan_start(struct net_device *dev)
322{
323 tlan_reset_lists(dev);
324 /* NOTE: It might not be necessary to read the stats before a
325 reset if you don't care what the values are.
326 */
327 tlan_read_and_clear_stats(dev, TLAN_IGNORE);
328 tlan_reset_adapter(dev);
329 netif_wake_queue(dev);
330}
331
332static void tlan_stop(struct net_device *dev)
333{
334 struct tlan_priv *priv = netdev_priv(dev);
335
Ondrej Zaryc0a87c22014-06-30 18:38:28 +0200336 del_timer_sync(&priv->media_timer);
Sakari Ailusfa6d5d42011-01-21 10:59:31 +0000337 tlan_read_and_clear_stats(dev, TLAN_RECORD);
338 outl(TLAN_HC_AD_RST, dev->base_addr + TLAN_HOST_CMD);
339 /* Reset and power down phy */
340 tlan_reset_adapter(dev);
341 if (priv->timer.function != NULL) {
342 del_timer_sync(&priv->timer);
343 priv->timer.function = NULL;
344 }
345}
346
347#ifdef CONFIG_PM
348
349static int tlan_suspend(struct pci_dev *pdev, pm_message_t state)
350{
351 struct net_device *dev = pci_get_drvdata(pdev);
352
353 if (netif_running(dev))
354 tlan_stop(dev);
355
356 netif_device_detach(dev);
357 pci_save_state(pdev);
358 pci_disable_device(pdev);
359 pci_wake_from_d3(pdev, false);
360 pci_set_power_state(pdev, PCI_D3hot);
361
362 return 0;
363}
364
365static int tlan_resume(struct pci_dev *pdev)
366{
367 struct net_device *dev = pci_get_drvdata(pdev);
368
369 pci_set_power_state(pdev, PCI_D0);
370 pci_restore_state(pdev);
Yijing Wang1ca01512013-06-27 20:53:42 +0800371 pci_enable_wake(pdev, PCI_D0, 0);
Sakari Ailusfa6d5d42011-01-21 10:59:31 +0000372 netif_device_attach(dev);
373
374 if (netif_running(dev))
375 tlan_start(dev);
376
377 return 0;
378}
379
380#else /* CONFIG_PM */
381
382#define tlan_suspend NULL
383#define tlan_resume NULL
384
385#endif /* CONFIG_PM */
386
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388static struct pci_driver tlan_driver = {
389 .name = "tlan",
390 .id_table = tlan_pci_tbl,
391 .probe = tlan_init_one,
Bill Pemberton36915872012-12-03 09:23:44 -0500392 .remove = tlan_remove_one,
Sakari Ailusfa6d5d42011-01-21 10:59:31 +0000393 .suspend = tlan_suspend,
394 .resume = tlan_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395};
396
397static int __init tlan_probe(void)
398{
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800399 int rc = -ENODEV;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400400
Joe Perches50624aa2011-03-01 06:56:33 +0000401 pr_info("%s", tlan_banner);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting PCI Probe....\n");
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 /* Use new style PCI probing. Now the kernel will
406 do most of this for us */
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800407 rc = pci_register_driver(&tlan_driver);
408
409 if (rc != 0) {
Joe Perches50624aa2011-03-01 06:56:33 +0000410 pr_err("Could not register pci driver\n");
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800411 goto err_out_pci_free;
412 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413
414 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting EISA Probe....\n");
Sakari Ailusc659c382011-01-21 10:59:30 +0000415 tlan_eisa_probe();
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400416
Joe Perches50624aa2011-03-01 06:56:33 +0000417 pr_info("%d device%s installed, PCI: %d EISA: %d\n",
418 tlan_devices_installed, tlan_devices_installed == 1 ? "" : "s",
419 tlan_have_pci, tlan_have_eisa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420
Sakari Ailusc659c382011-01-21 10:59:30 +0000421 if (tlan_devices_installed == 0) {
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800422 rc = -ENODEV;
423 goto err_out_pci_unreg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 }
425 return 0;
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800426
427err_out_pci_unreg:
428 pci_unregister_driver(&tlan_driver);
429err_out_pci_free:
Leonardo Potenza6c04a512008-02-04 23:47:16 -0800430 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431}
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400432
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433
Bill Pemberton36915872012-12-03 09:23:44 -0500434static int tlan_init_one(struct pci_dev *pdev,
Sakari Ailusc659c382011-01-21 10:59:30 +0000435 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436{
Sakari Ailusc659c382011-01-21 10:59:30 +0000437 return tlan_probe1(pdev, -1, -1, 0, ent);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438}
439
440
441/*
Sakari Ailusc659c382011-01-21 10:59:30 +0000442***************************************************************
443* tlan_probe1
444*
445* Returns:
446* 0 on success, error code on error
447* Parms:
448* none
449*
450* The name is lower case to fit in with all the rest of
451* the netcard_probe names. This function looks for
452* another TLan based adapter, setting it up with the
453* allocated device struct if one is found.
454* tlan_probe has been ported to the new net API and
455* now allocates its own device structure. This function
456* is also used by modules.
457*
458**************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +0000460static int tlan_probe1(struct pci_dev *pdev, long ioaddr, int irq, int rev,
461 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462{
463
464 struct net_device *dev;
Sakari Ailusc659c382011-01-21 10:59:30 +0000465 struct tlan_priv *priv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 u16 device_id;
467 int reg, rc = -ENODEV;
468
Adrian Bunkad9f6712006-02-05 00:37:47 +0100469#ifdef CONFIG_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 if (pdev) {
471 rc = pci_enable_device(pdev);
472 if (rc)
473 return rc;
474
Sakari Ailusc659c382011-01-21 10:59:30 +0000475 rc = pci_request_regions(pdev, tlan_signature);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 if (rc) {
Joe Perches50624aa2011-03-01 06:56:33 +0000477 pr_err("Could not reserve IO regions\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478 goto err_out;
479 }
480 }
Adrian Bunkad9f6712006-02-05 00:37:47 +0100481#endif /* CONFIG_PCI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482
Sakari Ailusc659c382011-01-21 10:59:30 +0000483 dev = alloc_etherdev(sizeof(struct tlan_priv));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 if (dev == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 rc = -ENOMEM;
486 goto err_out_regions;
487 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 SET_NETDEV_DEV(dev, &pdev->dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400489
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 priv = netdev_priv(dev);
491
Sakari Ailusc659c382011-01-21 10:59:30 +0000492 priv->pci_dev = pdev;
David Howellsc4028952006-11-22 14:57:56 +0000493 priv->dev = dev;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400494
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 /* Is this a PCI device? */
496 if (pdev) {
Sakari Ailusc659c382011-01-21 10:59:30 +0000497 u32 pci_io_base = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498
499 priv->adapter = &board_info[ent->driver_data];
500
Yang Hongyang284901a2009-04-06 19:01:15 -0700501 rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 if (rc) {
Joe Perches50624aa2011-03-01 06:56:33 +0000503 pr_err("No suitable PCI mapping available\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 goto err_out_free_dev;
505 }
506
Sakari Ailusc659c382011-01-21 10:59:30 +0000507 for (reg = 0; reg <= 5; reg++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 if (pci_resource_flags(pdev, reg) & IORESOURCE_IO) {
509 pci_io_base = pci_resource_start(pdev, reg);
Sakari Ailusc659c382011-01-21 10:59:30 +0000510 TLAN_DBG(TLAN_DEBUG_GNRL,
511 "IO mapping is available at %x.\n",
512 pci_io_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 break;
514 }
515 }
516 if (!pci_io_base) {
Joe Perches50624aa2011-03-01 06:56:33 +0000517 pr_err("No IO mappings available\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 rc = -EIO;
519 goto err_out_free_dev;
520 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400521
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 dev->base_addr = pci_io_base;
523 dev->irq = pdev->irq;
Sakari Ailusc659c382011-01-21 10:59:30 +0000524 priv->adapter_rev = pdev->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 pci_set_master(pdev);
526 pci_set_drvdata(pdev, dev);
527
528 } else { /* EISA card */
529 /* This is a hack. We need to know which board structure
530 * is suited for this adapter */
531 device_id = inw(ioaddr + EISA_ID2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 if (device_id == 0x20F1) {
Sakari Ailusc659c382011-01-21 10:59:30 +0000533 priv->adapter = &board_info[13]; /* NetFlex-3/E */
534 priv->adapter_rev = 23; /* TLAN 2.3 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 } else {
536 priv->adapter = &board_info[14];
Sakari Ailusc659c382011-01-21 10:59:30 +0000537 priv->adapter_rev = 10; /* TLAN 1.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 }
539 dev->base_addr = ioaddr;
540 dev->irq = irq;
541 }
542
543 /* Kernel parameters */
544 if (dev->mem_start) {
545 priv->aui = dev->mem_start & 0x01;
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -0700546 priv->duplex = ((dev->mem_start & 0x06) == 0x06) ? 0
547 : (dev->mem_start & 0x06) >> 1;
548 priv->speed = ((dev->mem_start & 0x18) == 0x18) ? 0
549 : (dev->mem_start & 0x18) >> 3;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400550
Sakari Ailusc659c382011-01-21 10:59:30 +0000551 if (priv->speed == 0x1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 priv->speed = TLAN_SPEED_10;
Sakari Ailusc659c382011-01-21 10:59:30 +0000553 else if (priv->speed == 0x2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 priv->speed = TLAN_SPEED_100;
Sakari Ailusc659c382011-01-21 10:59:30 +0000555
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 debug = priv->debug = dev->mem_end;
557 } else {
558 priv->aui = aui[boards_found];
559 priv->speed = speed[boards_found];
560 priv->duplex = duplex[boards_found];
561 priv->debug = debug;
562 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 /* This will be used when we get an adapter error from
565 * within our irq handler */
Sakari Ailusc659c382011-01-21 10:59:30 +0000566 INIT_WORK(&priv->tlan_tqueue, tlan_tx_timeout_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567
568 spin_lock_init(&priv->lock);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400569
Sakari Ailusc659c382011-01-21 10:59:30 +0000570 rc = tlan_init(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 if (rc) {
Joe Perches50624aa2011-03-01 06:56:33 +0000572 pr_err("Could not set up device\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 goto err_out_free_dev;
574 }
575
576 rc = register_netdev(dev);
577 if (rc) {
Joe Perches50624aa2011-03-01 06:56:33 +0000578 pr_err("Could not register device\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 goto err_out_uninit;
580 }
581
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400582
Sakari Ailusc659c382011-01-21 10:59:30 +0000583 tlan_devices_installed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 boards_found++;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400585
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 /* pdev is NULL if this is an EISA device */
587 if (pdev)
588 tlan_have_pci++;
589 else {
Sakari Ailusc659c382011-01-21 10:59:30 +0000590 priv->next_device = tlan_eisa_devices;
591 tlan_eisa_devices = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 tlan_have_eisa++;
593 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400594
Joe Perches50624aa2011-03-01 06:56:33 +0000595 netdev_info(dev, "irq=%2d, io=%04x, %s, Rev. %d\n",
596 (int)dev->irq,
597 (int)dev->base_addr,
598 priv->adapter->device_label,
599 priv->adapter_rev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 return 0;
601
602err_out_uninit:
Sakari Ailusc659c382011-01-21 10:59:30 +0000603 pci_free_consistent(priv->pci_dev, priv->dma_size, priv->dma_storage,
604 priv->dma_storage_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605err_out_free_dev:
606 free_netdev(dev);
607err_out_regions:
608#ifdef CONFIG_PCI
609 if (pdev)
610 pci_release_regions(pdev);
611#endif
612err_out:
613 if (pdev)
614 pci_disable_device(pdev);
615 return rc;
616}
617
618
Sakari Ailusc659c382011-01-21 10:59:30 +0000619static void tlan_eisa_cleanup(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620{
621 struct net_device *dev;
Sakari Ailusc659c382011-01-21 10:59:30 +0000622 struct tlan_priv *priv;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400623
Sakari Ailusc659c382011-01-21 10:59:30 +0000624 while (tlan_have_eisa) {
625 dev = tlan_eisa_devices;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 priv = netdev_priv(dev);
Sakari Ailusc659c382011-01-21 10:59:30 +0000627 if (priv->dma_storage) {
628 pci_free_consistent(priv->pci_dev, priv->dma_size,
629 priv->dma_storage,
630 priv->dma_storage_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 }
Sakari Ailusc659c382011-01-21 10:59:30 +0000632 release_region(dev->base_addr, 0x10);
633 unregister_netdev(dev);
634 tlan_eisa_devices = priv->next_device;
635 free_netdev(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 tlan_have_eisa--;
637 }
638}
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400639
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641static void __exit tlan_exit(void)
642{
643 pci_unregister_driver(&tlan_driver);
644
645 if (tlan_have_eisa)
Sakari Ailusc659c382011-01-21 10:59:30 +0000646 tlan_eisa_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648}
649
650
651/* Module loading/unloading */
652module_init(tlan_probe);
653module_exit(tlan_exit);
654
655
656
Sakari Ailusc659c382011-01-21 10:59:30 +0000657/**************************************************************
658 * tlan_eisa_probe
659 *
660 * Returns: 0 on success, 1 otherwise
661 *
662 * Parms: None
663 *
664 *
665 * This functions probes for EISA devices and calls
666 * TLan_probe1 when one is found.
667 *
668 *************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669
Sakari Ailusc659c382011-01-21 10:59:30 +0000670static void __init tlan_eisa_probe(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671{
Sakari Ailusc659c382011-01-21 10:59:30 +0000672 long ioaddr;
673 int rc = -ENODEV;
674 int irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 u16 device_id;
676
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400677 if (!EISA_bus) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 TLAN_DBG(TLAN_DEBUG_PROBE, "No EISA bus present\n");
679 return;
680 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400681
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 /* Loop through all slots of the EISA bus */
683 for (ioaddr = 0x1000; ioaddr < 0x9000; ioaddr += 0x1000) {
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400684
Sakari Ailusc659c382011-01-21 10:59:30 +0000685 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n",
686 (int) ioaddr + 0xc80, inw(ioaddr + EISA_ID));
687 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n",
688 (int) ioaddr + 0xc82, inw(ioaddr + EISA_ID2));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689
690
Sakari Ailusc659c382011-01-21 10:59:30 +0000691 TLAN_DBG(TLAN_DEBUG_PROBE,
692 "Probing for EISA adapter at IO: 0x%4x : ",
693 (int) ioaddr);
694 if (request_region(ioaddr, 0x10, tlan_signature) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695 goto out;
696
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400697 if (inw(ioaddr + EISA_ID) != 0x110E) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 release_region(ioaddr, 0x10);
699 goto out;
700 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 device_id = inw(ioaddr + EISA_ID2);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400703 if (device_id != 0x20F1 && device_id != 0x40F1) {
Sakari Ailusc659c382011-01-21 10:59:30 +0000704 release_region(ioaddr, 0x10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705 goto out;
706 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400707
Sakari Ailusc659c382011-01-21 10:59:30 +0000708 /* check if adapter is enabled */
709 if (inb(ioaddr + EISA_CR) != 0x1) {
710 release_region(ioaddr, 0x10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 goto out2;
712 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400713
714 if (debug == 0x10)
Joe Perches50624aa2011-03-01 06:56:33 +0000715 pr_info("Found one\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716
717
718 /* Get irq from board */
Sakari Ailusc659c382011-01-21 10:59:30 +0000719 switch (inb(ioaddr + 0xcc0)) {
720 case(0x10):
721 irq = 5;
722 break;
723 case(0x20):
724 irq = 9;
725 break;
726 case(0x40):
727 irq = 10;
728 break;
729 case(0x80):
730 irq = 11;
731 break;
732 default:
733 goto out;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400734 }
735
736
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 /* Setup the newly found eisa adapter */
Sakari Ailusc659c382011-01-21 10:59:30 +0000738 rc = tlan_probe1(NULL, ioaddr, irq,
739 12, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 continue;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400741
Sakari Ailusc659c382011-01-21 10:59:30 +0000742out:
743 if (debug == 0x10)
Joe Perches50624aa2011-03-01 06:56:33 +0000744 pr_info("None found\n");
Sakari Ailusc659c382011-01-21 10:59:30 +0000745 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746
Sakari Ailusc659c382011-01-21 10:59:30 +0000747out2:
748 if (debug == 0x10)
Joe Perches50624aa2011-03-01 06:56:33 +0000749 pr_info("Card found but it is not enabled, skipping\n");
Sakari Ailusc659c382011-01-21 10:59:30 +0000750 continue;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400751
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 }
753
Sakari Ailusc659c382011-01-21 10:59:30 +0000754}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755
756#ifdef CONFIG_NET_POLL_CONTROLLER
Sakari Ailusc659c382011-01-21 10:59:30 +0000757static void tlan_poll(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758{
759 disable_irq(dev->irq);
Sakari Ailusc659c382011-01-21 10:59:30 +0000760 tlan_handle_interrupt(dev->irq, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 enable_irq(dev->irq);
762}
763#endif
764
Sakari Ailusc659c382011-01-21 10:59:30 +0000765static const struct net_device_ops tlan_netdev_ops = {
766 .ndo_open = tlan_open,
767 .ndo_stop = tlan_close,
768 .ndo_start_xmit = tlan_start_tx,
769 .ndo_tx_timeout = tlan_tx_timeout,
770 .ndo_get_stats = tlan_get_stats,
Jiri Pirkoafc4b132011-08-16 06:29:01 +0000771 .ndo_set_rx_mode = tlan_set_multicast_list,
Sakari Ailusc659c382011-01-21 10:59:30 +0000772 .ndo_do_ioctl = tlan_ioctl,
Stephen Hemminger391c5e62009-01-07 17:27:15 -0800773 .ndo_change_mtu = eth_change_mtu,
Sakari Ailusc659c382011-01-21 10:59:30 +0000774 .ndo_set_mac_address = eth_mac_addr,
Stephen Hemminger391c5e62009-01-07 17:27:15 -0800775 .ndo_validate_addr = eth_validate_addr,
776#ifdef CONFIG_NET_POLL_CONTROLLER
Sakari Ailusc659c382011-01-21 10:59:30 +0000777 .ndo_poll_controller = tlan_poll,
Stephen Hemminger391c5e62009-01-07 17:27:15 -0800778#endif
779};
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400780
Ondrej Zarye36124d2014-06-30 18:38:29 +0200781static void tlan_get_drvinfo(struct net_device *dev,
782 struct ethtool_drvinfo *info)
783{
784 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
Ondrej Zarye36124d2014-06-30 18:38:29 +0200786 strlcpy(info->driver, KBUILD_MODNAME, sizeof(info->driver));
787 if (priv->pci_dev)
788 strlcpy(info->bus_info, pci_name(priv->pci_dev),
789 sizeof(info->bus_info));
790 else
791 strlcpy(info->bus_info, "EISA", sizeof(info->bus_info));
792 info->eedump_len = TLAN_EEPROM_SIZE;
793}
794
795static int tlan_get_eeprom_len(struct net_device *dev)
796{
797 return TLAN_EEPROM_SIZE;
798}
799
800static int tlan_get_eeprom(struct net_device *dev,
801 struct ethtool_eeprom *eeprom, u8 *data)
802{
803 int i;
804
805 for (i = 0; i < TLAN_EEPROM_SIZE; i++)
806 if (tlan_ee_read_byte(dev, i, &data[i]))
807 return -EIO;
808
809 return 0;
810}
811
812static const struct ethtool_ops tlan_ethtool_ops = {
813 .get_drvinfo = tlan_get_drvinfo,
814 .get_link = ethtool_op_get_link,
815 .get_eeprom_len = tlan_get_eeprom_len,
816 .get_eeprom = tlan_get_eeprom,
817};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818
Sakari Ailusc659c382011-01-21 10:59:30 +0000819/***************************************************************
820 * tlan_init
821 *
822 * Returns:
823 * 0 on success, error code otherwise.
824 * Parms:
825 * dev The structure of the device to be
826 * init'ed.
827 *
828 * This function completes the initialization of the
829 * device structure and driver. It reserves the IO
830 * addresses, allocates memory for the lists and bounce
831 * buffers, retrieves the MAC address from the eeprom
832 * and assignes the device's methods.
833 *
834 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835
Sakari Ailusc659c382011-01-21 10:59:30 +0000836static int tlan_init(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837{
838 int dma_size;
Sakari Ailusc659c382011-01-21 10:59:30 +0000839 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 int i;
Sakari Ailusc659c382011-01-21 10:59:30 +0000841 struct tlan_priv *priv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842
843 priv = netdev_priv(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400844
Sakari Ailusc659c382011-01-21 10:59:30 +0000845 dma_size = (TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS)
846 * (sizeof(struct tlan_list));
847 priv->dma_storage = pci_alloc_consistent(priv->pci_dev,
848 dma_size,
849 &priv->dma_storage_dma);
850 priv->dma_size = dma_size;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400851
Sakari Ailusc659c382011-01-21 10:59:30 +0000852 if (priv->dma_storage == NULL) {
Joe Perches50624aa2011-03-01 06:56:33 +0000853 pr_err("Could not allocate lists and buffers for %s\n",
Sakari Ailusc659c382011-01-21 10:59:30 +0000854 dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 return -ENOMEM;
856 }
Sakari Ailusc659c382011-01-21 10:59:30 +0000857 memset(priv->dma_storage, 0, dma_size);
858 priv->rx_list = (struct tlan_list *)
859 ALIGN((unsigned long)priv->dma_storage, 8);
860 priv->rx_list_dma = ALIGN(priv->dma_storage_dma, 8);
861 priv->tx_list = priv->rx_list + TLAN_NUM_RX_LISTS;
862 priv->tx_list_dma =
863 priv->rx_list_dma + sizeof(struct tlan_list)*TLAN_NUM_RX_LISTS;
Stephen Hemminger93e16842008-05-30 09:49:55 -0700864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 err = 0;
Ondrej Zary59be4ad2014-06-30 18:38:30 +0200866 for (i = 0; i < ETH_ALEN; i++)
Sakari Ailusc659c382011-01-21 10:59:30 +0000867 err |= tlan_ee_read_byte(dev,
868 (u8) priv->adapter->addr_ofs + i,
869 (u8 *) &dev->dev_addr[i]);
870 if (err) {
Joe Perches50624aa2011-03-01 06:56:33 +0000871 pr_err("%s: Error reading MAC from eeprom: %d\n",
872 dev->name, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 }
Ondrej Zary59be4ad2014-06-30 18:38:30 +0200874 /* Olicom OC-2325/OC-2326 have the address byte-swapped */
875 if (priv->adapter->addr_ofs == 0xf8) {
876 for (i = 0; i < ETH_ALEN; i += 2) {
877 char tmp = dev->dev_addr[i];
878 dev->dev_addr[i] = dev->dev_addr[i + 1];
879 dev->dev_addr[i + 1] = tmp;
880 }
881 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
883 netif_carrier_off(dev);
884
885 /* Device methods */
Sakari Ailusc659c382011-01-21 10:59:30 +0000886 dev->netdev_ops = &tlan_netdev_ops;
Ondrej Zarye36124d2014-06-30 18:38:29 +0200887 dev->ethtool_ops = &tlan_ethtool_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 dev->watchdog_timeo = TX_TIMEOUT;
889
890 return 0;
891
Sakari Ailusc659c382011-01-21 10:59:30 +0000892}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
894
895
896
Sakari Ailusc659c382011-01-21 10:59:30 +0000897/***************************************************************
898 * tlan_open
899 *
900 * Returns:
901 * 0 on success, error code otherwise.
902 * Parms:
903 * dev Structure of device to be opened.
904 *
905 * This routine puts the driver and TLAN adapter in a
906 * state where it is ready to send and receive packets.
907 * It allocates the IRQ, resets and brings the adapter
908 * out of reset, and allows interrupts. It also delays
909 * the startup for autonegotiation or sends a Rx GO
910 * command to the adapter, as appropriate.
911 *
912 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
Sakari Ailusc659c382011-01-21 10:59:30 +0000914static int tlan_open(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915{
Sakari Ailusc659c382011-01-21 10:59:30 +0000916 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 int err;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400918
Sakari Ailusc659c382011-01-21 10:59:30 +0000919 priv->tlan_rev = tlan_dio_read8(dev->base_addr, TLAN_DEF_REVISION);
920 err = request_irq(dev->irq, tlan_handle_interrupt, IRQF_SHARED,
921 dev->name, dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400922
Sakari Ailusc659c382011-01-21 10:59:30 +0000923 if (err) {
Joe Perches50624aa2011-03-01 06:56:33 +0000924 netdev_err(dev, "Cannot open because IRQ %d is already in use\n",
925 dev->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 return err;
927 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400928
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 init_timer(&priv->timer);
Ondrej Zaryc0a87c22014-06-30 18:38:28 +0200930 init_timer(&priv->media_timer);
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400931
Sakari Ailusfa6d5d42011-01-21 10:59:31 +0000932 tlan_start(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933
Sakari Ailusc659c382011-01-21 10:59:30 +0000934 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Opened. TLAN Chip Rev: %x\n",
935 dev->name, priv->tlan_rev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
937 return 0;
938
Sakari Ailusc659c382011-01-21 10:59:30 +0000939}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
941
942
Sakari Ailusc659c382011-01-21 10:59:30 +0000943/**************************************************************
944 * tlan_ioctl
945 *
946 * Returns:
947 * 0 on success, error code otherwise
948 * Params:
949 * dev structure of device to receive ioctl.
950 *
951 * rq ifreq structure to hold userspace data.
952 *
953 * cmd ioctl command.
954 *
955 *
956 *************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
Sakari Ailusc659c382011-01-21 10:59:30 +0000958static int tlan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959{
Sakari Ailusc659c382011-01-21 10:59:30 +0000960 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 struct mii_ioctl_data *data = if_mii(rq);
Sakari Ailusc659c382011-01-21 10:59:30 +0000962 u32 phy = priv->phy[priv->phy_num];
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400963
Sakari Ailusc659c382011-01-21 10:59:30 +0000964 if (!priv->phy_online)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 return -EAGAIN;
966
Sakari Ailusc659c382011-01-21 10:59:30 +0000967 switch (cmd) {
968 case SIOCGMIIPHY: /* get address of MII PHY in use. */
969 data->phy_id = phy;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970
971
Sakari Ailusc659c382011-01-21 10:59:30 +0000972 case SIOCGMIIREG: /* read MII PHY register. */
973 tlan_mii_read_reg(dev, data->phy_id & 0x1f,
974 data->reg_num & 0x1f, &data->val_out);
975 return 0;
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400976
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Sakari Ailusc659c382011-01-21 10:59:30 +0000978 case SIOCSMIIREG: /* write MII PHY register. */
979 tlan_mii_write_reg(dev, data->phy_id & 0x1f,
980 data->reg_num & 0x1f, data->val_in);
981 return 0;
982 default:
983 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 }
Sakari Ailusc659c382011-01-21 10:59:30 +0000985}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
987
Sakari Ailusc659c382011-01-21 10:59:30 +0000988/***************************************************************
989 * tlan_tx_timeout
990 *
991 * Returns: nothing
992 *
993 * Params:
994 * dev structure of device which timed out
995 * during transmit.
996 *
997 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Sakari Ailusc659c382011-01-21 10:59:30 +0000999static void tlan_tx_timeout(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000{
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001001
Sakari Ailusc659c382011-01-21 10:59:30 +00001002 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Transmit timed out.\n", dev->name);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001003
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 /* Ok so we timed out, lets see what we can do about it...*/
Sakari Ailusc659c382011-01-21 10:59:30 +00001005 tlan_free_lists(dev);
1006 tlan_reset_lists(dev);
1007 tlan_read_and_clear_stats(dev, TLAN_IGNORE);
1008 tlan_reset_adapter(dev);
Eric Dumazet1ae5dc32010-05-10 05:01:31 -07001009 dev->trans_start = jiffies; /* prevent tx timeout */
Sakari Ailusc659c382011-01-21 10:59:30 +00001010 netif_wake_queue(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011
1012}
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014
Sakari Ailusc659c382011-01-21 10:59:30 +00001015/***************************************************************
1016 * tlan_tx_timeout_work
1017 *
1018 * Returns: nothing
1019 *
1020 * Params:
1021 * work work item of device which timed out
1022 *
1023 **************************************************************/
David Howellsc4028952006-11-22 14:57:56 +00001024
Sakari Ailusc659c382011-01-21 10:59:30 +00001025static void tlan_tx_timeout_work(struct work_struct *work)
David Howellsc4028952006-11-22 14:57:56 +00001026{
Sakari Ailusc659c382011-01-21 10:59:30 +00001027 struct tlan_priv *priv =
1028 container_of(work, struct tlan_priv, tlan_tqueue);
David Howellsc4028952006-11-22 14:57:56 +00001029
Sakari Ailusc659c382011-01-21 10:59:30 +00001030 tlan_tx_timeout(priv->dev);
David Howellsc4028952006-11-22 14:57:56 +00001031}
1032
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Sakari Ailusc659c382011-01-21 10:59:30 +00001035/***************************************************************
1036 * tlan_start_tx
1037 *
1038 * Returns:
1039 * 0 on success, non-zero on failure.
1040 * Parms:
1041 * skb A pointer to the sk_buff containing the
1042 * frame to be sent.
1043 * dev The device to send the data on.
1044 *
1045 * This function adds a frame to the Tx list to be sent
1046 * ASAP. First it verifies that the adapter is ready and
1047 * there is room in the queue. Then it sets up the next
1048 * available list, copies the frame to the corresponding
1049 * buffer. If the adapter Tx channel is idle, it gives
1050 * the adapter a Tx Go command on the list, otherwise it
1051 * sets the forward address of the previous list to point
1052 * to this one. Then it frees the sk_buff.
1053 *
1054 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055
Sakari Ailusc659c382011-01-21 10:59:30 +00001056static netdev_tx_t tlan_start_tx(struct sk_buff *skb, struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057{
Sakari Ailusc659c382011-01-21 10:59:30 +00001058 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 dma_addr_t tail_list_phys;
Sakari Ailusc659c382011-01-21 10:59:30 +00001060 struct tlan_list *tail_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 unsigned long flags;
Sakari Ailus8953f122008-12-16 01:44:05 -08001062 unsigned int txlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063
Sakari Ailusc659c382011-01-21 10:59:30 +00001064 if (!priv->phy_online) {
1065 TLAN_DBG(TLAN_DEBUG_TX, "TRANSMIT: %s PHY is not ready\n",
1066 dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 dev_kfree_skb_any(skb);
Patrick McHardy6ed10652009-06-23 06:03:08 +00001068 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 }
1070
Stephen Hemminger41873e92008-05-30 09:49:52 -07001071 if (skb_padto(skb, TLAN_MIN_FRAME_SIZE))
Patrick McHardy6ed10652009-06-23 06:03:08 +00001072 return NETDEV_TX_OK;
Sakari Ailus8953f122008-12-16 01:44:05 -08001073 txlen = max(skb->len, (unsigned int)TLAN_MIN_FRAME_SIZE);
Stephen Hemminger41873e92008-05-30 09:49:52 -07001074
Sakari Ailusc659c382011-01-21 10:59:30 +00001075 tail_list = priv->tx_list + priv->tx_tail;
1076 tail_list_phys =
1077 priv->tx_list_dma + sizeof(struct tlan_list)*priv->tx_tail;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001078
Sakari Ailusc659c382011-01-21 10:59:30 +00001079 if (tail_list->c_stat != TLAN_CSTAT_UNUSED) {
1080 TLAN_DBG(TLAN_DEBUG_TX,
1081 "TRANSMIT: %s is busy (Head=%d Tail=%d)\n",
1082 dev->name, priv->tx_head, priv->tx_tail);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 netif_stop_queue(dev);
Sakari Ailusc659c382011-01-21 10:59:30 +00001084 priv->tx_busy_count++;
Patrick McHardy5b548142009-06-12 06:22:29 +00001085 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 }
1087
1088 tail_list->forward = 0;
1089
Sakari Ailusc659c382011-01-21 10:59:30 +00001090 tail_list->buffer[0].address = pci_map_single(priv->pci_dev,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001091 skb->data, txlen,
1092 PCI_DMA_TODEVICE);
Sakari Ailusc659c382011-01-21 10:59:30 +00001093 tlan_store_skb(tail_list, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
Sakari Ailusc659c382011-01-21 10:59:30 +00001095 tail_list->frame_size = (u16) txlen;
Sakari Ailus8953f122008-12-16 01:44:05 -08001096 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) txlen;
Stephen Hemminger41873e92008-05-30 09:49:52 -07001097 tail_list->buffer[1].count = 0;
1098 tail_list->buffer[1].address = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
1100 spin_lock_irqsave(&priv->lock, flags);
Sakari Ailusc659c382011-01-21 10:59:30 +00001101 tail_list->c_stat = TLAN_CSTAT_READY;
1102 if (!priv->tx_in_progress) {
1103 priv->tx_in_progress = 1;
1104 TLAN_DBG(TLAN_DEBUG_TX,
1105 "TRANSMIT: Starting TX on buffer %d\n",
1106 priv->tx_tail);
1107 outl(tail_list_phys, dev->base_addr + TLAN_CH_PARM);
1108 outl(TLAN_HC_GO, dev->base_addr + TLAN_HOST_CMD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001110 TLAN_DBG(TLAN_DEBUG_TX,
1111 "TRANSMIT: Adding buffer %d to TX channel\n",
1112 priv->tx_tail);
1113 if (priv->tx_tail == 0) {
1114 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07001115 = tail_list_phys;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001117 (priv->tx_list + (priv->tx_tail - 1))->forward
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07001118 = tail_list_phys;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119 }
1120 }
1121 spin_unlock_irqrestore(&priv->lock, flags);
1122
Sakari Ailusc659c382011-01-21 10:59:30 +00001123 CIRC_INC(priv->tx_tail, TLAN_NUM_TX_LISTS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
Patrick McHardy6ed10652009-06-23 06:03:08 +00001125 return NETDEV_TX_OK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126
Sakari Ailusc659c382011-01-21 10:59:30 +00001127}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128
1129
1130
1131
Sakari Ailusc659c382011-01-21 10:59:30 +00001132/***************************************************************
1133 * tlan_handle_interrupt
1134 *
1135 * Returns:
1136 * Nothing
1137 * Parms:
1138 * irq The line on which the interrupt
1139 * occurred.
1140 * dev_id A pointer to the device assigned to
1141 * this irq line.
1142 *
1143 * This function handles an interrupt generated by its
1144 * assigned TLAN adapter. The function deactivates
1145 * interrupts on its adapter, records the type of
1146 * interrupt, executes the appropriate subhandler, and
1147 * acknowdges the interrupt to the adapter (thus
1148 * re-enabling adapter interrupts.
1149 *
1150 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151
Sakari Ailusc659c382011-01-21 10:59:30 +00001152static irqreturn_t tlan_handle_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153{
Stephen Hemmingera3ccc782008-05-30 09:49:57 -07001154 struct net_device *dev = dev_id;
Sakari Ailusc659c382011-01-21 10:59:30 +00001155 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 u16 host_int;
Stephen Hemmingera3ccc782008-05-30 09:49:57 -07001157 u16 type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158
1159 spin_lock(&priv->lock);
1160
Sakari Ailusc659c382011-01-21 10:59:30 +00001161 host_int = inw(dev->base_addr + TLAN_HOST_INT);
1162 type = (host_int & TLAN_HI_IT_MASK) >> 2;
1163 if (type) {
Stephen Hemmingera3ccc782008-05-30 09:49:57 -07001164 u32 ack;
1165 u32 host_cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
Sakari Ailusc659c382011-01-21 10:59:30 +00001167 outw(host_int, dev->base_addr + TLAN_HOST_INT);
1168 ack = tlan_int_vector[type](dev, host_int);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169
Sakari Ailusc659c382011-01-21 10:59:30 +00001170 if (ack) {
1171 host_cmd = TLAN_HC_ACK | ack | (type << 18);
1172 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD);
Stephen Hemmingera3ccc782008-05-30 09:49:57 -07001173 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 }
1175
1176 spin_unlock(&priv->lock);
1177
Stephen Hemmingera3ccc782008-05-30 09:49:57 -07001178 return IRQ_RETVAL(type);
Sakari Ailusc659c382011-01-21 10:59:30 +00001179}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180
1181
1182
1183
Sakari Ailusc659c382011-01-21 10:59:30 +00001184/***************************************************************
1185 * tlan_close
1186 *
1187 * Returns:
1188 * An error code.
1189 * Parms:
1190 * dev The device structure of the device to
1191 * close.
1192 *
1193 * This function shuts down the adapter. It records any
1194 * stats, puts the adapter into reset state, deactivates
1195 * its time as needed, and frees the irq it is using.
1196 *
1197 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198
Sakari Ailusc659c382011-01-21 10:59:30 +00001199static int tlan_close(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200{
Sakari Ailusfa6d5d42011-01-21 10:59:31 +00001201 tlan_stop(dev);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001202
Sakari Ailusc659c382011-01-21 10:59:30 +00001203 free_irq(dev->irq, dev);
1204 tlan_free_lists(dev);
1205 TLAN_DBG(TLAN_DEBUG_GNRL, "Device %s closed.\n", dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206
1207 return 0;
1208
Sakari Ailusc659c382011-01-21 10:59:30 +00001209}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210
1211
1212
1213
Sakari Ailusc659c382011-01-21 10:59:30 +00001214/***************************************************************
1215 * tlan_get_stats
1216 *
1217 * Returns:
1218 * A pointer to the device's statistics structure.
1219 * Parms:
1220 * dev The device structure to return the
1221 * stats for.
1222 *
1223 * This function updates the devices statistics by reading
1224 * the TLAN chip's onboard registers. Then it returns the
1225 * address of the statistics structure.
1226 *
1227 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
Sakari Ailusc659c382011-01-21 10:59:30 +00001229static struct net_device_stats *tlan_get_stats(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230{
Sakari Ailusc659c382011-01-21 10:59:30 +00001231 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 int i;
1233
1234 /* Should only read stats if open ? */
Sakari Ailusc659c382011-01-21 10:59:30 +00001235 tlan_read_and_clear_stats(dev, TLAN_RECORD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
Sakari Ailusc659c382011-01-21 10:59:30 +00001237 TLAN_DBG(TLAN_DEBUG_RX, "RECEIVE: %s EOC count = %d\n", dev->name,
1238 priv->rx_eoc_count);
1239 TLAN_DBG(TLAN_DEBUG_TX, "TRANSMIT: %s Busy count = %d\n", dev->name,
1240 priv->tx_busy_count);
1241 if (debug & TLAN_DEBUG_GNRL) {
1242 tlan_print_dio(dev->base_addr);
1243 tlan_phy_print(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244 }
Sakari Ailusc659c382011-01-21 10:59:30 +00001245 if (debug & TLAN_DEBUG_LIST) {
1246 for (i = 0; i < TLAN_NUM_RX_LISTS; i++)
1247 tlan_print_list(priv->rx_list + i, "RX", i);
1248 for (i = 0; i < TLAN_NUM_TX_LISTS; i++)
1249 tlan_print_list(priv->tx_list + i, "TX", i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001251
Stephen Hemmingerf8f31542008-05-30 09:49:53 -07001252 return &dev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
Sakari Ailusc659c382011-01-21 10:59:30 +00001254}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
1256
1257
1258
Sakari Ailusc659c382011-01-21 10:59:30 +00001259/***************************************************************
1260 * tlan_set_multicast_list
1261 *
1262 * Returns:
1263 * Nothing
1264 * Parms:
1265 * dev The device structure to set the
1266 * multicast list for.
1267 *
1268 * This function sets the TLAN adaptor to various receive
1269 * modes. If the IFF_PROMISC flag is set, promiscuous
1270 * mode is acitviated. Otherwise, promiscuous mode is
1271 * turned off. If the IFF_ALLMULTI flag is set, then
1272 * the hash table is set to receive all group addresses.
1273 * Otherwise, the first three multicast addresses are
1274 * stored in AREG_1-3, and the rest are selected via the
1275 * hash table, as necessary.
1276 *
1277 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
Sakari Ailusc659c382011-01-21 10:59:30 +00001279static void tlan_set_multicast_list(struct net_device *dev)
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001280{
Jiri Pirko22bedad32010-04-01 21:22:57 +00001281 struct netdev_hw_addr *ha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 u32 hash1 = 0;
1283 u32 hash2 = 0;
1284 int i;
1285 u32 offset;
1286 u8 tmp;
1287
Sakari Ailusc659c382011-01-21 10:59:30 +00001288 if (dev->flags & IFF_PROMISC) {
1289 tmp = tlan_dio_read8(dev->base_addr, TLAN_NET_CMD);
1290 tlan_dio_write8(dev->base_addr,
1291 TLAN_NET_CMD, tmp | TLAN_NET_CMD_CAF);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001293 tmp = tlan_dio_read8(dev->base_addr, TLAN_NET_CMD);
1294 tlan_dio_write8(dev->base_addr,
1295 TLAN_NET_CMD, tmp & ~TLAN_NET_CMD_CAF);
1296 if (dev->flags & IFF_ALLMULTI) {
1297 for (i = 0; i < 3; i++)
1298 tlan_set_mac(dev, i + 1, NULL);
1299 tlan_dio_write32(dev->base_addr, TLAN_HASH_1,
1300 0xffffffff);
1301 tlan_dio_write32(dev->base_addr, TLAN_HASH_2,
1302 0xffffffff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 } else {
Jiri Pirko567ec872010-02-23 23:17:07 +00001304 i = 0;
Jiri Pirko22bedad32010-04-01 21:22:57 +00001305 netdev_for_each_mc_addr(ha, dev) {
Sakari Ailusc659c382011-01-21 10:59:30 +00001306 if (i < 3) {
1307 tlan_set_mac(dev, i + 1,
Jiri Pirko22bedad32010-04-01 21:22:57 +00001308 (char *) &ha->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001310 offset =
1311 tlan_hash_func((u8 *)&ha->addr);
1312 if (offset < 32)
1313 hash1 |= (1 << offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314 else
Sakari Ailusc659c382011-01-21 10:59:30 +00001315 hash2 |= (1 << (offset - 32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316 }
Jiri Pirko567ec872010-02-23 23:17:07 +00001317 i++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 }
Sakari Ailusc659c382011-01-21 10:59:30 +00001319 for ( ; i < 3; i++)
1320 tlan_set_mac(dev, i + 1, NULL);
1321 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1);
1322 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 }
1324 }
1325
Sakari Ailusc659c382011-01-21 10:59:30 +00001326}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
1328
1329
1330/*****************************************************************************
1331******************************************************************************
1332
Sakari Ailusc659c382011-01-21 10:59:30 +00001333ThunderLAN driver interrupt vectors and table
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334
Sakari Ailusc659c382011-01-21 10:59:30 +00001335please see chap. 4, "Interrupt Handling" of the "ThunderLAN
1336Programmer's Guide" for more informations on handling interrupts
1337generated by TLAN based adapters.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338
1339******************************************************************************
1340*****************************************************************************/
1341
1342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343
1344
Sakari Ailusc659c382011-01-21 10:59:30 +00001345/***************************************************************
1346 * tlan_handle_tx_eof
1347 *
1348 * Returns:
1349 * 1
1350 * Parms:
1351 * dev Device assigned the IRQ that was
1352 * raised.
1353 * host_int The contents of the HOST_INT
1354 * port.
1355 *
1356 * This function handles Tx EOF interrupts which are raised
1357 * by the adapter when it has completed sending the
1358 * contents of a buffer. If detemines which list/buffer
1359 * was completed and resets it. If the buffer was the last
1360 * in the channel (EOC), then the function checks to see if
1361 * another buffer is ready to send, and if so, sends a Tx
1362 * Go command. Finally, the driver activates/continues the
1363 * activity LED.
1364 *
1365 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366
Sakari Ailusc659c382011-01-21 10:59:30 +00001367static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368{
Sakari Ailusc659c382011-01-21 10:59:30 +00001369 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 int eoc = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001371 struct tlan_list *head_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 dma_addr_t head_list_phys;
1373 u32 ack = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001374 u16 tmp_c_stat;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001375
Sakari Ailusc659c382011-01-21 10:59:30 +00001376 TLAN_DBG(TLAN_DEBUG_TX,
1377 "TRANSMIT: Handling TX EOF (Head=%d Tail=%d)\n",
1378 priv->tx_head, priv->tx_tail);
1379 head_list = priv->tx_list + priv->tx_head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380
Sakari Ailusc659c382011-01-21 10:59:30 +00001381 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP)
1382 && (ack < 255)) {
1383 struct sk_buff *skb = tlan_get_skb(head_list);
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 ack++;
Sakari Ailusc659c382011-01-21 10:59:30 +00001386 pci_unmap_single(priv->pci_dev, head_list->buffer[0].address,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001387 max(skb->len,
1388 (unsigned int)TLAN_MIN_FRAME_SIZE),
1389 PCI_DMA_TODEVICE);
1390 dev_kfree_skb_any(skb);
1391 head_list->buffer[8].address = 0;
1392 head_list->buffer[9].address = 0;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001393
Sakari Ailusc659c382011-01-21 10:59:30 +00001394 if (tmp_c_stat & TLAN_CSTAT_EOC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395 eoc = 1;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001396
Sakari Ailusc659c382011-01-21 10:59:30 +00001397 dev->stats.tx_bytes += head_list->frame_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398
Sakari Ailusc659c382011-01-21 10:59:30 +00001399 head_list->c_stat = TLAN_CSTAT_UNUSED;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001400 netif_start_queue(dev);
Sakari Ailusc659c382011-01-21 10:59:30 +00001401 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS);
1402 head_list = priv->tx_list + priv->tx_head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 }
1404
1405 if (!ack)
Joe Perches50624aa2011-03-01 06:56:33 +00001406 netdev_info(dev,
1407 "Received interrupt for uncompleted TX frame\n");
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001408
Sakari Ailusc659c382011-01-21 10:59:30 +00001409 if (eoc) {
1410 TLAN_DBG(TLAN_DEBUG_TX,
1411 "TRANSMIT: handling TX EOC (Head=%d Tail=%d)\n",
1412 priv->tx_head, priv->tx_tail);
1413 head_list = priv->tx_list + priv->tx_head;
1414 head_list_phys = priv->tx_list_dma
1415 + sizeof(struct tlan_list)*priv->tx_head;
Sakari Ailusf45437e2011-02-09 10:25:06 +00001416 if ((head_list->c_stat & TLAN_CSTAT_READY)
1417 == TLAN_CSTAT_READY) {
Sakari Ailusc659c382011-01-21 10:59:30 +00001418 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419 ack |= TLAN_HC_GO;
1420 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001421 priv->tx_in_progress = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 }
1423 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001424
Sakari Ailusc659c382011-01-21 10:59:30 +00001425 if (priv->adapter->flags & TLAN_ADAPTER_ACTIVITY_LED) {
1426 tlan_dio_write8(dev->base_addr,
1427 TLAN_LED_REG, TLAN_LED_LINK | TLAN_LED_ACT);
1428 if (priv->timer.function == NULL) {
1429 priv->timer.function = tlan_timer;
1430 priv->timer.data = (unsigned long) dev;
1431 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;
1432 priv->timer_set_at = jiffies;
1433 priv->timer_type = TLAN_TIMER_ACTIVITY;
1434 add_timer(&priv->timer);
1435 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) {
1436 priv->timer_set_at = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437 }
1438 }
1439
1440 return ack;
1441
Sakari Ailusc659c382011-01-21 10:59:30 +00001442}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443
1444
1445
1446
Sakari Ailusc659c382011-01-21 10:59:30 +00001447/***************************************************************
1448 * TLan_HandleStatOverflow
1449 *
1450 * Returns:
1451 * 1
1452 * Parms:
1453 * dev Device assigned the IRQ that was
1454 * raised.
1455 * host_int The contents of the HOST_INT
1456 * port.
1457 *
1458 * This function handles the Statistics Overflow interrupt
1459 * which means that one or more of the TLAN statistics
1460 * registers has reached 1/2 capacity and needs to be read.
1461 *
1462 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463
Sakari Ailusc659c382011-01-21 10:59:30 +00001464static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465{
Sakari Ailusc659c382011-01-21 10:59:30 +00001466 tlan_read_and_clear_stats(dev, TLAN_RECORD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
1468 return 1;
1469
Sakari Ailusc659c382011-01-21 10:59:30 +00001470}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
1472
1473
1474
Sakari Ailusc659c382011-01-21 10:59:30 +00001475/***************************************************************
1476 * TLan_HandleRxEOF
1477 *
1478 * Returns:
1479 * 1
1480 * Parms:
1481 * dev Device assigned the IRQ that was
1482 * raised.
1483 * host_int The contents of the HOST_INT
1484 * port.
1485 *
1486 * This function handles the Rx EOF interrupt which
1487 * indicates a frame has been received by the adapter from
1488 * the net and the frame has been transferred to memory.
1489 * The function determines the bounce buffer the frame has
1490 * been loaded into, creates a new sk_buff big enough to
1491 * hold the frame, and sends it to protocol stack. It
1492 * then resets the used buffer and appends it to the end
1493 * of the list. If the frame was the last in the Rx
1494 * channel (EOC), the function restarts the receive channel
1495 * by sending an Rx Go command to the adapter. Then it
1496 * activates/continues the activity LED.
1497 *
1498 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499
Sakari Ailusc659c382011-01-21 10:59:30 +00001500static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501{
Sakari Ailusc659c382011-01-21 10:59:30 +00001502 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503 u32 ack = 0;
1504 int eoc = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001505 struct tlan_list *head_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506 struct sk_buff *skb;
Sakari Ailusc659c382011-01-21 10:59:30 +00001507 struct tlan_list *tail_list;
1508 u16 tmp_c_stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509 dma_addr_t head_list_phys;
1510
Sakari Ailusc659c382011-01-21 10:59:30 +00001511 TLAN_DBG(TLAN_DEBUG_RX, "RECEIVE: handling RX EOF (Head=%d Tail=%d)\n",
1512 priv->rx_head, priv->rx_tail);
1513 head_list = priv->rx_list + priv->rx_head;
1514 head_list_phys =
1515 priv->rx_list_dma + sizeof(struct tlan_list)*priv->rx_head;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001516
Sakari Ailusc659c382011-01-21 10:59:30 +00001517 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP)
1518 && (ack < 255)) {
1519 dma_addr_t frame_dma = head_list->buffer[0].address;
1520 u32 frame_size = head_list->frame_size;
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001521 struct sk_buff *new_skb;
1522
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523 ack++;
Sakari Ailusc659c382011-01-21 10:59:30 +00001524 if (tmp_c_stat & TLAN_CSTAT_EOC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 eoc = 1;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001526
Eric Dumazet89d71a62009-10-13 05:34:20 +00001527 new_skb = netdev_alloc_skb_ip_align(dev,
1528 TLAN_MAX_FRAME_SIZE + 5);
Sakari Ailusc659c382011-01-21 10:59:30 +00001529 if (!new_skb)
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001530 goto drop_and_reuse;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001531
Sakari Ailusc659c382011-01-21 10:59:30 +00001532 skb = tlan_get_skb(head_list);
1533 pci_unmap_single(priv->pci_dev, frame_dma,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001534 TLAN_MAX_FRAME_SIZE, PCI_DMA_FROMDEVICE);
Sakari Ailusc659c382011-01-21 10:59:30 +00001535 skb_put(skb, frame_size);
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07001536
Sakari Ailusc659c382011-01-21 10:59:30 +00001537 dev->stats.rx_bytes += frame_size;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001538
Sakari Ailusc659c382011-01-21 10:59:30 +00001539 skb->protocol = eth_type_trans(skb, dev);
1540 netif_rx(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541
Sakari Ailusc659c382011-01-21 10:59:30 +00001542 head_list->buffer[0].address =
1543 pci_map_single(priv->pci_dev, new_skb->data,
1544 TLAN_MAX_FRAME_SIZE, PCI_DMA_FROMDEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545
Sakari Ailusc659c382011-01-21 10:59:30 +00001546 tlan_store_skb(head_list, new_skb);
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07001547drop_and_reuse:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 head_list->forward = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001549 head_list->c_stat = 0;
1550 tail_list = priv->rx_list + priv->rx_tail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 tail_list->forward = head_list_phys;
1552
Sakari Ailusc659c382011-01-21 10:59:30 +00001553 CIRC_INC(priv->rx_head, TLAN_NUM_RX_LISTS);
1554 CIRC_INC(priv->rx_tail, TLAN_NUM_RX_LISTS);
1555 head_list = priv->rx_list + priv->rx_head;
1556 head_list_phys = priv->rx_list_dma
1557 + sizeof(struct tlan_list)*priv->rx_head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 }
1559
1560 if (!ack)
Joe Perches50624aa2011-03-01 06:56:33 +00001561 netdev_info(dev,
1562 "Received interrupt for uncompleted RX frame\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
1564
Sakari Ailusc659c382011-01-21 10:59:30 +00001565 if (eoc) {
1566 TLAN_DBG(TLAN_DEBUG_RX,
1567 "RECEIVE: handling RX EOC (Head=%d Tail=%d)\n",
1568 priv->rx_head, priv->rx_tail);
1569 head_list = priv->rx_list + priv->rx_head;
1570 head_list_phys = priv->rx_list_dma
1571 + sizeof(struct tlan_list)*priv->rx_head;
1572 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 ack |= TLAN_HC_GO | TLAN_HC_RT;
Sakari Ailusc659c382011-01-21 10:59:30 +00001574 priv->rx_eoc_count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575 }
1576
Sakari Ailusc659c382011-01-21 10:59:30 +00001577 if (priv->adapter->flags & TLAN_ADAPTER_ACTIVITY_LED) {
1578 tlan_dio_write8(dev->base_addr,
1579 TLAN_LED_REG, TLAN_LED_LINK | TLAN_LED_ACT);
1580 if (priv->timer.function == NULL) {
1581 priv->timer.function = tlan_timer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582 priv->timer.data = (unsigned long) dev;
1583 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;
Sakari Ailusc659c382011-01-21 10:59:30 +00001584 priv->timer_set_at = jiffies;
1585 priv->timer_type = TLAN_TIMER_ACTIVITY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586 add_timer(&priv->timer);
Sakari Ailusc659c382011-01-21 10:59:30 +00001587 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) {
1588 priv->timer_set_at = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 }
1590 }
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592 return ack;
1593
Sakari Ailusc659c382011-01-21 10:59:30 +00001594}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
1596
1597
1598
Sakari Ailusc659c382011-01-21 10:59:30 +00001599/***************************************************************
1600 * tlan_handle_dummy
1601 *
1602 * Returns:
1603 * 1
1604 * Parms:
1605 * dev Device assigned the IRQ that was
1606 * raised.
1607 * host_int The contents of the HOST_INT
1608 * port.
1609 *
1610 * This function handles the Dummy interrupt, which is
1611 * raised whenever a test interrupt is generated by setting
1612 * the Req_Int bit of HOST_CMD to 1.
1613 *
1614 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615
Sakari Ailusc659c382011-01-21 10:59:30 +00001616static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617{
Joe Perches50624aa2011-03-01 06:56:33 +00001618 netdev_info(dev, "Test interrupt\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 return 1;
1620
Sakari Ailusc659c382011-01-21 10:59:30 +00001621}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622
1623
1624
1625
Sakari Ailusc659c382011-01-21 10:59:30 +00001626/***************************************************************
1627 * tlan_handle_tx_eoc
1628 *
1629 * Returns:
1630 * 1
1631 * Parms:
1632 * dev Device assigned the IRQ that was
1633 * raised.
1634 * host_int The contents of the HOST_INT
1635 * port.
1636 *
1637 * This driver is structured to determine EOC occurrences by
1638 * reading the CSTAT member of the list structure. Tx EOC
1639 * interrupts are disabled via the DIO INTDIS register.
1640 * However, TLAN chips before revision 3.0 didn't have this
1641 * functionality, so process EOC events if this is the
1642 * case.
1643 *
1644 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645
Sakari Ailusc659c382011-01-21 10:59:30 +00001646static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647{
Sakari Ailusc659c382011-01-21 10:59:30 +00001648 struct tlan_priv *priv = netdev_priv(dev);
1649 struct tlan_list *head_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 dma_addr_t head_list_phys;
1651 u32 ack = 1;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653 host_int = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001654 if (priv->tlan_rev < 0x30) {
1655 TLAN_DBG(TLAN_DEBUG_TX,
1656 "TRANSMIT: handling TX EOC (Head=%d Tail=%d) -- IRQ\n",
1657 priv->tx_head, priv->tx_tail);
1658 head_list = priv->tx_list + priv->tx_head;
1659 head_list_phys = priv->tx_list_dma
1660 + sizeof(struct tlan_list)*priv->tx_head;
Sakari Ailusf45437e2011-02-09 10:25:06 +00001661 if ((head_list->c_stat & TLAN_CSTAT_READY)
1662 == TLAN_CSTAT_READY) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 netif_stop_queue(dev);
Sakari Ailusc659c382011-01-21 10:59:30 +00001664 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 ack |= TLAN_HC_GO;
1666 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001667 priv->tx_in_progress = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 }
1669 }
1670
1671 return ack;
1672
Sakari Ailusc659c382011-01-21 10:59:30 +00001673}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674
1675
1676
1677
Sakari Ailusc659c382011-01-21 10:59:30 +00001678/***************************************************************
1679 * tlan_handle_status_check
1680 *
1681 * Returns:
1682 * 0 if Adapter check, 1 if Network Status check.
1683 * Parms:
1684 * dev Device assigned the IRQ that was
1685 * raised.
1686 * host_int The contents of the HOST_INT
1687 * port.
1688 *
1689 * This function handles Adapter Check/Network Status
1690 * interrupts generated by the adapter. It checks the
1691 * vector in the HOST_INT register to determine if it is
1692 * an Adapter Check interrupt. If so, it resets the
1693 * adapter. Otherwise it clears the status registers
1694 * and services the PHY.
1695 *
1696 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697
Sakari Ailusc659c382011-01-21 10:59:30 +00001698static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int)
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001699{
Sakari Ailusc659c382011-01-21 10:59:30 +00001700 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 u32 ack;
1702 u32 error;
1703 u8 net_sts;
1704 u32 phy;
1705 u16 tlphy_ctl;
1706 u16 tlphy_sts;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 ack = 1;
Sakari Ailusc659c382011-01-21 10:59:30 +00001709 if (host_int & TLAN_HI_IV_MASK) {
1710 netif_stop_queue(dev);
1711 error = inl(dev->base_addr + TLAN_CH_PARM);
Joe Perches50624aa2011-03-01 06:56:33 +00001712 netdev_info(dev, "Adaptor Error = 0x%x\n", error);
Sakari Ailusc659c382011-01-21 10:59:30 +00001713 tlan_read_and_clear_stats(dev, TLAN_RECORD);
1714 outl(TLAN_HC_AD_RST, dev->base_addr + TLAN_HOST_CMD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716 schedule_work(&priv->tlan_tqueue);
1717
1718 netif_wake_queue(dev);
1719 ack = 0;
1720 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00001721 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Status Check\n", dev->name);
1722 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723
Sakari Ailusc659c382011-01-21 10:59:30 +00001724 net_sts = tlan_dio_read8(dev->base_addr, TLAN_NET_STS);
1725 if (net_sts) {
1726 tlan_dio_write8(dev->base_addr, TLAN_NET_STS, net_sts);
1727 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Net_Sts = %x\n",
1728 dev->name, (unsigned) net_sts);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 }
Sakari Ailusc659c382011-01-21 10:59:30 +00001730 if ((net_sts & TLAN_NET_STS_MIRQ) && (priv->phy_num == 0)) {
1731 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_STS, &tlphy_sts);
1732 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl);
1733 if (!(tlphy_sts & TLAN_TS_POLOK) &&
1734 !(tlphy_ctl & TLAN_TC_SWAPOL)) {
1735 tlphy_ctl |= TLAN_TC_SWAPOL;
1736 tlan_mii_write_reg(dev, phy, TLAN_TLPHY_CTL,
1737 tlphy_ctl);
1738 } else if ((tlphy_sts & TLAN_TS_POLOK) &&
1739 (tlphy_ctl & TLAN_TC_SWAPOL)) {
1740 tlphy_ctl &= ~TLAN_TC_SWAPOL;
1741 tlan_mii_write_reg(dev, phy, TLAN_TLPHY_CTL,
1742 tlphy_ctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 }
Sakari Ailusc659c382011-01-21 10:59:30 +00001744
1745 if (debug)
1746 tlan_phy_print(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747 }
1748 }
1749
1750 return ack;
1751
Sakari Ailusc659c382011-01-21 10:59:30 +00001752}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753
1754
1755
1756
Sakari Ailusc659c382011-01-21 10:59:30 +00001757/***************************************************************
1758 * tlan_handle_rx_eoc
1759 *
1760 * Returns:
1761 * 1
1762 * Parms:
1763 * dev Device assigned the IRQ that was
1764 * raised.
1765 * host_int The contents of the HOST_INT
1766 * port.
1767 *
1768 * This driver is structured to determine EOC occurrences by
1769 * reading the CSTAT member of the list structure. Rx EOC
1770 * interrupts are disabled via the DIO INTDIS register.
1771 * However, TLAN chips before revision 3.0 didn't have this
1772 * CSTAT member or a INTDIS register, so if this chip is
1773 * pre-3.0, process EOC interrupts normally.
1774 *
1775 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
Sakari Ailusc659c382011-01-21 10:59:30 +00001777static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778{
Sakari Ailusc659c382011-01-21 10:59:30 +00001779 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 dma_addr_t head_list_phys;
1781 u32 ack = 1;
1782
Sakari Ailusc659c382011-01-21 10:59:30 +00001783 if (priv->tlan_rev < 0x30) {
1784 TLAN_DBG(TLAN_DEBUG_RX,
1785 "RECEIVE: Handling RX EOC (head=%d tail=%d) -- IRQ\n",
1786 priv->rx_head, priv->rx_tail);
1787 head_list_phys = priv->rx_list_dma
1788 + sizeof(struct tlan_list)*priv->rx_head;
1789 outl(head_list_phys, dev->base_addr + TLAN_CH_PARM);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 ack |= TLAN_HC_GO | TLAN_HC_RT;
Sakari Ailusc659c382011-01-21 10:59:30 +00001791 priv->rx_eoc_count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 }
1793
1794 return ack;
1795
Sakari Ailusc659c382011-01-21 10:59:30 +00001796}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797
1798
1799
1800
1801/*****************************************************************************
1802******************************************************************************
1803
Sakari Ailusc659c382011-01-21 10:59:30 +00001804ThunderLAN driver timer function
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805
1806******************************************************************************
1807*****************************************************************************/
1808
1809
Sakari Ailusc659c382011-01-21 10:59:30 +00001810/***************************************************************
1811 * tlan_timer
1812 *
1813 * Returns:
1814 * Nothing
1815 * Parms:
1816 * data A value given to add timer when
1817 * add_timer was called.
1818 *
1819 * This function handles timed functionality for the
1820 * TLAN driver. The two current timer uses are for
1821 * delaying for autonegotionation and driving the ACT LED.
1822 * - Autonegotiation requires being allowed about
1823 * 2 1/2 seconds before attempting to transmit a
1824 * packet. It would be a very bad thing to hang
1825 * the kernel this long, so the driver doesn't
1826 * allow transmission 'til after this time, for
1827 * certain PHYs. It would be much nicer if all
1828 * PHYs were interrupt-capable like the internal
1829 * PHY.
1830 * - The ACT LED, which shows adapter activity, is
1831 * driven by the driver, and so must be left on
1832 * for a short period to power up the LED so it
1833 * can be seen. This delay can be changed by
1834 * changing the TLAN_TIMER_ACT_DELAY in tlan.h,
1835 * if desired. 100 ms produces a slightly
1836 * sluggish response.
1837 *
1838 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839
Sakari Ailusc659c382011-01-21 10:59:30 +00001840static void tlan_timer(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841{
1842 struct net_device *dev = (struct net_device *) data;
Sakari Ailusc659c382011-01-21 10:59:30 +00001843 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844 u32 elapsed;
1845 unsigned long flags = 0;
1846
1847 priv->timer.function = NULL;
1848
Sakari Ailusc659c382011-01-21 10:59:30 +00001849 switch (priv->timer_type) {
Sakari Ailusc659c382011-01-21 10:59:30 +00001850 case TLAN_TIMER_PHY_PDOWN:
1851 tlan_phy_power_down(dev);
1852 break;
1853 case TLAN_TIMER_PHY_PUP:
1854 tlan_phy_power_up(dev);
1855 break;
1856 case TLAN_TIMER_PHY_RESET:
1857 tlan_phy_reset(dev);
1858 break;
1859 case TLAN_TIMER_PHY_START_LINK:
1860 tlan_phy_start_link(dev);
1861 break;
1862 case TLAN_TIMER_PHY_FINISH_AN:
1863 tlan_phy_finish_auto_neg(dev);
1864 break;
1865 case TLAN_TIMER_FINISH_RESET:
1866 tlan_finish_reset(dev);
1867 break;
1868 case TLAN_TIMER_ACTIVITY:
1869 spin_lock_irqsave(&priv->lock, flags);
1870 if (priv->timer.function == NULL) {
1871 elapsed = jiffies - priv->timer_set_at;
1872 if (elapsed >= TLAN_TIMER_ACT_DELAY) {
1873 tlan_dio_write8(dev->base_addr,
1874 TLAN_LED_REG, TLAN_LED_LINK);
1875 } else {
1876 priv->timer.function = tlan_timer;
1877 priv->timer.expires = priv->timer_set_at
1878 + TLAN_TIMER_ACT_DELAY;
1879 spin_unlock_irqrestore(&priv->lock, flags);
1880 add_timer(&priv->timer);
1881 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 }
Sakari Ailusc659c382011-01-21 10:59:30 +00001883 }
1884 spin_unlock_irqrestore(&priv->lock, flags);
1885 break;
1886 default:
1887 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 }
1889
Sakari Ailusc659c382011-01-21 10:59:30 +00001890}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893/*****************************************************************************
1894******************************************************************************
1895
Sakari Ailusc659c382011-01-21 10:59:30 +00001896ThunderLAN driver adapter related routines
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897
1898******************************************************************************
1899*****************************************************************************/
1900
1901
Sakari Ailusc659c382011-01-21 10:59:30 +00001902/***************************************************************
1903 * tlan_reset_lists
1904 *
1905 * Returns:
1906 * Nothing
1907 * Parms:
1908 * dev The device structure with the list
1909 * stuctures to be reset.
1910 *
1911 * This routine sets the variables associated with managing
1912 * the TLAN lists to their initial values.
1913 *
1914 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
Sakari Ailusc659c382011-01-21 10:59:30 +00001916static void tlan_reset_lists(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917{
Sakari Ailusc659c382011-01-21 10:59:30 +00001918 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 int i;
Sakari Ailusc659c382011-01-21 10:59:30 +00001920 struct tlan_list *list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921 dma_addr_t list_phys;
1922 struct sk_buff *skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923
Sakari Ailusc659c382011-01-21 10:59:30 +00001924 priv->tx_head = 0;
1925 priv->tx_tail = 0;
1926 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) {
1927 list = priv->tx_list + i;
1928 list->c_stat = TLAN_CSTAT_UNUSED;
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001929 list->buffer[0].address = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 list->buffer[2].count = 0;
1931 list->buffer[2].address = 0;
1932 list->buffer[8].address = 0;
1933 list->buffer[9].address = 0;
1934 }
1935
Sakari Ailusc659c382011-01-21 10:59:30 +00001936 priv->rx_head = 0;
1937 priv->rx_tail = TLAN_NUM_RX_LISTS - 1;
1938 for (i = 0; i < TLAN_NUM_RX_LISTS; i++) {
1939 list = priv->rx_list + i;
1940 list_phys = priv->rx_list_dma + sizeof(struct tlan_list)*i;
1941 list->c_stat = TLAN_CSTAT_READY;
1942 list->frame_size = TLAN_MAX_FRAME_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943 list->buffer[0].count = TLAN_MAX_FRAME_SIZE | TLAN_LAST_BUFFER;
Eric Dumazet89d71a62009-10-13 05:34:20 +00001944 skb = netdev_alloc_skb_ip_align(dev, TLAN_MAX_FRAME_SIZE + 5);
Joe Perches720a43e2013-03-08 15:03:25 +00001945 if (!skb)
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001946 break;
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001947
Sakari Ailusc659c382011-01-21 10:59:30 +00001948 list->buffer[0].address = pci_map_single(priv->pci_dev,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001949 skb->data,
1950 TLAN_MAX_FRAME_SIZE,
1951 PCI_DMA_FROMDEVICE);
Sakari Ailusc659c382011-01-21 10:59:30 +00001952 tlan_store_skb(list, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 list->buffer[1].count = 0;
1954 list->buffer[1].address = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00001955 list->forward = list_phys + sizeof(struct tlan_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956 }
1957
Stephen Hemminger9ded65a2008-05-30 09:49:56 -07001958 /* in case ran out of memory early, clear bits */
1959 while (i < TLAN_NUM_RX_LISTS) {
Sakari Ailusc659c382011-01-21 10:59:30 +00001960 tlan_store_skb(priv->rx_list + i, NULL);
Stephen Hemminger9ded65a2008-05-30 09:49:56 -07001961 ++i;
1962 }
1963 list->forward = 0;
1964
Sakari Ailusc659c382011-01-21 10:59:30 +00001965}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966
1967
Sakari Ailusc659c382011-01-21 10:59:30 +00001968static void tlan_free_lists(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969{
Sakari Ailusc659c382011-01-21 10:59:30 +00001970 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971 int i;
Sakari Ailusc659c382011-01-21 10:59:30 +00001972 struct tlan_list *list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 struct sk_buff *skb;
1974
Sakari Ailusc659c382011-01-21 10:59:30 +00001975 for (i = 0; i < TLAN_NUM_TX_LISTS; i++) {
1976 list = priv->tx_list + i;
1977 skb = tlan_get_skb(list);
1978 if (skb) {
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001979 pci_unmap_single(
Sakari Ailusc659c382011-01-21 10:59:30 +00001980 priv->pci_dev,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001981 list->buffer[0].address,
1982 max(skb->len,
1983 (unsigned int)TLAN_MIN_FRAME_SIZE),
1984 PCI_DMA_TODEVICE);
Sakari Ailusc659c382011-01-21 10:59:30 +00001985 dev_kfree_skb_any(skb);
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001986 list->buffer[8].address = 0;
1987 list->buffer[9].address = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 }
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001989 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990
Sakari Ailusc659c382011-01-21 10:59:30 +00001991 for (i = 0; i < TLAN_NUM_RX_LISTS; i++) {
1992 list = priv->rx_list + i;
1993 skb = tlan_get_skb(list);
1994 if (skb) {
1995 pci_unmap_single(priv->pci_dev,
Sakari Ailus5eeabf52008-12-16 15:24:05 -08001996 list->buffer[0].address,
1997 TLAN_MAX_FRAME_SIZE,
1998 PCI_DMA_FROMDEVICE);
Sakari Ailusc659c382011-01-21 10:59:30 +00001999 dev_kfree_skb_any(skb);
Sakari Ailus5eeabf52008-12-16 15:24:05 -08002000 list->buffer[8].address = 0;
2001 list->buffer[9].address = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002 }
2003 }
Sakari Ailusc659c382011-01-21 10:59:30 +00002004}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005
2006
2007
2008
Sakari Ailusc659c382011-01-21 10:59:30 +00002009/***************************************************************
2010 * tlan_print_dio
2011 *
2012 * Returns:
2013 * Nothing
2014 * Parms:
2015 * io_base Base IO port of the device of
2016 * which to print DIO registers.
2017 *
2018 * This function prints out all the internal (DIO)
2019 * registers of a TLAN chip.
2020 *
2021 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022
Sakari Ailusc659c382011-01-21 10:59:30 +00002023static void tlan_print_dio(u16 io_base)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024{
2025 u32 data0, data1;
2026 int i;
2027
Joe Perches50624aa2011-03-01 06:56:33 +00002028 pr_info("Contents of internal registers for io base 0x%04hx\n",
2029 io_base);
2030 pr_info("Off. +0 +4\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002031 for (i = 0; i < 0x4C; i += 8) {
2032 data0 = tlan_dio_read32(io_base, i);
2033 data1 = tlan_dio_read32(io_base, i + 0x4);
Joe Perches50624aa2011-03-01 06:56:33 +00002034 pr_info("0x%02x 0x%08x 0x%08x\n", i, data0, data1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 }
2036
Sakari Ailusc659c382011-01-21 10:59:30 +00002037}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038
2039
2040
2041
Sakari Ailusc659c382011-01-21 10:59:30 +00002042/***************************************************************
2043 * TLan_PrintList
2044 *
2045 * Returns:
2046 * Nothing
2047 * Parms:
2048 * list A pointer to the struct tlan_list structure to
2049 * be printed.
2050 * type A string to designate type of list,
2051 * "Rx" or "Tx".
2052 * num The index of the list.
2053 *
2054 * This function prints out the contents of the list
2055 * pointed to by the list parameter.
2056 *
2057 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058
Sakari Ailusc659c382011-01-21 10:59:30 +00002059static void tlan_print_list(struct tlan_list *list, char *type, int num)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060{
2061 int i;
2062
Joe Perches50624aa2011-03-01 06:56:33 +00002063 pr_info("%s List %d at %p\n", type, num, list);
2064 pr_info(" Forward = 0x%08x\n", list->forward);
2065 pr_info(" CSTAT = 0x%04hx\n", list->c_stat);
2066 pr_info(" Frame Size = 0x%04hx\n", list->frame_size);
Sakari Ailusc659c382011-01-21 10:59:30 +00002067 /* for (i = 0; i < 10; i++) { */
2068 for (i = 0; i < 2; i++) {
Joe Perches50624aa2011-03-01 06:56:33 +00002069 pr_info(" Buffer[%d].count, addr = 0x%08x, 0x%08x\n",
2070 i, list->buffer[i].count, list->buffer[i].address);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 }
2072
Sakari Ailusc659c382011-01-21 10:59:30 +00002073}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075
2076
2077
Sakari Ailusc659c382011-01-21 10:59:30 +00002078/***************************************************************
2079 * tlan_read_and_clear_stats
2080 *
2081 * Returns:
2082 * Nothing
2083 * Parms:
2084 * dev Pointer to device structure of adapter
2085 * to which to read stats.
2086 * record Flag indicating whether to add
2087 *
2088 * This functions reads all the internal status registers
2089 * of the TLAN chip, which clears them as a side effect.
2090 * It then either adds the values to the device's status
2091 * struct, or discards them, depending on whether record
2092 * is TLAN_RECORD (!=0) or TLAN_IGNORE (==0).
2093 *
2094 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Sakari Ailusc659c382011-01-21 10:59:30 +00002096static void tlan_read_and_clear_stats(struct net_device *dev, int record)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 u32 tx_good, tx_under;
2099 u32 rx_good, rx_over;
2100 u32 def_tx, crc, code;
2101 u32 multi_col, single_col;
2102 u32 excess_col, late_col, loss;
2103
Sakari Ailusc659c382011-01-21 10:59:30 +00002104 outw(TLAN_GOOD_TX_FRMS, dev->base_addr + TLAN_DIO_ADR);
2105 tx_good = inb(dev->base_addr + TLAN_DIO_DATA);
2106 tx_good += inb(dev->base_addr + TLAN_DIO_DATA + 1) << 8;
2107 tx_good += inb(dev->base_addr + TLAN_DIO_DATA + 2) << 16;
2108 tx_under = inb(dev->base_addr + TLAN_DIO_DATA + 3);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
Sakari Ailusc659c382011-01-21 10:59:30 +00002110 outw(TLAN_GOOD_RX_FRMS, dev->base_addr + TLAN_DIO_ADR);
2111 rx_good = inb(dev->base_addr + TLAN_DIO_DATA);
2112 rx_good += inb(dev->base_addr + TLAN_DIO_DATA + 1) << 8;
2113 rx_good += inb(dev->base_addr + TLAN_DIO_DATA + 2) << 16;
2114 rx_over = inb(dev->base_addr + TLAN_DIO_DATA + 3);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002115
Sakari Ailusc659c382011-01-21 10:59:30 +00002116 outw(TLAN_DEFERRED_TX, dev->base_addr + TLAN_DIO_ADR);
2117 def_tx = inb(dev->base_addr + TLAN_DIO_DATA);
2118 def_tx += inb(dev->base_addr + TLAN_DIO_DATA + 1) << 8;
2119 crc = inb(dev->base_addr + TLAN_DIO_DATA + 2);
2120 code = inb(dev->base_addr + TLAN_DIO_DATA + 3);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002121
Sakari Ailusc659c382011-01-21 10:59:30 +00002122 outw(TLAN_MULTICOL_FRMS, dev->base_addr + TLAN_DIO_ADR);
2123 multi_col = inb(dev->base_addr + TLAN_DIO_DATA);
2124 multi_col += inb(dev->base_addr + TLAN_DIO_DATA + 1) << 8;
2125 single_col = inb(dev->base_addr + TLAN_DIO_DATA + 2);
2126 single_col += inb(dev->base_addr + TLAN_DIO_DATA + 3) << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127
Sakari Ailusc659c382011-01-21 10:59:30 +00002128 outw(TLAN_EXCESSCOL_FRMS, dev->base_addr + TLAN_DIO_ADR);
2129 excess_col = inb(dev->base_addr + TLAN_DIO_DATA);
2130 late_col = inb(dev->base_addr + TLAN_DIO_DATA + 1);
2131 loss = inb(dev->base_addr + TLAN_DIO_DATA + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
Sakari Ailusc659c382011-01-21 10:59:30 +00002133 if (record) {
Stephen Hemmingerf8f31542008-05-30 09:49:53 -07002134 dev->stats.rx_packets += rx_good;
2135 dev->stats.rx_errors += rx_over + crc + code;
2136 dev->stats.tx_packets += tx_good;
2137 dev->stats.tx_errors += tx_under + loss;
Sakari Ailusc659c382011-01-21 10:59:30 +00002138 dev->stats.collisions += multi_col
2139 + single_col + excess_col + late_col;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140
Stephen Hemmingerf8f31542008-05-30 09:49:53 -07002141 dev->stats.rx_over_errors += rx_over;
2142 dev->stats.rx_crc_errors += crc;
2143 dev->stats.rx_frame_errors += code;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Stephen Hemmingerf8f31542008-05-30 09:49:53 -07002145 dev->stats.tx_aborted_errors += tx_under;
2146 dev->stats.tx_carrier_errors += loss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002148
Sakari Ailusc659c382011-01-21 10:59:30 +00002149}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150
2151
2152
2153
Sakari Ailusc659c382011-01-21 10:59:30 +00002154/***************************************************************
2155 * TLan_Reset
2156 *
2157 * Returns:
2158 * 0
2159 * Parms:
2160 * dev Pointer to device structure of adapter
2161 * to be reset.
2162 *
2163 * This function resets the adapter and it's physical
2164 * device. See Chap. 3, pp. 9-10 of the "ThunderLAN
2165 * Programmer's Guide" for details. The routine tries to
2166 * implement what is detailed there, though adjustments
2167 * have been made.
2168 *
2169 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170
Harvey Harrison98e0f522008-02-18 10:04:38 -08002171static void
Sakari Ailusc659c382011-01-21 10:59:30 +00002172tlan_reset_adapter(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173{
Sakari Ailusc659c382011-01-21 10:59:30 +00002174 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 int i;
2176 u32 addr;
2177 u32 data;
2178 u8 data8;
2179
Sakari Ailusc659c382011-01-21 10:59:30 +00002180 priv->tlan_full_duplex = false;
2181 priv->phy_online = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 netif_carrier_off(dev);
2183
2184/* 1. Assert reset bit. */
2185
2186 data = inl(dev->base_addr + TLAN_HOST_CMD);
2187 data |= TLAN_HC_AD_RST;
2188 outl(data, dev->base_addr + TLAN_HOST_CMD);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002189
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 udelay(1000);
2191
Sakari Ailusc659c382011-01-21 10:59:30 +00002192/* 2. Turn off interrupts. (Probably isn't necessary) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193
2194 data = inl(dev->base_addr + TLAN_HOST_CMD);
2195 data |= TLAN_HC_INT_OFF;
2196 outl(data, dev->base_addr + TLAN_HOST_CMD);
2197
2198/* 3. Clear AREGs and HASHs. */
2199
Sakari Ailusc659c382011-01-21 10:59:30 +00002200 for (i = TLAN_AREG_0; i <= TLAN_HASH_2; i += 4)
2201 tlan_dio_write32(dev->base_addr, (u16) i, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
2203/* 4. Setup NetConfig register. */
2204
2205 data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN | TLAN_NET_CFG_PHY_EN;
Sakari Ailusc659c382011-01-21 10:59:30 +00002206 tlan_dio_write16(dev->base_addr, TLAN_NET_CONFIG, (u16) data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207
2208/* 5. Load Ld_Tmr and Ld_Thr in HOST_CMD. */
2209
Sakari Ailusc659c382011-01-21 10:59:30 +00002210 outl(TLAN_HC_LD_TMR | 0x3f, dev->base_addr + TLAN_HOST_CMD);
2211 outl(TLAN_HC_LD_THR | 0x9, dev->base_addr + TLAN_HOST_CMD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
2213/* 6. Unreset the MII by setting NMRST (in NetSio) to 1. */
2214
Sakari Ailusc659c382011-01-21 10:59:30 +00002215 outw(TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 addr = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
Sakari Ailusc659c382011-01-21 10:59:30 +00002217 tlan_set_bit(TLAN_NET_SIO_NMRST, addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218
2219/* 7. Setup the remaining registers. */
2220
Sakari Ailusc659c382011-01-21 10:59:30 +00002221 if (priv->tlan_rev >= 0x30) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 data8 = TLAN_ID_TX_EOC | TLAN_ID_RX_EOC;
Sakari Ailusc659c382011-01-21 10:59:30 +00002223 tlan_dio_write8(dev->base_addr, TLAN_INT_DIS, data8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 }
Sakari Ailusc659c382011-01-21 10:59:30 +00002225 tlan_phy_detect(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226 data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002227
Sakari Ailusc659c382011-01-21 10:59:30 +00002228 if (priv->adapter->flags & TLAN_ADAPTER_BIT_RATE_PHY) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229 data |= TLAN_NET_CFG_BIT;
Sakari Ailusc659c382011-01-21 10:59:30 +00002230 if (priv->aui == 1) {
2231 tlan_dio_write8(dev->base_addr, TLAN_ACOMMIT, 0x0a);
2232 } else if (priv->duplex == TLAN_DUPLEX_FULL) {
2233 tlan_dio_write8(dev->base_addr, TLAN_ACOMMIT, 0x00);
2234 priv->tlan_full_duplex = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00002236 tlan_dio_write8(dev->base_addr, TLAN_ACOMMIT, 0x08);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237 }
2238 }
2239
Sakari Ailusc659c382011-01-21 10:59:30 +00002240 if (priv->phy_num == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 data |= TLAN_NET_CFG_PHY_EN;
Sakari Ailusc659c382011-01-21 10:59:30 +00002242 tlan_dio_write16(dev->base_addr, TLAN_NET_CONFIG, (u16) data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
Sakari Ailusc659c382011-01-21 10:59:30 +00002244 if (priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY)
2245 tlan_finish_reset(dev);
2246 else
2247 tlan_phy_power_down(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248
Sakari Ailusc659c382011-01-21 10:59:30 +00002249}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250
2251
2252
2253
Harvey Harrison98e0f522008-02-18 10:04:38 -08002254static void
Sakari Ailusc659c382011-01-21 10:59:30 +00002255tlan_finish_reset(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256{
Sakari Ailusc659c382011-01-21 10:59:30 +00002257 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258 u8 data;
2259 u32 phy;
2260 u8 sio;
2261 u16 status;
2262 u16 partner;
2263 u16 tlphy_ctl;
Sakari Ailusc659c382011-01-21 10:59:30 +00002264 u16 tlphy_par;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 u16 tlphy_id1, tlphy_id2;
Sakari Ailusc659c382011-01-21 10:59:30 +00002266 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267
Sakari Ailusc659c382011-01-21 10:59:30 +00002268 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269
2270 data = TLAN_NET_CMD_NRESET | TLAN_NET_CMD_NWRAP;
Sakari Ailusc659c382011-01-21 10:59:30 +00002271 if (priv->tlan_full_duplex)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 data |= TLAN_NET_CMD_DUPLEX;
Sakari Ailusc659c382011-01-21 10:59:30 +00002273 tlan_dio_write8(dev->base_addr, TLAN_NET_CMD, data);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002274 data = TLAN_NET_MASK_MASK4 | TLAN_NET_MASK_MASK5;
Sakari Ailusc659c382011-01-21 10:59:30 +00002275 if (priv->phy_num == 0)
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002276 data |= TLAN_NET_MASK_MASK7;
Sakari Ailusc659c382011-01-21 10:59:30 +00002277 tlan_dio_write8(dev->base_addr, TLAN_NET_MASK, data);
2278 tlan_dio_write16(dev->base_addr, TLAN_MAX_RX, ((1536)+7)&~7);
2279 tlan_mii_read_reg(dev, phy, MII_GEN_ID_HI, &tlphy_id1);
2280 tlan_mii_read_reg(dev, phy, MII_GEN_ID_LO, &tlphy_id2);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002281
Sakari Ailusc659c382011-01-21 10:59:30 +00002282 if ((priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY) ||
2283 (priv->aui)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 status = MII_GS_LINK;
Joe Perches50624aa2011-03-01 06:56:33 +00002285 netdev_info(dev, "Link forced\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00002287 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &status);
2288 udelay(1000);
2289 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &status);
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002290 if (status & MII_GS_LINK) {
2291 /* We only support link info on Nat.Sem. PHY's */
2292 if ((tlphy_id1 == NAT_SEM_ID1) &&
2293 (tlphy_id2 == NAT_SEM_ID2)) {
2294 tlan_mii_read_reg(dev, phy, MII_AN_LPA,
2295 &partner);
2296 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_PAR,
2297 &tlphy_par);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002298
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002299 netdev_info(dev,
2300 "Link active, %s %uMbps %s-Duplex\n",
2301 !(tlphy_par & TLAN_PHY_AN_EN_STAT)
2302 ? "forced" : "Autonegotiation enabled,",
2303 tlphy_par & TLAN_PHY_SPEED_100
2304 ? 100 : 10,
2305 tlphy_par & TLAN_PHY_DUPLEX_FULL
2306 ? "Full" : "Half");
Joe Perches50624aa2011-03-01 06:56:33 +00002307
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002308 if (tlphy_par & TLAN_PHY_AN_EN_STAT) {
2309 netdev_info(dev, "Partner capability:");
2310 for (i = 5; i < 10; i++)
2311 if (partner & (1 << i))
2312 pr_cont(" %s",
2313 media[i-5]);
2314 pr_cont("\n");
2315 }
2316 } else
2317 netdev_info(dev, "Link active\n");
2318 /* Enabling link beat monitoring */
2319 priv->media_timer.function = tlan_phy_monitor;
2320 priv->media_timer.data = (unsigned long) dev;
2321 priv->media_timer.expires = jiffies + HZ;
2322 add_timer(&priv->media_timer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323 }
2324 }
2325
Sakari Ailusc659c382011-01-21 10:59:30 +00002326 if (priv->phy_num == 0) {
2327 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl);
2328 tlphy_ctl |= TLAN_TC_INTEN;
2329 tlan_mii_write_reg(dev, phy, TLAN_TLPHY_CTL, tlphy_ctl);
2330 sio = tlan_dio_read8(dev->base_addr, TLAN_NET_SIO);
2331 sio |= TLAN_NET_SIO_MINTEN;
2332 tlan_dio_write8(dev->base_addr, TLAN_NET_SIO, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333 }
2334
Sakari Ailusc659c382011-01-21 10:59:30 +00002335 if (status & MII_GS_LINK) {
2336 tlan_set_mac(dev, 0, dev->dev_addr);
2337 priv->phy_online = 1;
2338 outb((TLAN_HC_INT_ON >> 8), dev->base_addr + TLAN_HOST_CMD + 1);
2339 if (debug >= 1 && debug != TLAN_DEBUG_PROBE)
2340 outb((TLAN_HC_REQ_INT >> 8),
2341 dev->base_addr + TLAN_HOST_CMD + 1);
2342 outl(priv->rx_list_dma, dev->base_addr + TLAN_CH_PARM);
2343 outl(TLAN_HC_GO | TLAN_HC_RT, dev->base_addr + TLAN_HOST_CMD);
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002344 tlan_dio_write8(dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345 netif_carrier_on(dev);
2346 } else {
Joe Perches50624aa2011-03-01 06:56:33 +00002347 netdev_info(dev, "Link inactive, will retry in 10 secs...\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002348 tlan_set_timer(dev, (10*HZ), TLAN_TIMER_FINISH_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349 return;
2350 }
Sakari Ailusc659c382011-01-21 10:59:30 +00002351 tlan_set_multicast_list(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352
Sakari Ailusc659c382011-01-21 10:59:30 +00002353}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
2355
2356
2357
Sakari Ailusc659c382011-01-21 10:59:30 +00002358/***************************************************************
2359 * tlan_set_mac
2360 *
2361 * Returns:
2362 * Nothing
2363 * Parms:
2364 * dev Pointer to device structure of adapter
2365 * on which to change the AREG.
2366 * areg The AREG to set the address in (0 - 3).
2367 * mac A pointer to an array of chars. Each
2368 * element stores one byte of the address.
2369 * IE, it isn't in ascii.
2370 *
2371 * This function transfers a MAC address to one of the
2372 * TLAN AREGs (address registers). The TLAN chip locks
2373 * the register on writing to offset 0 and unlocks the
2374 * register after writing to offset 5. If NULL is passed
2375 * in mac, then the AREG is filled with 0's.
2376 *
2377 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378
Sakari Ailusc659c382011-01-21 10:59:30 +00002379static void tlan_set_mac(struct net_device *dev, int areg, char *mac)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380{
2381 int i;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002382
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383 areg *= 6;
2384
Sakari Ailusc659c382011-01-21 10:59:30 +00002385 if (mac != NULL) {
2386 for (i = 0; i < 6; i++)
2387 tlan_dio_write8(dev->base_addr,
2388 TLAN_AREG_0 + areg + i, mac[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00002390 for (i = 0; i < 6; i++)
2391 tlan_dio_write8(dev->base_addr,
2392 TLAN_AREG_0 + areg + i, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 }
2394
Sakari Ailusc659c382011-01-21 10:59:30 +00002395}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
2397
2398
2399
2400/*****************************************************************************
2401******************************************************************************
2402
Sakari Ailusc659c382011-01-21 10:59:30 +00002403ThunderLAN driver PHY layer routines
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404
2405******************************************************************************
2406*****************************************************************************/
2407
2408
2409
Sakari Ailusc659c382011-01-21 10:59:30 +00002410/*********************************************************************
2411 * tlan_phy_print
2412 *
2413 * Returns:
2414 * Nothing
2415 * Parms:
2416 * dev A pointer to the device structure of the
2417 * TLAN device having the PHYs to be detailed.
2418 *
2419 * This function prints the registers a PHY (aka transceiver).
2420 *
2421 ********************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422
Sakari Ailusc659c382011-01-21 10:59:30 +00002423static void tlan_phy_print(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424{
Sakari Ailusc659c382011-01-21 10:59:30 +00002425 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426 u16 i, data0, data1, data2, data3, phy;
2427
Sakari Ailusc659c382011-01-21 10:59:30 +00002428 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429
Sakari Ailusc659c382011-01-21 10:59:30 +00002430 if (priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY) {
Joe Perches50624aa2011-03-01 06:56:33 +00002431 netdev_info(dev, "Unmanaged PHY\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002432 } else if (phy <= TLAN_PHY_MAX_ADDR) {
Joe Perches50624aa2011-03-01 06:56:33 +00002433 netdev_info(dev, "PHY 0x%02x\n", phy);
2434 pr_info(" Off. +0 +1 +2 +3\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002435 for (i = 0; i < 0x20; i += 4) {
Sakari Ailusc659c382011-01-21 10:59:30 +00002436 tlan_mii_read_reg(dev, phy, i, &data0);
Sakari Ailusc659c382011-01-21 10:59:30 +00002437 tlan_mii_read_reg(dev, phy, i + 1, &data1);
Sakari Ailusc659c382011-01-21 10:59:30 +00002438 tlan_mii_read_reg(dev, phy, i + 2, &data2);
Sakari Ailusc659c382011-01-21 10:59:30 +00002439 tlan_mii_read_reg(dev, phy, i + 3, &data3);
Joe Perches50624aa2011-03-01 06:56:33 +00002440 pr_info(" 0x%02x 0x%04hx 0x%04hx 0x%04hx 0x%04hx\n",
2441 i, data0, data1, data2, data3);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442 }
2443 } else {
Joe Perches50624aa2011-03-01 06:56:33 +00002444 netdev_info(dev, "Invalid PHY\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 }
2446
Sakari Ailusc659c382011-01-21 10:59:30 +00002447}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448
2449
2450
2451
Sakari Ailusc659c382011-01-21 10:59:30 +00002452/*********************************************************************
2453 * tlan_phy_detect
2454 *
2455 * Returns:
2456 * Nothing
2457 * Parms:
2458 * dev A pointer to the device structure of the adapter
2459 * for which the PHY needs determined.
2460 *
2461 * So far I've found that adapters which have external PHYs
2462 * may also use the internal PHY for part of the functionality.
2463 * (eg, AUI/Thinnet). This function finds out if this TLAN
2464 * chip has an internal PHY, and then finds the first external
2465 * PHY (starting from address 0) if it exists).
2466 *
2467 ********************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468
Sakari Ailusc659c382011-01-21 10:59:30 +00002469static void tlan_phy_detect(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470{
Sakari Ailusc659c382011-01-21 10:59:30 +00002471 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472 u16 control;
2473 u16 hi;
2474 u16 lo;
2475 u32 phy;
2476
Sakari Ailusc659c382011-01-21 10:59:30 +00002477 if (priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY) {
2478 priv->phy_num = 0xffff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 return;
2480 }
2481
Sakari Ailusc659c382011-01-21 10:59:30 +00002482 tlan_mii_read_reg(dev, TLAN_PHY_MAX_ADDR, MII_GEN_ID_HI, &hi);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002483
Sakari Ailusc659c382011-01-21 10:59:30 +00002484 if (hi != 0xffff)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 priv->phy[0] = TLAN_PHY_MAX_ADDR;
Sakari Ailusc659c382011-01-21 10:59:30 +00002486 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487 priv->phy[0] = TLAN_PHY_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488
2489 priv->phy[1] = TLAN_PHY_NONE;
Sakari Ailusc659c382011-01-21 10:59:30 +00002490 for (phy = 0; phy <= TLAN_PHY_MAX_ADDR; phy++) {
2491 tlan_mii_read_reg(dev, phy, MII_GEN_CTL, &control);
2492 tlan_mii_read_reg(dev, phy, MII_GEN_ID_HI, &hi);
2493 tlan_mii_read_reg(dev, phy, MII_GEN_ID_LO, &lo);
2494 if ((control != 0xffff) ||
2495 (hi != 0xffff) || (lo != 0xffff)) {
2496 TLAN_DBG(TLAN_DEBUG_GNRL,
2497 "PHY found at %02x %04x %04x %04x\n",
2498 phy, control, hi, lo);
2499 if ((priv->phy[1] == TLAN_PHY_NONE) &&
2500 (phy != TLAN_PHY_MAX_ADDR)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 priv->phy[1] = phy;
2502 }
2503 }
2504 }
2505
Sakari Ailusc659c382011-01-21 10:59:30 +00002506 if (priv->phy[1] != TLAN_PHY_NONE)
2507 priv->phy_num = 1;
2508 else if (priv->phy[0] != TLAN_PHY_NONE)
2509 priv->phy_num = 0;
2510 else
Joe Perches50624aa2011-03-01 06:56:33 +00002511 netdev_info(dev, "Cannot initialize device, no PHY was found!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512
Sakari Ailusc659c382011-01-21 10:59:30 +00002513}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514
2515
2516
2517
Sakari Ailusc659c382011-01-21 10:59:30 +00002518static void tlan_phy_power_down(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519{
Sakari Ailusc659c382011-01-21 10:59:30 +00002520 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 u16 value;
2522
Sakari Ailusc659c382011-01-21 10:59:30 +00002523 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Powering down PHY(s).\n", dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 value = MII_GC_PDOWN | MII_GC_LOOPBK | MII_GC_ISOLATE;
Sakari Ailusc659c382011-01-21 10:59:30 +00002525 tlan_mii_sync(dev->base_addr);
2526 tlan_mii_write_reg(dev, priv->phy[priv->phy_num], MII_GEN_CTL, value);
2527 if ((priv->phy_num == 0) &&
2528 (priv->phy[1] != TLAN_PHY_NONE) &&
2529 (!(priv->adapter->flags & TLAN_ADAPTER_USE_INTERN_10))) {
2530 tlan_mii_sync(dev->base_addr);
2531 tlan_mii_write_reg(dev, priv->phy[1], MII_GEN_CTL, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 }
2533
2534 /* Wait for 50 ms and powerup
2535 * This is abitrary. It is intended to make sure the
2536 * transceiver settles.
2537 */
Sakari Ailusc659c382011-01-21 10:59:30 +00002538 tlan_set_timer(dev, (HZ/20), TLAN_TIMER_PHY_PUP);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
Sakari Ailusc659c382011-01-21 10:59:30 +00002540}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541
2542
2543
2544
Sakari Ailusc659c382011-01-21 10:59:30 +00002545static void tlan_phy_power_up(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546{
Sakari Ailusc659c382011-01-21 10:59:30 +00002547 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 u16 value;
2549
Sakari Ailusc659c382011-01-21 10:59:30 +00002550 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Powering up PHY.\n", dev->name);
2551 tlan_mii_sync(dev->base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552 value = MII_GC_LOOPBK;
Sakari Ailusc659c382011-01-21 10:59:30 +00002553 tlan_mii_write_reg(dev, priv->phy[priv->phy_num], MII_GEN_CTL, value);
2554 tlan_mii_sync(dev->base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555 /* Wait for 500 ms and reset the
2556 * transceiver. The TLAN docs say both 50 ms and
2557 * 500 ms, so do the longer, just in case.
2558 */
Sakari Ailusc659c382011-01-21 10:59:30 +00002559 tlan_set_timer(dev, (HZ/20), TLAN_TIMER_PHY_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560
Sakari Ailusc659c382011-01-21 10:59:30 +00002561}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562
2563
2564
2565
Sakari Ailusc659c382011-01-21 10:59:30 +00002566static void tlan_phy_reset(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567{
Sakari Ailusc659c382011-01-21 10:59:30 +00002568 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 u16 phy;
2570 u16 value;
Ondrej Zary9cff4412014-06-30 18:38:34 +02002571 unsigned long timeout = jiffies + HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
Sakari Ailusc659c382011-01-21 10:59:30 +00002573 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574
Masanari Iidafd9071e2012-04-13 04:33:20 +00002575 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Resetting PHY.\n", dev->name);
Sakari Ailusc659c382011-01-21 10:59:30 +00002576 tlan_mii_sync(dev->base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577 value = MII_GC_LOOPBK | MII_GC_RESET;
Sakari Ailusc659c382011-01-21 10:59:30 +00002578 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, value);
Ondrej Zary9cff4412014-06-30 18:38:34 +02002579 do {
Sakari Ailusc659c382011-01-21 10:59:30 +00002580 tlan_mii_read_reg(dev, phy, MII_GEN_CTL, &value);
Ondrej Zary9cff4412014-06-30 18:38:34 +02002581 if (time_after(jiffies, timeout)) {
2582 netdev_err(dev, "PHY reset timeout\n");
2583 return;
2584 }
2585 } while (value & MII_GC_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586
2587 /* Wait for 500 ms and initialize.
2588 * I don't remember why I wait this long.
2589 * I've changed this to 50ms, as it seems long enough.
2590 */
Sakari Ailusc659c382011-01-21 10:59:30 +00002591 tlan_set_timer(dev, (HZ/20), TLAN_TIMER_PHY_START_LINK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592
Sakari Ailusc659c382011-01-21 10:59:30 +00002593}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594
2595
2596
2597
Sakari Ailusc659c382011-01-21 10:59:30 +00002598static void tlan_phy_start_link(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599{
Sakari Ailusc659c382011-01-21 10:59:30 +00002600 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601 u16 ability;
2602 u16 control;
2603 u16 data;
2604 u16 phy;
2605 u16 status;
2606 u16 tctl;
2607
Sakari Ailusc659c382011-01-21 10:59:30 +00002608 phy = priv->phy[priv->phy_num];
2609 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Trying to activate link.\n", dev->name);
2610 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &status);
2611 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &ability);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612
Sakari Ailusc659c382011-01-21 10:59:30 +00002613 if ((status & MII_GS_AUTONEG) &&
2614 (!priv->aui)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615 ability = status >> 11;
Sakari Ailusc659c382011-01-21 10:59:30 +00002616 if (priv->speed == TLAN_SPEED_10 &&
2617 priv->duplex == TLAN_DUPLEX_HALF) {
2618 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x0000);
2619 } else if (priv->speed == TLAN_SPEED_10 &&
2620 priv->duplex == TLAN_DUPLEX_FULL) {
2621 priv->tlan_full_duplex = true;
2622 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x0100);
2623 } else if (priv->speed == TLAN_SPEED_100 &&
2624 priv->duplex == TLAN_DUPLEX_HALF) {
2625 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x2000);
2626 } else if (priv->speed == TLAN_SPEED_100 &&
2627 priv->duplex == TLAN_DUPLEX_FULL) {
2628 priv->tlan_full_duplex = true;
2629 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x2100);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 } else {
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 /* Set Auto-Neg advertisement */
Sakari Ailusc659c382011-01-21 10:59:30 +00002633 tlan_mii_write_reg(dev, phy, MII_AN_ADV,
2634 (ability << 5) | 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635 /* Enablee Auto-Neg */
Sakari Ailusc659c382011-01-21 10:59:30 +00002636 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 /* Restart Auto-Neg */
Sakari Ailusc659c382011-01-21 10:59:30 +00002638 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, 0x1200);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639 /* Wait for 4 sec for autonegotiation
Sakari Ailusc659c382011-01-21 10:59:30 +00002640 * to complete. The max spec time is less than this
2641 * but the card need additional time to start AN.
2642 * .5 sec should be plenty extra.
2643 */
Joe Perches50624aa2011-03-01 06:56:33 +00002644 netdev_info(dev, "Starting autonegotiation\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002645 tlan_set_timer(dev, (2*HZ), TLAN_TIMER_PHY_FINISH_AN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646 return;
2647 }
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002648
2649 }
2650
Sakari Ailusc659c382011-01-21 10:59:30 +00002651 if ((priv->aui) && (priv->phy_num != 0)) {
2652 priv->phy_num = 0;
2653 data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN
2654 | TLAN_NET_CFG_PHY_EN;
2655 tlan_dio_write16(dev->base_addr, TLAN_NET_CONFIG, data);
2656 tlan_set_timer(dev, (40*HZ/1000), TLAN_TIMER_PHY_PDOWN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 return;
Sakari Ailusc659c382011-01-21 10:59:30 +00002658 } else if (priv->phy_num == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 control = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00002660 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tctl);
2661 if (priv->aui) {
2662 tctl |= TLAN_TC_AUISEL;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002663 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00002664 tctl &= ~TLAN_TC_AUISEL;
2665 if (priv->duplex == TLAN_DUPLEX_FULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 control |= MII_GC_DUPLEX;
Sakari Ailusc659c382011-01-21 10:59:30 +00002667 priv->tlan_full_duplex = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 }
Sakari Ailusc659c382011-01-21 10:59:30 +00002669 if (priv->speed == TLAN_SPEED_100)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 control |= MII_GC_SPEEDSEL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671 }
Sakari Ailusc659c382011-01-21 10:59:30 +00002672 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, control);
2673 tlan_mii_write_reg(dev, phy, TLAN_TLPHY_CTL, tctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 }
2675
2676 /* Wait for 2 sec to give the transceiver time
2677 * to establish link.
2678 */
Sakari Ailusc659c382011-01-21 10:59:30 +00002679 tlan_set_timer(dev, (4*HZ), TLAN_TIMER_FINISH_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680
Sakari Ailusc659c382011-01-21 10:59:30 +00002681}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682
2683
2684
2685
Sakari Ailusc659c382011-01-21 10:59:30 +00002686static void tlan_phy_finish_auto_neg(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687{
Sakari Ailusc659c382011-01-21 10:59:30 +00002688 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689 u16 an_adv;
2690 u16 an_lpa;
2691 u16 data;
2692 u16 mode;
2693 u16 phy;
2694 u16 status;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002695
Sakari Ailusc659c382011-01-21 10:59:30 +00002696 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697
Sakari Ailusc659c382011-01-21 10:59:30 +00002698 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &status);
2699 udelay(1000);
2700 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701
Sakari Ailusc659c382011-01-21 10:59:30 +00002702 if (!(status & MII_GS_AUTOCMPLT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 /* Wait for 8 sec to give the process
2704 * more time. Perhaps we should fail after a while.
2705 */
Ondrej Zary278e48b2014-06-30 18:38:33 +02002706 tlan_set_timer(dev, 2 * HZ, TLAN_TIMER_PHY_FINISH_AN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 return;
2708 }
2709
Joe Perches50624aa2011-03-01 06:56:33 +00002710 netdev_info(dev, "Autonegotiation complete\n");
Sakari Ailusc659c382011-01-21 10:59:30 +00002711 tlan_mii_read_reg(dev, phy, MII_AN_ADV, &an_adv);
2712 tlan_mii_read_reg(dev, phy, MII_AN_LPA, &an_lpa);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713 mode = an_adv & an_lpa & 0x03E0;
Sakari Ailusc659c382011-01-21 10:59:30 +00002714 if (mode & 0x0100)
2715 priv->tlan_full_duplex = true;
2716 else if (!(mode & 0x0080) && (mode & 0x0040))
2717 priv->tlan_full_duplex = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718
Ondrej Zary36bbe2f2014-06-30 18:38:31 +02002719 /* switch to internal PHY for 10 Mbps */
Sakari Ailusc659c382011-01-21 10:59:30 +00002720 if ((!(mode & 0x0180)) &&
2721 (priv->adapter->flags & TLAN_ADAPTER_USE_INTERN_10) &&
2722 (priv->phy_num != 0)) {
2723 priv->phy_num = 0;
2724 data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN
2725 | TLAN_NET_CFG_PHY_EN;
2726 tlan_dio_write16(dev->base_addr, TLAN_NET_CONFIG, data);
2727 tlan_set_timer(dev, (400*HZ/1000), TLAN_TIMER_PHY_PDOWN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728 return;
2729 }
2730
Sakari Ailusc659c382011-01-21 10:59:30 +00002731 if (priv->phy_num == 0) {
2732 if ((priv->duplex == TLAN_DUPLEX_FULL) ||
2733 (an_adv & an_lpa & 0x0040)) {
2734 tlan_mii_write_reg(dev, phy, MII_GEN_CTL,
2735 MII_GC_AUTOENB | MII_GC_DUPLEX);
Joe Perches50624aa2011-03-01 06:56:33 +00002736 netdev_info(dev, "Starting internal PHY with FULL-DUPLEX\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00002738 tlan_mii_write_reg(dev, phy, MII_GEN_CTL,
2739 MII_GC_AUTOENB);
Joe Perches50624aa2011-03-01 06:56:33 +00002740 netdev_info(dev, "Starting internal PHY with HALF-DUPLEX\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 }
2742 }
2743
2744 /* Wait for 100 ms. No reason in partiticular.
2745 */
Sakari Ailusc659c382011-01-21 10:59:30 +00002746 tlan_set_timer(dev, (HZ/10), TLAN_TIMER_FINISH_RESET);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002747
Sakari Ailusc659c382011-01-21 10:59:30 +00002748}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Sakari Ailusc659c382011-01-21 10:59:30 +00002751/*********************************************************************
2752 *
2753 * tlan_phy_monitor
2754 *
2755 * Returns:
2756 * None
2757 *
2758 * Params:
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002759 * data The device structure of this device.
Sakari Ailusc659c382011-01-21 10:59:30 +00002760 *
2761 *
2762 * This function monitors PHY condition by reading the status
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002763 * register via the MII bus, controls LINK LED and notifies the
2764 * kernel about link state.
Sakari Ailusc659c382011-01-21 10:59:30 +00002765 *
2766 *******************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002768static void tlan_phy_monitor(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769{
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002770 struct net_device *dev = (struct net_device *) data;
Sakari Ailusc659c382011-01-21 10:59:30 +00002771 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 u16 phy;
2773 u16 phy_status;
2774
Sakari Ailusc659c382011-01-21 10:59:30 +00002775 phy = priv->phy[priv->phy_num];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776
Sakari Ailusc659c382011-01-21 10:59:30 +00002777 /* Get PHY status register */
2778 tlan_mii_read_reg(dev, phy, MII_GEN_STS, &phy_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779
Sakari Ailusc659c382011-01-21 10:59:30 +00002780 /* Check if link has been lost */
2781 if (!(phy_status & MII_GS_LINK)) {
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002782 if (netif_carrier_ok(dev)) {
Sakari Ailusc659c382011-01-21 10:59:30 +00002783 printk(KERN_DEBUG "TLAN: %s has lost link\n",
2784 dev->name);
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002785 tlan_dio_write8(dev->base_addr, TLAN_LED_REG, 0);
Sakari Ailusc659c382011-01-21 10:59:30 +00002786 netif_carrier_off(dev);
Ondrej Zary36bbe2f2014-06-30 18:38:31 +02002787 if (priv->adapter->flags & TLAN_ADAPTER_USE_INTERN_10) {
2788 /* power down internal PHY */
2789 u16 data = MII_GC_PDOWN | MII_GC_LOOPBK |
2790 MII_GC_ISOLATE;
2791
2792 tlan_mii_sync(dev->base_addr);
2793 tlan_mii_write_reg(dev, priv->phy[0],
2794 MII_GEN_CTL, data);
2795 /* set to external PHY */
2796 priv->phy_num = 1;
2797 /* restart autonegotiation */
2798 tlan_set_timer(dev, 4 * HZ / 10,
2799 TLAN_TIMER_PHY_PDOWN);
2800 return;
2801 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 }
2803 }
2804
Sakari Ailusc659c382011-01-21 10:59:30 +00002805 /* Link restablished? */
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002806 if ((phy_status & MII_GS_LINK) && !netif_carrier_ok(dev)) {
2807 tlan_dio_write8(dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK);
Sakari Ailusc659c382011-01-21 10:59:30 +00002808 printk(KERN_DEBUG "TLAN: %s has reestablished link\n",
2809 dev->name);
7d17c1d2005-05-12 19:45:25 -04002810 netif_carrier_on(dev);
Sakari Ailusc659c382011-01-21 10:59:30 +00002811 }
Ondrej Zaryc0a87c22014-06-30 18:38:28 +02002812 priv->media_timer.expires = jiffies + HZ;
2813 add_timer(&priv->media_timer);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002814}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816
2817/*****************************************************************************
2818******************************************************************************
2819
Sakari Ailusc659c382011-01-21 10:59:30 +00002820ThunderLAN driver MII routines
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821
Sakari Ailusc659c382011-01-21 10:59:30 +00002822these routines are based on the information in chap. 2 of the
2823"ThunderLAN Programmer's Guide", pp. 15-24.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824
2825******************************************************************************
2826*****************************************************************************/
2827
2828
Sakari Ailusc659c382011-01-21 10:59:30 +00002829/***************************************************************
2830 * tlan_mii_read_reg
2831 *
2832 * Returns:
2833 * false if ack received ok
2834 * true if no ack received or other error
2835 *
2836 * Parms:
2837 * dev The device structure containing
2838 * The io address and interrupt count
2839 * for this device.
2840 * phy The address of the PHY to be queried.
2841 * reg The register whose contents are to be
2842 * retrieved.
2843 * val A pointer to a variable to store the
2844 * retrieved value.
2845 *
2846 * This function uses the TLAN's MII bus to retrieve the contents
2847 * of a given register on a PHY. It sends the appropriate info
2848 * and then reads the 16-bit register value from the MII bus via
2849 * the TLAN SIO register.
2850 *
2851 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852
Sakari Ailusc659c382011-01-21 10:59:30 +00002853static bool
2854tlan_mii_read_reg(struct net_device *dev, u16 phy, u16 reg, u16 *val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855{
2856 u8 nack;
2857 u16 sio, tmp;
Sakari Ailusc659c382011-01-21 10:59:30 +00002858 u32 i;
Joe Perches37fce432010-01-12 20:59:13 +00002859 bool err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 int minten;
Sakari Ailusc659c382011-01-21 10:59:30 +00002861 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 unsigned long flags = 0;
2863
Joe Perches37fce432010-01-12 20:59:13 +00002864 err = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 outw(TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR);
2866 sio = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 if (!in_irq())
2869 spin_lock_irqsave(&priv->lock, flags);
2870
Sakari Ailusc659c382011-01-21 10:59:30 +00002871 tlan_mii_sync(dev->base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872
Sakari Ailusc659c382011-01-21 10:59:30 +00002873 minten = tlan_get_bit(TLAN_NET_SIO_MINTEN, sio);
2874 if (minten)
2875 tlan_clear_bit(TLAN_NET_SIO_MINTEN, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876
Sakari Ailusc659c382011-01-21 10:59:30 +00002877 tlan_mii_send_data(dev->base_addr, 0x1, 2); /* start (01b) */
2878 tlan_mii_send_data(dev->base_addr, 0x2, 2); /* read (10b) */
2879 tlan_mii_send_data(dev->base_addr, phy, 5); /* device # */
2880 tlan_mii_send_data(dev->base_addr, reg, 5); /* register # */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881
2882
Sakari Ailusc659c382011-01-21 10:59:30 +00002883 tlan_clear_bit(TLAN_NET_SIO_MTXEN, sio); /* change direction */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884
Sakari Ailusc659c382011-01-21 10:59:30 +00002885 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio); /* clock idle bit */
2886 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
2887 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio); /* wait 300ns */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888
Sakari Ailusc659c382011-01-21 10:59:30 +00002889 nack = tlan_get_bit(TLAN_NET_SIO_MDATA, sio); /* check for ACK */
2890 tlan_set_bit(TLAN_NET_SIO_MCLK, sio); /* finish ACK */
2891 if (nack) { /* no ACK, so fake it */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892 for (i = 0; i < 16; i++) {
Sakari Ailusc659c382011-01-21 10:59:30 +00002893 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio);
2894 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 }
2896 tmp = 0xffff;
Joe Perches37fce432010-01-12 20:59:13 +00002897 err = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 } else { /* ACK, so read data */
2899 for (tmp = 0, i = 0x8000; i; i >>= 1) {
Sakari Ailusc659c382011-01-21 10:59:30 +00002900 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio);
2901 if (tlan_get_bit(TLAN_NET_SIO_MDATA, sio))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902 tmp |= i;
Sakari Ailusc659c382011-01-21 10:59:30 +00002903 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 }
2905 }
2906
2907
Sakari Ailusc659c382011-01-21 10:59:30 +00002908 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio); /* idle cycle */
2909 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910
Sakari Ailusc659c382011-01-21 10:59:30 +00002911 if (minten)
2912 tlan_set_bit(TLAN_NET_SIO_MINTEN, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913
2914 *val = tmp;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04002915
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 if (!in_irq())
2917 spin_unlock_irqrestore(&priv->lock, flags);
2918
2919 return err;
2920
Sakari Ailusc659c382011-01-21 10:59:30 +00002921}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922
2923
2924
2925
Sakari Ailusc659c382011-01-21 10:59:30 +00002926/***************************************************************
2927 * tlan_mii_send_data
2928 *
2929 * Returns:
2930 * Nothing
2931 * Parms:
2932 * base_port The base IO port of the adapter in
2933 * question.
2934 * dev The address of the PHY to be queried.
2935 * data The value to be placed on the MII bus.
2936 * num_bits The number of bits in data that are to
2937 * be placed on the MII bus.
2938 *
2939 * This function sends on sequence of bits on the MII
2940 * configuration bus.
2941 *
2942 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943
Sakari Ailusc659c382011-01-21 10:59:30 +00002944static void tlan_mii_send_data(u16 base_port, u32 data, unsigned num_bits)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945{
2946 u16 sio;
2947 u32 i;
2948
Sakari Ailusc659c382011-01-21 10:59:30 +00002949 if (num_bits == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950 return;
2951
Sakari Ailusc659c382011-01-21 10:59:30 +00002952 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
Sakari Ailusc659c382011-01-21 10:59:30 +00002954 tlan_set_bit(TLAN_NET_SIO_MTXEN, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955
Sakari Ailusc659c382011-01-21 10:59:30 +00002956 for (i = (0x1 << (num_bits - 1)); i; i >>= 1) {
2957 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio);
2958 (void) tlan_get_bit(TLAN_NET_SIO_MCLK, sio);
2959 if (data & i)
2960 tlan_set_bit(TLAN_NET_SIO_MDATA, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 else
Sakari Ailusc659c382011-01-21 10:59:30 +00002962 tlan_clear_bit(TLAN_NET_SIO_MDATA, sio);
2963 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
2964 (void) tlan_get_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965 }
2966
Sakari Ailusc659c382011-01-21 10:59:30 +00002967}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
2969
2970
2971
Sakari Ailusc659c382011-01-21 10:59:30 +00002972/***************************************************************
2973 * TLan_MiiSync
2974 *
2975 * Returns:
2976 * Nothing
2977 * Parms:
2978 * base_port The base IO port of the adapter in
2979 * question.
2980 *
2981 * This functions syncs all PHYs in terms of the MII configuration
2982 * bus.
2983 *
2984 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985
Sakari Ailusc659c382011-01-21 10:59:30 +00002986static void tlan_mii_sync(u16 base_port)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987{
2988 int i;
2989 u16 sio;
2990
Sakari Ailusc659c382011-01-21 10:59:30 +00002991 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
2993
Sakari Ailusc659c382011-01-21 10:59:30 +00002994 tlan_clear_bit(TLAN_NET_SIO_MTXEN, sio);
2995 for (i = 0; i < 32; i++) {
2996 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio);
2997 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 }
2999
Sakari Ailusc659c382011-01-21 10:59:30 +00003000}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001
3002
3003
3004
Sakari Ailusc659c382011-01-21 10:59:30 +00003005/***************************************************************
3006 * tlan_mii_write_reg
3007 *
3008 * Returns:
3009 * Nothing
3010 * Parms:
3011 * dev The device structure for the device
3012 * to write to.
3013 * phy The address of the PHY to be written to.
3014 * reg The register whose contents are to be
3015 * written.
3016 * val The value to be written to the register.
3017 *
3018 * This function uses the TLAN's MII bus to write the contents of a
3019 * given register on a PHY. It sends the appropriate info and then
3020 * writes the 16-bit register value from the MII configuration bus
3021 * via the TLAN SIO register.
3022 *
3023 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024
Sakari Ailusc659c382011-01-21 10:59:30 +00003025static void
3026tlan_mii_write_reg(struct net_device *dev, u16 phy, u16 reg, u16 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027{
3028 u16 sio;
3029 int minten;
3030 unsigned long flags = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00003031 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032
3033 outw(TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR);
3034 sio = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
Jeff Garzik6aa20a22006-09-13 13:24:59 -04003035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 if (!in_irq())
3037 spin_lock_irqsave(&priv->lock, flags);
3038
Sakari Ailusc659c382011-01-21 10:59:30 +00003039 tlan_mii_sync(dev->base_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
Sakari Ailusc659c382011-01-21 10:59:30 +00003041 minten = tlan_get_bit(TLAN_NET_SIO_MINTEN, sio);
3042 if (minten)
3043 tlan_clear_bit(TLAN_NET_SIO_MINTEN, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044
Sakari Ailusc659c382011-01-21 10:59:30 +00003045 tlan_mii_send_data(dev->base_addr, 0x1, 2); /* start (01b) */
3046 tlan_mii_send_data(dev->base_addr, 0x1, 2); /* write (01b) */
3047 tlan_mii_send_data(dev->base_addr, phy, 5); /* device # */
3048 tlan_mii_send_data(dev->base_addr, reg, 5); /* register # */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049
Sakari Ailusc659c382011-01-21 10:59:30 +00003050 tlan_mii_send_data(dev->base_addr, 0x2, 2); /* send ACK */
3051 tlan_mii_send_data(dev->base_addr, val, 16); /* send data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052
Sakari Ailusc659c382011-01-21 10:59:30 +00003053 tlan_clear_bit(TLAN_NET_SIO_MCLK, sio); /* idle cycle */
3054 tlan_set_bit(TLAN_NET_SIO_MCLK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055
Sakari Ailusc659c382011-01-21 10:59:30 +00003056 if (minten)
3057 tlan_set_bit(TLAN_NET_SIO_MINTEN, sio);
Jeff Garzik6aa20a22006-09-13 13:24:59 -04003058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 if (!in_irq())
3060 spin_unlock_irqrestore(&priv->lock, flags);
3061
Sakari Ailusc659c382011-01-21 10:59:30 +00003062}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
3064
3065
3066
3067/*****************************************************************************
3068******************************************************************************
3069
Sakari Ailusc659c382011-01-21 10:59:30 +00003070ThunderLAN driver eeprom routines
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071
Sakari Ailusc659c382011-01-21 10:59:30 +00003072the Compaq netelligent 10 and 10/100 cards use a microchip 24C02A
3073EEPROM. these functions are based on information in microchip's
3074data sheet. I don't know how well this functions will work with
3075other Eeproms.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076
3077******************************************************************************
3078*****************************************************************************/
3079
3080
Sakari Ailusc659c382011-01-21 10:59:30 +00003081/***************************************************************
3082 * tlan_ee_send_start
3083 *
3084 * Returns:
3085 * Nothing
3086 * Parms:
3087 * io_base The IO port base address for the
3088 * TLAN device with the EEPROM to
3089 * use.
3090 *
3091 * This function sends a start cycle to an EEPROM attached
3092 * to a TLAN chip.
3093 *
3094 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095
Sakari Ailusc659c382011-01-21 10:59:30 +00003096static void tlan_ee_send_start(u16 io_base)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097{
3098 u16 sio;
3099
Sakari Ailusc659c382011-01-21 10:59:30 +00003100 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3102
Sakari Ailusc659c382011-01-21 10:59:30 +00003103 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3104 tlan_set_bit(TLAN_NET_SIO_EDATA, sio);
3105 tlan_set_bit(TLAN_NET_SIO_ETXEN, sio);
3106 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio);
3107 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108
Sakari Ailusc659c382011-01-21 10:59:30 +00003109}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110
3111
3112
3113
Sakari Ailusc659c382011-01-21 10:59:30 +00003114/***************************************************************
3115 * tlan_ee_send_byte
3116 *
3117 * Returns:
3118 * If the correct ack was received, 0, otherwise 1
3119 * Parms: io_base The IO port base address for the
3120 * TLAN device with the EEPROM to
3121 * use.
3122 * data The 8 bits of information to
3123 * send to the EEPROM.
3124 * stop If TLAN_EEPROM_STOP is passed, a
3125 * stop cycle is sent after the
3126 * byte is sent after the ack is
3127 * read.
3128 *
3129 * This function sends a byte on the serial EEPROM line,
3130 * driving the clock to send each bit. The function then
3131 * reverses transmission direction and reads an acknowledge
3132 * bit.
3133 *
3134 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135
Sakari Ailusc659c382011-01-21 10:59:30 +00003136static int tlan_ee_send_byte(u16 io_base, u8 data, int stop)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137{
3138 int err;
3139 u8 place;
3140 u16 sio;
3141
Sakari Ailusc659c382011-01-21 10:59:30 +00003142 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3144
3145 /* Assume clock is low, tx is enabled; */
Sakari Ailusc659c382011-01-21 10:59:30 +00003146 for (place = 0x80; place != 0; place >>= 1) {
3147 if (place & data)
3148 tlan_set_bit(TLAN_NET_SIO_EDATA, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149 else
Sakari Ailusc659c382011-01-21 10:59:30 +00003150 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio);
3151 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3152 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153 }
Sakari Ailusc659c382011-01-21 10:59:30 +00003154 tlan_clear_bit(TLAN_NET_SIO_ETXEN, sio);
3155 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3156 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio);
3157 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
3158 tlan_set_bit(TLAN_NET_SIO_ETXEN, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159
Sakari Ailusc659c382011-01-21 10:59:30 +00003160 if ((!err) && stop) {
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07003161 /* STOP, raise data while clock is high */
Sakari Ailusc659c382011-01-21 10:59:30 +00003162 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio);
3163 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3164 tlan_set_bit(TLAN_NET_SIO_EDATA, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 }
3166
Eric Dumazet807540b2010-09-23 05:40:09 +00003167 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168
Sakari Ailusc659c382011-01-21 10:59:30 +00003169}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170
3171
3172
3173
Sakari Ailusc659c382011-01-21 10:59:30 +00003174/***************************************************************
3175 * tlan_ee_receive_byte
3176 *
3177 * Returns:
3178 * Nothing
3179 * Parms:
3180 * io_base The IO port base address for the
3181 * TLAN device with the EEPROM to
3182 * use.
3183 * data An address to a char to hold the
3184 * data sent from the EEPROM.
3185 * stop If TLAN_EEPROM_STOP is passed, a
3186 * stop cycle is sent after the
3187 * byte is received, and no ack is
3188 * sent.
3189 *
3190 * This function receives 8 bits of data from the EEPROM
3191 * over the serial link. It then sends and ack bit, or no
3192 * ack and a stop bit. This function is used to retrieve
3193 * data after the address of a byte in the EEPROM has been
3194 * sent.
3195 *
3196 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197
Sakari Ailusc659c382011-01-21 10:59:30 +00003198static void tlan_ee_receive_byte(u16 io_base, u8 *data, int stop)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199{
3200 u8 place;
3201 u16 sio;
3202
Sakari Ailusc659c382011-01-21 10:59:30 +00003203 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
3205 *data = 0;
3206
3207 /* Assume clock is low, tx is enabled; */
Sakari Ailusc659c382011-01-21 10:59:30 +00003208 tlan_clear_bit(TLAN_NET_SIO_ETXEN, sio);
3209 for (place = 0x80; place; place >>= 1) {
3210 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3211 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 *data |= place;
Sakari Ailusc659c382011-01-21 10:59:30 +00003213 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 }
3215
Sakari Ailusc659c382011-01-21 10:59:30 +00003216 tlan_set_bit(TLAN_NET_SIO_ETXEN, sio);
3217 if (!stop) {
3218 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */
3219 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3220 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221 } else {
Sakari Ailusc659c382011-01-21 10:59:30 +00003222 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); /* no ack = 1 (?) */
3223 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3224 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
Stephen Hemmingerdfc2c0a2008-05-30 09:49:58 -07003225 /* STOP, raise data while clock is high */
Sakari Ailusc659c382011-01-21 10:59:30 +00003226 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio);
3227 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3228 tlan_set_bit(TLAN_NET_SIO_EDATA, sio);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 }
3230
Sakari Ailusc659c382011-01-21 10:59:30 +00003231}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232
3233
3234
3235
Sakari Ailusc659c382011-01-21 10:59:30 +00003236/***************************************************************
3237 * tlan_ee_read_byte
3238 *
3239 * Returns:
3240 * No error = 0, else, the stage at which the error
3241 * occurred.
3242 * Parms:
3243 * io_base The IO port base address for the
3244 * TLAN device with the EEPROM to
3245 * use.
3246 * ee_addr The address of the byte in the
3247 * EEPROM whose contents are to be
3248 * retrieved.
3249 * data An address to a char to hold the
3250 * data obtained from the EEPROM.
3251 *
3252 * This function reads a byte of information from an byte
3253 * cell in the EEPROM.
3254 *
3255 **************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256
Sakari Ailusc659c382011-01-21 10:59:30 +00003257static int tlan_ee_read_byte(struct net_device *dev, u8 ee_addr, u8 *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258{
3259 int err;
Sakari Ailusc659c382011-01-21 10:59:30 +00003260 struct tlan_priv *priv = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261 unsigned long flags = 0;
Sakari Ailusc659c382011-01-21 10:59:30 +00003262 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263
3264 spin_lock_irqsave(&priv->lock, flags);
3265
Sakari Ailusc659c382011-01-21 10:59:30 +00003266 tlan_ee_send_start(dev->base_addr);
3267 err = tlan_ee_send_byte(dev->base_addr, 0xa0, TLAN_EEPROM_ACK);
3268 if (err) {
3269 ret = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270 goto fail;
3271 }
Sakari Ailusc659c382011-01-21 10:59:30 +00003272 err = tlan_ee_send_byte(dev->base_addr, ee_addr, TLAN_EEPROM_ACK);
3273 if (err) {
3274 ret = 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275 goto fail;
3276 }
Sakari Ailusc659c382011-01-21 10:59:30 +00003277 tlan_ee_send_start(dev->base_addr);
3278 err = tlan_ee_send_byte(dev->base_addr, 0xa1, TLAN_EEPROM_ACK);
3279 if (err) {
3280 ret = 3;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281 goto fail;
3282 }
Sakari Ailusc659c382011-01-21 10:59:30 +00003283 tlan_ee_receive_byte(dev->base_addr, data, TLAN_EEPROM_STOP);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284fail:
3285 spin_unlock_irqrestore(&priv->lock, flags);
3286
3287 return ret;
3288
Sakari Ailusc659c382011-01-21 10:59:30 +00003289}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290
3291
3292