cxgb3: Use generic XENPAK LASI register definitions

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings
2009-05-19 13:22:30 +00:00
committed by David S. Miller
parent aa22437e87
commit 64318334bf
3 changed files with 9 additions and 16 deletions

View File

@@ -521,16 +521,6 @@ enum {
MAC_RXFIFO_SIZE = 32768
};
/* LASI control and status registers */
enum {
RX_ALARM_CTRL = 0x9000,
TX_ALARM_CTRL = 0x9001,
LASI_CTRL = 0x9002,
RX_ALARM_STAT = 0x9003,
TX_ALARM_STAT = 0x9004,
LASI_STAT = 0x9005
};
/* PHY loopback direction */
enum {
PHY_LOOPBACK_TX = 1,