123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- //*****************************************************************************
- //
- // hw_ethernet.h - Macros used when accessing the Ethernet hardware.
- //
- // Copyright (c) 2006-2009 Luminary Micro, Inc. All rights reserved.
- // Software License Agreement
- //
- // Luminary Micro, Inc. (LMI) is supplying this software for use solely and
- // exclusively on LMI's microcontroller products.
- //
- // The software is owned by LMI and/or its suppliers, and is protected under
- // applicable copyright laws. All rights are reserved. You may not combine
- // this software with "viral" open-source software in order to form a larger
- // program. Any use in violation of the foregoing restrictions may subject
- // the user to criminal sanctions under applicable laws, as well as to civil
- // liability for the breach of the terms and conditions of this license.
- //
- // THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
- // OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
- // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
- // LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
- // CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
- //
- // This is part of revision 4694 of the Stellaris Firmware Development Package.
- //
- //*****************************************************************************
- #ifndef __HW_ETHERNET_H__
- #define __HW_ETHERNET_H__
- //*****************************************************************************
- //
- // The following are defines for the MAC register offsets in the Ethernet
- // Controller.
- //
- //*****************************************************************************
- #define MAC_O_RIS 0x00000000 // Ethernet MAC Raw Interrupt
- // Status
- #define MAC_O_IACK 0x00000000 // Interrupt Acknowledge Register
- #define MAC_O_IM 0x00000004 // Interrupt Mask Register
- #define MAC_O_RCTL 0x00000008 // Receive Control Register
- #define MAC_O_TCTL 0x0000000C // Transmit Control Register
- #define MAC_O_DATA 0x00000010 // Data Register
- #define MAC_O_IA0 0x00000014 // Individual Address Register 0
- #define MAC_O_IA1 0x00000018 // Individual Address Register 1
- #define MAC_O_THR 0x0000001C // Threshold Register
- #define MAC_O_MCTL 0x00000020 // Management Control Register
- #define MAC_O_MDV 0x00000024 // Management Divider Register
- #define MAC_O_MTXD 0x0000002C // Management Transmit Data Reg
- #define MAC_O_MRXD 0x00000030 // Management Receive Data Reg
- #define MAC_O_NP 0x00000034 // Number of Packets Register
- #define MAC_O_TR 0x00000038 // Transmission Request Register
- #define MAC_O_TS 0x0000003C // Timer Support Register
- #define MAC_O_LED 0x00000040 // Ethernet MAC LED Encoding
- #define MAC_O_MDIX 0x00000044 // MDIX Register
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_IACK register.
- //
- //*****************************************************************************
- #define MAC_IACK_PHYINT 0x00000040 // Clear PHY Interrupt
- #define MAC_IACK_MDINT 0x00000020 // Clear MDI Transaction Complete
- #define MAC_IACK_RXER 0x00000010 // Clear RX Error
- #define MAC_IACK_FOV 0x00000008 // Clear RX FIFO Overrun
- #define MAC_IACK_TXEMP 0x00000004 // Clear TX FIFO Empy
- #define MAC_IACK_TXER 0x00000002 // Clear TX Error
- #define MAC_IACK_RXINT 0x00000001 // Clear RX Packet Available
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_IM register.
- //
- //*****************************************************************************
- #define MAC_IM_PHYINTM 0x00000040 // Mask PHY Interrupt
- #define MAC_IM_MDINTM 0x00000020 // Mask MDI Transaction Complete
- #define MAC_IM_RXERM 0x00000010 // Mask RX Error
- #define MAC_IM_FOVM 0x00000008 // Mask RX FIFO Overrun
- #define MAC_IM_TXEMPM 0x00000004 // Mask TX FIFO Empy
- #define MAC_IM_TXERM 0x00000002 // Mask TX Error
- #define MAC_IM_RXINTM 0x00000001 // Mask RX Packet Available
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_RCTL register.
- //
- //*****************************************************************************
- #define MAC_RCTL_RSTFIFO 0x00000010 // Clear the Receive FIFO
- #define MAC_RCTL_BADCRC 0x00000008 // Reject Packets With Bad CRC
- #define MAC_RCTL_PRMS 0x00000004 // Enable Promiscuous Mode
- #define MAC_RCTL_AMUL 0x00000002 // Enable Multicast Packets
- #define MAC_RCTL_RXEN 0x00000001 // Enable Ethernet Receiver
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_TCTL register.
- //
- //*****************************************************************************
- #define MAC_TCTL_DUPLEX 0x00000010 // Enable Duplex mode
- #define MAC_TCTL_CRC 0x00000004 // Enable CRC Generation
- #define MAC_TCTL_PADEN 0x00000002 // Enable Automatic Padding
- #define MAC_TCTL_TXEN 0x00000001 // Enable Ethernet Transmitter
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_IA0 register.
- //
- //*****************************************************************************
- #define MAC_IA0_MACOCT4_M 0xFF000000 // MAC Address Octet 4.
- #define MAC_IA0_MACOCT3_M 0x00FF0000 // MAC Address Octet 3.
- #define MAC_IA0_MACOCT2_M 0x0000FF00 // MAC Address Octet 2.
- #define MAC_IA0_MACOCT1_M 0x000000FF // MAC Address Octet 1.
- #define MAC_IA0_MACOCT4_S 24
- #define MAC_IA0_MACOCT3_S 16
- #define MAC_IA0_MACOCT2_S 8
- #define MAC_IA0_MACOCT1_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_IA1 register.
- //
- //*****************************************************************************
- #define MAC_IA1_MACOCT6_M 0x0000FF00 // MAC Address Octet 6.
- #define MAC_IA1_MACOCT5_M 0x000000FF // MAC Address Octet 5.
- #define MAC_IA1_MACOCT6_S 8
- #define MAC_IA1_MACOCT5_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_TXTH register.
- //
- //*****************************************************************************
- #define MAC_THR_THRESH_M 0x0000003F // Threshold Value.
- #define MAC_THR_THRESH_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_MCTL register.
- //
- //*****************************************************************************
- #define MAC_MCTL_REGADR_M 0x000000F8 // MII Register Address.
- #define MAC_MCTL_WRITE 0x00000002 // Next MII Transaction is Write
- #define MAC_MCTL_START 0x00000001 // Start MII Transaction
- #define MAC_MCTL_REGADR_S 3
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_MDV register.
- //
- //*****************************************************************************
- #define MAC_MDV_DIV_M 0x000000FF // Clock Divider.
- #define MAC_MDV_DIV_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_MTXD register.
- //
- //*****************************************************************************
- #define MAC_MTXD_MDTX_M 0x0000FFFF // MII Register Transmit Data.
- #define MAC_MTXD_MDTX_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_MRXD register.
- //
- //*****************************************************************************
- #define MAC_MRXD_MDRX_M 0x0000FFFF // MII Register Receive Data.
- #define MAC_MRXD_MDRX_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_NP register.
- //
- //*****************************************************************************
- #define MAC_NP_NPR_M 0x0000003F // Number of Packets in Receive
- // FIFO.
- #define MAC_NP_NPR_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_TXRQ register.
- //
- //*****************************************************************************
- #define MAC_TR_NEWTX 0x00000001 // Start an Ethernet Transmission
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_TS register.
- //
- //*****************************************************************************
- #define MAC_TS_TSEN 0x00000001 // Enable Timestamp Logic
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_MDIX register.
- //
- //*****************************************************************************
- #define MAC_MDIX_EN 0x00000001 // MDI/MDI-X Enable.
- //*****************************************************************************
- //
- // The following are defines for the Ethernet Controller PHY registers.
- //
- //*****************************************************************************
- #define PHY_MR0 0x00000000 // Ethernet PHY Management Register
- // 0 - Control
- #define PHY_MR1 0x00000001 // Ethernet PHY Management Register
- // 1 - Status
- #define PHY_MR2 0x00000002 // Ethernet PHY Management Register
- // 2 - PHY Identifier 1
- #define PHY_MR3 0x00000003 // Ethernet PHY Management Register
- // 3 - PHY Identifier 2
- #define PHY_MR4 0x00000004 // Ethernet PHY Management Register
- // 4 - Auto-Negotiation
- // Advertisement
- #define PHY_MR5 0x00000005 // Ethernet PHY Management Register
- // 5 - Auto-Negotiation Link
- // Partner Base Page Ability
- #define PHY_MR6 0x00000006 // Ethernet PHY Management Register
- // 6 - Auto-Negotiation Expansion
- #define PHY_MR16 0x00000010 // Ethernet PHY Management Register
- // 16 - Vendor-Specific
- #define PHY_MR17 0x00000011 // Ethernet PHY Management Register
- // 17 - Interrupt Control/Status
- #define PHY_MR18 0x00000012 // Ethernet PHY Management Register
- // 18 - Diagnostic
- #define PHY_MR19 0x00000013 // Ethernet PHY Management Register
- // 19 - Transceiver Control
- #define PHY_MR23 0x00000017 // Ethernet PHY Management Register
- // 23 - LED Configuration
- #define PHY_MR24 0x00000018 // Ethernet PHY Management Register
- // 24 -MDI/MDIX Control
- #define PHY_MR27 0x0000001B // Ethernet PHY Management Register
- // 27 -Special Control/Status
- #define PHY_MR29 0x0000001D // Ethernet PHY Management Register
- // 29 - Interrupt Status
- #define PHY_MR30 0x0000001E // Ethernet PHY Management Register
- // 30 - Interrupt Mask
- #define PHY_MR31 0x0000001F // Ethernet PHY Management Register
- // 31 - PHY Special Control/Status
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR0 register.
- //
- //*****************************************************************************
- #define PHY_MR0_RESET 0x00008000 // Reset Registers.
- #define PHY_MR0_LOOPBK 0x00004000 // Loopback Mode.
- #define PHY_MR0_SPEEDSL 0x00002000 // Speed Select.
- #define PHY_MR0_ANEGEN 0x00001000 // Auto-Negotiation Enable.
- #define PHY_MR0_PWRDN 0x00000800 // Power Down.
- #define PHY_MR0_ISO 0x00000400 // Isolate.
- #define PHY_MR0_RANEG 0x00000200 // Restart Auto-Negotiation.
- #define PHY_MR0_DUPLEX 0x00000100 // Set Duplex Mode.
- #define PHY_MR0_COLT 0x00000080 // Collision Test.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_O_RIS register.
- //
- //*****************************************************************************
- #define MAC_RIS_PHYINT 0x00000040 // PHY Interrupt.
- #define MAC_RIS_MDINT 0x00000020 // MII Transaction Complete.
- #define MAC_RIS_RXER 0x00000010 // Receive Error.
- #define MAC_RIS_FOV 0x00000008 // FIFO Overrrun.
- #define MAC_RIS_TXEMP 0x00000004 // Transmit FIFO Empty.
- #define MAC_RIS_TXER 0x00000002 // Transmit Error.
- #define MAC_RIS_RXINT 0x00000001 // Packet Received.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR1 register.
- //
- //*****************************************************************************
- #define PHY_MR1_100X_F 0x00004000 // 100BASE-TX Full-Duplex Mode.
- #define PHY_MR1_100X_H 0x00002000 // 100BASE-TX Half-Duplex Mode.
- #define PHY_MR1_10T_F 0x00001000 // 10BASE-T Full-Duplex Mode.
- #define PHY_MR1_10T_H 0x00000800 // 10BASE-T Half-Duplex Mode.
- #define PHY_MR1_MFPS 0x00000040 // Management Frames with Preamble
- // Suppressed.
- #define PHY_MR1_ANEGC 0x00000020 // Auto-Negotiation Complete.
- #define PHY_MR1_RFAULT 0x00000010 // Remote Fault.
- #define PHY_MR1_ANEGA 0x00000008 // Auto-Negotiation.
- #define PHY_MR1_LINK 0x00000004 // Link Made.
- #define PHY_MR1_JAB 0x00000002 // Jabber Condition.
- #define PHY_MR1_EXTD 0x00000001 // Extended Capabilities.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR2 register.
- //
- //*****************************************************************************
- #define PHY_MR2_OUI_M 0x0000FFFF // Organizationally Unique
- // Identifier[21:6].
- #define PHY_MR2_OUI_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR3 register.
- //
- //*****************************************************************************
- #define PHY_MR3_OUI_M 0x0000FC00 // Organizationally Unique
- // Identifier[5:0].
- #define PHY_MR3_MN_M 0x000003F0 // Model Number.
- #define PHY_MR3_RN_M 0x0000000F // Revision Number.
- #define PHY_MR3_OUI_S 10
- #define PHY_MR3_MN_S 4
- #define PHY_MR3_RN_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR4 register.
- //
- //*****************************************************************************
- #define PHY_MR4_NP 0x00008000 // Next Page.
- #define PHY_MR4_RF 0x00002000 // Remote Fault.
- #define PHY_MR4_A3 0x00000100 // Technology Ability Field[3].
- #define PHY_MR4_A2 0x00000080 // Technology Ability Field[2].
- #define PHY_MR4_A1 0x00000040 // Technology Ability Field[1].
- #define PHY_MR4_A0 0x00000020 // Technology Ability Field[0].
- #define PHY_MR4_S_M 0x0000001F // Selector Field.
- #define PHY_MR4_S_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR5 register.
- //
- //*****************************************************************************
- #define PHY_MR5_NP 0x00008000 // Next Page.
- #define PHY_MR5_ACK 0x00004000 // Acknowledge.
- #define PHY_MR5_RF 0x00002000 // Remote Fault.
- #define PHY_MR5_A_M 0x00001FE0 // Technology Ability Field.
- #define PHY_MR5_S_M 0x0000001F // Selector Field.
- #define PHY_MR5_S_8023 0x00000001 // IEEE Std 802.3
- #define PHY_MR5_S_8029 0x00000002 // IEEE Std 802.9 ISLAN-16T
- #define PHY_MR5_S_8025 0x00000003 // IEEE Std 802.5
- #define PHY_MR5_S_1394 0x00000004 // IEEE Std 1394
- #define PHY_MR5_A_S 5
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR6 register.
- //
- //*****************************************************************************
- #define PHY_MR6_PDF 0x00000010 // Parallel Detection Fault.
- #define PHY_MR6_LPNPA 0x00000008 // Link Partner is Next Page Able.
- #define PHY_MR6_PRX 0x00000002 // New Page Received.
- #define PHY_MR6_LPANEGA 0x00000001 // Link Partner is Auto-Negotiation
- // Able.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_O_DATA register.
- //
- //*****************************************************************************
- #define MAC_DATA_TXDATA_M 0xFFFFFFFF // Transmit FIFO Data.
- #define MAC_DATA_RXDATA_M 0xFFFFFFFF // Receive FIFO Data.
- #define MAC_DATA_RXDATA_S 0
- #define MAC_DATA_TXDATA_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR16 register.
- //
- //*****************************************************************************
- #define PHY_MR16_RPTR 0x00008000 // Repeater Mode.
- #define PHY_MR16_INPOL 0x00004000 // Interrupt Polarity.
- #define PHY_MR16_TXHIM 0x00001000 // Transmit High Impedance Mode.
- #define PHY_MR16_SQEI 0x00000800 // SQE Inhibit Testing.
- #define PHY_MR16_NL10 0x00000400 // Natural Loopback Mode.
- #define PHY_MR16_SR_M 0x000003C0 // Silicon Revision Identifier.
- #define PHY_MR16_APOL 0x00000020 // Auto-Polarity Disable.
- #define PHY_MR16_RVSPOL 0x00000010 // Receive Data Polarity.
- #define PHY_MR16_PCSBP 0x00000002 // PCS Bypass.
- #define PHY_MR16_RXCC 0x00000001 // Receive Clock Control.
- #define PHY_MR16_SR_S 6
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR17 register.
- //
- //*****************************************************************************
- #define PHY_MR17_JABBER_IE 0x00008000 // Jabber Interrupt Enable.
- #define PHY_MR17_FASTRIP 0x00004000 // 10-BASE-T Fast Mode Enable.
- #define PHY_MR17_RXER_IE 0x00004000 // Receive Error Interrupt Enable.
- #define PHY_MR17_EDPD 0x00002000 // Enable Energy Detect Power Down.
- #define PHY_MR17_PRX_IE 0x00002000 // Page Received Interrupt Enable.
- #define PHY_MR17_PDF_IE 0x00001000 // Parallel Detection Fault
- // Interrupt Enable.
- #define PHY_MR17_LSQE 0x00000800 // Low Squelch Enable.
- #define PHY_MR17_LPACK_IE 0x00000800 // LP Acknowledge Interrupt Enable.
- #define PHY_MR17_LSCHG_IE 0x00000400 // Link Status Change Interrupt
- // Enable.
- #define PHY_MR17_MDPB 0x00000400 // Management Data Preamble Bypass.
- #define PHY_MR17_RFAULT_IE 0x00000200 // Remote Fault Interrupt Enable.
- #define PHY_MR17_FLPBK 0x00000200 // Far Loopback Mode.
- #define PHY_MR17_ANEGCOMP_IE 0x00000100 // Auto-Negotiation Complete
- // Interrupt Enable.
- #define PHY_MR17_FASTEST 0x00000100 // Auto-Negotiation Test Mode.
- #define PHY_MR17_JABBER_INT 0x00000080 // Jabber Event Interrupt.
- #define PHY_MR17_RXER_INT 0x00000040 // Receive Error Interrupt.
- #define PHY_MR17_PRX_INT 0x00000020 // Page Receive Interrupt.
- #define PHY_MR17_PDF_INT 0x00000010 // Parallel Detection Fault
- // Interrupt.
- #define PHY_MR17_REFCE 0x00000010 // Reference Clock Enable.
- #define PHY_MR17_LPACK_INT 0x00000008 // LP Acknowledge Interrupt.
- #define PHY_MR17_PADBP 0x00000008 // PHY Address Bypass.
- #define PHY_MR17_LSCHG_INT 0x00000004 // Link Status Change Interrupt.
- #define PHY_MR17_FGLS 0x00000004 // Force Good Link Status.
- #define PHY_MR17_RFAULT_INT 0x00000002 // Remote Fault Interrupt.
- #define PHY_MR17_ENON 0x00000002 // Energy On.
- #define PHY_MR17_ANEGCOMP_INT 0x00000001 // Auto-Negotiation Complete
- // Interrupt.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR18 register.
- //
- //*****************************************************************************
- #define PHY_MR18_ANEGF 0x00001000 // Auto-Negotiation Failure.
- #define PHY_MR18_DPLX 0x00000800 // Duplex Mode.
- #define PHY_MR18_RATE 0x00000400 // Rate.
- #define PHY_MR18_RXSD 0x00000200 // Receive Detection.
- #define PHY_MR18_RX_LOCK 0x00000100 // Receive PLL Lock.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR19 register.
- //
- //*****************************************************************************
- #define PHY_MR19_TXO_M 0x0000C000 // Transmit Amplitude Selection.
- #define PHY_MR19_TXO_00DB 0x00000000 // Gain set for 0.0dB of insertion
- // loss
- #define PHY_MR19_TXO_04DB 0x00004000 // Gain set for 0.4dB of insertion
- // loss
- #define PHY_MR19_TXO_08DB 0x00008000 // Gain set for 0.8dB of insertion
- // loss
- #define PHY_MR19_TXO_12DB 0x0000C000 // Gain set for 1.2dB of insertion
- // loss
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR23 register.
- //
- //*****************************************************************************
- #define PHY_MR23_LED1_M 0x000000F0 // LED1 Source.
- #define PHY_MR23_LED1_LINK 0x00000000 // Link OK
- #define PHY_MR23_LED1_RXTX 0x00000010 // RX or TX Activity (Default LED1)
- #define PHY_MR23_LED1_100 0x00000050 // 100BASE-TX mode
- #define PHY_MR23_LED1_10 0x00000060 // 10BASE-T mode
- #define PHY_MR23_LED1_DUPLEX 0x00000070 // Full-Duplex
- #define PHY_MR23_LED1_LINKACT 0x00000080 // Link OK & Blink=RX or TX
- // Activity
- #define PHY_MR23_LED0_M 0x0000000F // LED0 Source.
- #define PHY_MR23_LED0_LINK 0x00000000 // Link OK (Default LED0)
- #define PHY_MR23_LED0_RXTX 0x00000001 // RX or TX Activity
- #define PHY_MR23_LED0_100 0x00000005 // 100BASE-TX mode
- #define PHY_MR23_LED0_10 0x00000006 // 10BASE-T mode
- #define PHY_MR23_LED0_DUPLEX 0x00000007 // Full-Duplex
- #define PHY_MR23_LED0_LINKACT 0x00000008 // Link OK & Blink=RX or TX
- // Activity
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR24 register.
- //
- //*****************************************************************************
- #define PHY_MR24_PD_MODE 0x00000080 // Parallel Detection Mode.
- #define PHY_MR24_AUTO_SW 0x00000040 // Auto-Switching Enable.
- #define PHY_MR24_MDIX 0x00000020 // Auto-Switching Configuration.
- #define PHY_MR24_MDIX_CM 0x00000010 // Auto-Switching Complete.
- #define PHY_MR24_MDIX_SD_M 0x0000000F // Auto-Switching Seed.
- #define PHY_MR24_MDIX_SD_S 0
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR27 register.
- //
- //*****************************************************************************
- #define PHY_MR27_XPOL 0x00000010 // Polarity State of 10 BASE-T.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR29 register.
- //
- //*****************************************************************************
- #define PHY_MR29_EONIS 0x00000080 // ENERGYON Interrupt.
- #define PHY_MR29_ANCOMPIS 0x00000040 // Auto-Negotiation Complete
- // Interrupt.
- #define PHY_MR29_RFLTIS 0x00000020 // Remote Fault Interrupt.
- #define PHY_MR29_LDIS 0x00000010 // Link Down Interrupt.
- #define PHY_MR29_LPACKIS 0x00000008 // Auto-Negotiation LP Acknowledge.
- #define PHY_MR29_PDFIS 0x00000004 // Parallel Detection Fault.
- #define PHY_MR29_PRXIS 0x00000002 // Auto Negotiation Page Received.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR30 register.
- //
- //*****************************************************************************
- #define PHY_MR30_EONIM 0x00000080 // ENERGYON Interrupt Enabled.
- #define PHY_MR30_ANCOMPIM 0x00000040 // Auto-Negotiation Complete
- // Interrupt Enabled.
- #define PHY_MR30_RFLTIM 0x00000020 // Remote Fault Interrupt Enabled.
- #define PHY_MR30_LDIM 0x00000010 // Link Down Interrupt Enabled.
- #define PHY_MR30_LPACKIM 0x00000008 // Auto-Negotiation LP Acknowledge
- // Enabled.
- #define PHY_MR30_PDFIM 0x00000004 // Parallel Detection Fault
- // Enabled.
- #define PHY_MR30_PRXIM 0x00000002 // Auto Negotiation Page Received
- // Enabled.
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the PHY_MR31 register.
- //
- //*****************************************************************************
- #define PHY_MR31_BPRMG 0x00008000 // Bypass Remove Glitch.
- #define PHY_MR31_AUTODONE 0x00001000 // Auto Negotiation Done.
- #define PHY_MR31_EN4B5B 0x00000040 // Enable 4B5B Encoding/Decoding.
- #define PHY_MR31_SPEED_M 0x0000001C // HCD Speed Value.
- #define PHY_MR31_SCRDIS 0x00000001 // Scramble Disable.
- #define PHY_MR31_SPEED_S 2
- //*****************************************************************************
- //
- // The following are defines for the bit fields in the MAC_O_LED register.
- //
- //*****************************************************************************
- #define MAC_LED_LED1_M 0x000000F0 // LED1 Source.
- #define MAC_LED_LED1_LINK 0x00000000 // Link OK
- #define MAC_LED_LED1_RXTX 0x00000010 // RX or TX Activity (Default LED1)
- #define MAC_LED_LED1_100 0x00000050 // 100BASE-TX mode
- #define MAC_LED_LED1_10 0x00000060 // 10BASE-T mode
- #define MAC_LED_LED1_DUPLEX 0x00000070 // Full-Duplex
- #define MAC_LED_LED1_LINKACT 0x00000080 // Link OK & Blink=RX or TX
- // Activity
- #define MAC_LED_LED0_M 0x0000000F // LED0 Source.
- #define MAC_LED_LED0_LINK 0x00000000 // Link OK (Default LED0)
- #define MAC_LED_LED0_RXTX 0x00000001 // RX or TX Activity
- #define MAC_LED_LED0_100 0x00000005 // 100BASE-TX mode
- #define MAC_LED_LED0_10 0x00000006 // 10BASE-T mode
- #define MAC_LED_LED0_DUPLEX 0x00000007 // Full-Duplex
- #define MAC_LED_LED0_LINKACT 0x00000008 // Link OK & Blink=RX or TX
- // Activity
- //*****************************************************************************
- //
- // The following definitions are deprecated.
- //
- //*****************************************************************************
- #ifndef DEPRECATED
- //*****************************************************************************
- //
- // The following are deprecated defines for the MAC register offsets in the
- // Ethernet Controller.
- //
- //*****************************************************************************
- #define MAC_O_IS 0x00000000 // Interrupt Status Register
- #define MAC_O_MADD 0x00000028 // Management Address Register
- //*****************************************************************************
- //
- // The following are deprecated defines for the reset values of the MAC
- // registers.
- //
- //*****************************************************************************
- #define MAC_RV_MDV 0x00000080
- #define MAC_RV_IM 0x0000007F
- #define MAC_RV_THR 0x0000003F
- #define MAC_RV_RCTL 0x00000008
- #define MAC_RV_IA0 0x00000000
- #define MAC_RV_TCTL 0x00000000
- #define MAC_RV_DATA 0x00000000
- #define MAC_RV_MRXD 0x00000000
- #define MAC_RV_TR 0x00000000
- #define MAC_RV_IS 0x00000000
- #define MAC_RV_NP 0x00000000
- #define MAC_RV_MCTL 0x00000000
- #define MAC_RV_MTXD 0x00000000
- #define MAC_RV_IA1 0x00000000
- #define MAC_RV_IACK 0x00000000
- #define MAC_RV_MADD 0x00000000
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_IS
- // register.
- //
- //*****************************************************************************
- #define MAC_IS_PHYINT 0x00000040 // PHY Interrupt
- #define MAC_IS_MDINT 0x00000020 // MDI Transaction Complete
- #define MAC_IS_RXER 0x00000010 // RX Error
- #define MAC_IS_FOV 0x00000008 // RX FIFO Overrun
- #define MAC_IS_TXEMP 0x00000004 // TX FIFO Empy
- #define MAC_IS_TXER 0x00000002 // TX Error
- #define MAC_IS_RXINT 0x00000001 // RX Packet Available
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_IA0
- // register.
- //
- //*****************************************************************************
- #define MAC_IA0_MACOCT4 0xFF000000 // 4th Octet of MAC address
- #define MAC_IA0_MACOCT3 0x00FF0000 // 3rd Octet of MAC address
- #define MAC_IA0_MACOCT2 0x0000FF00 // 2nd Octet of MAC address
- #define MAC_IA0_MACOCT1 0x000000FF // 1st Octet of MAC address
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_IA1
- // register.
- //
- //*****************************************************************************
- #define MAC_IA1_MACOCT6 0x0000FF00 // 6th Octet of MAC address
- #define MAC_IA1_MACOCT5 0x000000FF // 5th Octet of MAC address
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_TXTH
- // register.
- //
- //*****************************************************************************
- #define MAC_THR_THRESH 0x0000003F // Transmit Threshold Value
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_MCTL
- // register.
- //
- //*****************************************************************************
- #define MAC_MCTL_REGADR 0x000000F8 // Address for Next MII Transaction
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_MDV
- // register.
- //
- //*****************************************************************************
- #define MAC_MDV_DIV 0x000000FF // Clock Divider for MDC for TX
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_MTXD
- // register.
- //
- //*****************************************************************************
- #define MAC_MTXD_MDTX 0x0000FFFF // Data for Next MII Transaction
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_MRXD
- // register.
- //
- //*****************************************************************************
- #define MAC_MRXD_MDRX 0x0000FFFF // Data Read from Last MII Trans.
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the MAC_NP
- // register.
- //
- //*****************************************************************************
- #define MAC_NP_NPR 0x0000003F // Number of RX Frames in FIFO
- //*****************************************************************************
- //
- // The following are deprecated defines for the bit fields in the PHY_MR23
- // register.
- //
- //*****************************************************************************
- #define PHY_MR23_LED1_TX 0x00000020 // TX Activity
- #define PHY_MR23_LED1_RX 0x00000030 // RX Activity
- #define PHY_MR23_LED1_COL 0x00000040 // Collision
- #define PHY_MR23_LED0_TX 0x00000002 // TX Activity
- #define PHY_MR23_LED0_RX 0x00000003 // RX Activity
- #define PHY_MR23_LED0_COL 0x00000004 // Collision
- #endif
- #endif // __HW_ETHERNET_H__
|