taglinefilesource code
WD_BASE139net/tcp/wereg.h#define WD_ROM (WD_BASE+8)
WD_BASE140net/tcp/wereg.h#define WD_CTL (WD_BASE+0)
WD_BASE143net/tcp/wereg.h#define WD_COMM (WD_BASE+WD_NIC+0x00)     /* command register */
WD_BASE144net/tcp/wereg.h#define WD_PSTRT (WD_BASE+WD_NIC+0x01)    /* page start register */
WD_BASE145net/tcp/wereg.h#define WD_PSTOP (WD_BASE+WD_NIC+0x02)    /* page stop register */
WD_BASE146net/tcp/wereg.h#define WD_BNDR  (WD_BASE+WD_NIC+0x03)    /* Boundary Pointer */
WD_BASE147net/tcp/wereg.h#define WD_TRST (WD_BASE+WD_NIC+0x04)    /* Transmit Status */
WD_BASE148net/tcp/wereg.h#define WD_TRPG (WD_BASE+WD_NIC+0x04)    /* Transmit Page */
WD_BASE149net/tcp/wereg.h#define WD_TB0  (WD_BASE+WD_NIC+0x05)    /* Transmit byte count, low */
WD_BASE150net/tcp/wereg.h#define WD_TB1  (WD_BASE+WD_NIC+0x06)    /* Transmit byte count, high */
WD_BASE151net/tcp/wereg.h#define WD_ISR  (WD_BASE+WD_NIC+0x07)    /* Interrupt status register */
WD_BASE152net/tcp/wereg.h#define WD_RBY0 (WD_BASE+WD_NIC+0x0a)            /* remote byte count low. */
WD_BASE153net/tcp/wereg.h#define WD_RBY1 (WD_BASE+WD_NIC+0x0b)            /* remote byte count high. */
WD_BASE154net/tcp/wereg.h#define WD_RCC  (WD_BASE+WD_NIC+0x0c)    /* receive configuration */
WD_BASE155net/tcp/wereg.h#define WD_TRC  (WD_BASE+WD_NIC+0x0d)    /* transmit configuration */
WD_BASE156net/tcp/wereg.h#define WD_DCR  (WD_BASE+WD_NIC+0x0e)            /* data configuration */
WD_BASE157net/tcp/wereg.h#define WD_IMR  (WD_BASE+WD_NIC+0x0f)            /* Interrupt Mask register. */
WD_BASE158net/tcp/wereg.h#define WD_PAR0 (WD_BASE+WD_NIC+0x01)
WD_BASE159net/tcp/wereg.h#define WD_CUR  (WD_BASE+WD_NIC+0x07)
WD_BASE160net/tcp/wereg.h#define WD_MAR0 (WD_BASE+WD_NIC+0x08)
WD_BASE164net/tcp/wereg.h#define EN_CMD (WD_BASE+0)
WD_BASE165net/tcp/wereg.h#define EN_REG1 (WD_BASE+1)
WD_BASE166net/tcp/wereg.h#define EN_REG5 (WD_BASE+5)
WD_BASE167net/tcp/wereg.h#define EN_SAPROM (WD_BASE+8)
WD_BASE168net/tcp/wereg.h#define EN_REGE (WD_BASE+0x0e)
WD_BASE193net/tcp/wereg.h#define CR  (WD_BASE+WD_NIC+0)  /* RW - Command */
WD_BASE194net/tcp/wereg.h#define CLDA0   (WD_BASE+WD_NIC+1)  /* R - Current Local DMA Address 0 */
WD_BASE195net/tcp/wereg.h#define PSTART  (WD_BASE+WD_NIC+1)  /* W - Page Start Register */
WD_BASE196net/tcp/wereg.h#define CLDA1  (WD_BASE+WD_NIC+2)  /* R - Current Local DMA Address 1 */
WD_BASE197net/tcp/wereg.h#define PSTOP  (WD_BASE+WD_NIC+2)  /* W - Page Stop Register */
WD_BASE198net/tcp/wereg.h#define BNRY  (WD_BASE+WD_NIC+3)  /* RW - Boundry Pointer */
WD_BASE199net/tcp/wereg.h#define TSR  (WD_BASE+WD_NIC+4)  /* R - Transmit Status Register */
WD_BASE200net/tcp/wereg.h#define TPSR  (WD_BASE+WD_NIC+4)  /* W - Transmit Page Start */
WD_BASE201net/tcp/wereg.h#define NCR  (WD_BASE+WD_NIC+5)  /* R - Number of Collisions */
WD_BASE202net/tcp/wereg.h#define TBCR0  (WD_BASE+WD_NIC+5)  /* W - Transmit Byte Count 0 */
WD_BASE203net/tcp/wereg.h#define FIFO  (WD_BASE+WD_NIC+6)  /* R - FIFO */
WD_BASE204net/tcp/wereg.h#define TBCR1  (WD_BASE+WD_NIC+6)  /* W - Transmit Byte Count 1 */
WD_BASE205net/tcp/wereg.h#define ISR  (WD_BASE+WD_NIC+7)  /* RW - Interrupt Status Register */
WD_BASE206net/tcp/wereg.h#define CRDA0  (WD_BASE+WD_NIC+8)  /* R - Current Remote DMA Address 0 */
WD_BASE207net/tcp/wereg.h#define RSAR0  (WD_BASE+WD_NIC+8)  /* W - Remote Start Address 0 */
WD_BASE208net/tcp/wereg.h#define CRDA1  (WD_BASE+WD_NIC+9)  /* R - Current Remote DMA Address 1 */
WD_BASE209net/tcp/wereg.h#define RSAR1  (WD_BASE+WD_NIC+9)  /* W - Remote Start Address 1 */
WD_BASE211net/tcp/wereg.h#define RBCR0  (WD_BASE+WD_NIC+0x0a)  /* W - Remote Byte Count 0 */
WD_BASE213net/tcp/wereg.h#define RBCR1  (WD_BASE+WD_NIC+0x0b)  /* W - Remote Byte Count 1 */
WD_BASE214net/tcp/wereg.h#define RSR  (WD_BASE+WD_NIC+0x0c)  /* R - Receive Status Register */
WD_BASE215net/tcp/wereg.h#define RCR  (WD_BASE+WD_NIC+0x0c)  /* W - Receive Configuration */
WD_BASE216net/tcp/wereg.h#define CNTR0  (WD_BASE+WD_NIC+0x0d)  /* R - Frame Alignment Errors 0 */
WD_BASE217net/tcp/wereg.h#define TCR  (WD_BASE+WD_NIC+0x0d)  /* W - Transmit Configuration */
WD_BASE218net/tcp/wereg.h#define CNTR1  (WD_BASE+WD_NIC+0x0e)  /* R - Frame Alignment Errors 1 */ 
WD_BASE219net/tcp/wereg.h#define DCR  (WD_BASE+WD_NIC+0x0e)  /* W - Data Configuration */
WD_BASE220net/tcp/wereg.h#define CNTR2  (WD_BASE+WD_NIC+0x0f)  /* R - Missed Packet Errors */
WD_BASE221net/tcp/wereg.h#define IMR  (WD_BASE+WD_NIC+0x0f)  /* W - Interrupt Mask Register */
WD_BASE225net/tcp/wereg.h#define PAR0  (WD_BASE+WD_NIC+0x01)  /* RW - Physical Address 0 */
WD_BASE226net/tcp/wereg.h#define PAR1  (WD_BASE+WD_NIC+0x02)  /* RW - Physical Address 1 */
WD_BASE227net/tcp/wereg.h#define PAR2  (WD_BASE+WD_NIC+0x03)  /* RW - Physical Address 2 */
WD_BASE228net/tcp/wereg.h#define PAR3  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 3 */
WD_BASE229net/tcp/wereg.h#define PAR4  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 4 */
WD_BASE230net/tcp/wereg.h#define PAR5  (WD_BASE+WD_NIC+0x05)  /* RW - Physical Address 5 */
WD_BASE231net/tcp/wereg.h#define PAR6  (WD_BASE+WD_NIC+0x06)  /* RW - Physical Address 6 */
WD_BASE232net/tcp/wereg.h#define CURR  (WD_BASE+WD_NIC+0x07)  /* RW - Current Page */
WD_BASE233net/tcp/wereg.h#define MAR0  (WD_BASE+WD_NIC+0x08)  /* RW - Multicast Address 0 */
WD_BASE234net/tcp/wereg.h#define MAR1  (WD_BASE+WD_NIC+0x09)  /* RW - Multicast Address 1 */
WD_BASE235net/tcp/wereg.h#define MAR2  (WD_BASE+WD_NIC+0x0a)  /* RW - Multicast Address 2 */
WD_BASE236net/tcp/wereg.h#define MAR3  (WD_BASE+WD_NIC+0x0b)  /* RW - Multicast Address 3 */
WD_BASE237net/tcp/wereg.h#define MAR4  (WD_BASE+WD_NIC+0x0c)  /* RW - Multicast Address 4 */
WD_BASE238net/tcp/wereg.h#define MAR5  (WD_BASE+WD_NIC+0x0d)  /* RW - Multicast Address 5 */
WD_BASE239net/tcp/wereg.h#define MAR6  (WD_BASE+WD_NIC+0x0e)  /* RW - Multicast Address 6 */
WD_BASE240net/tcp/wereg.h#define MAR7  (WD_BASE+WD_NIC+0x0f)  /* RW - Multicast Address 7 */
WD_BASE327net/tcp/wereg.h#define EN_CMD (WD_BASE+0)
WD_BASE328net/tcp/wereg.h#define EN_REG1 (WD_BASE+1)
WD_BASE329net/tcp/wereg.h#define EN_REG5 (WD_BASE+5)
WD_BASE330net/tcp/wereg.h#define EN_SAPROM (WD_BASE+8)
WD_BASE331net/tcp/wereg.h#define EN_REGE (WD_BASE+0x0e)
WD_BASE356net/tcp/wereg.h#define CR  (WD_BASE+WD_NIC+0)  /* RW - Command */
WD_BASE357net/tcp/wereg.h#define CLDA0   (WD_BASE+WD_NIC+1)  /* R - Current Local DMA Address 0 */
WD_BASE358net/tcp/wereg.h#define PSTART  (WD_BASE+WD_NIC+1)  /* W - Page Start Register */
WD_BASE359net/tcp/wereg.h#define CLDA1  (WD_BASE+WD_NIC+2)  /* R - Current Local DMA Address 1 */
WD_BASE360net/tcp/wereg.h#define PSTOP  (WD_BASE+WD_NIC+2)  /* W - Page Stop Register */
WD_BASE361net/tcp/wereg.h#define BNRY  (WD_BASE+WD_NIC+3)  /* RW - Boundry Pointer */
WD_BASE362net/tcp/wereg.h#define TSR  (WD_BASE+WD_NIC+4)  /* R - Transmit Status Register */
WD_BASE363net/tcp/wereg.h#define TPSR  (WD_BASE+WD_NIC+4)  /* W - Transmit Page Start */
WD_BASE364net/tcp/wereg.h#define NCR  (WD_BASE+WD_NIC+5)  /* R - Number of Collisions */
WD_BASE365net/tcp/wereg.h#define TBCR0  (WD_BASE+WD_NIC+5)  /* W - Transmit Byte Count 0 */
WD_BASE366net/tcp/wereg.h#define FIFO  (WD_BASE+WD_NIC+6)  /* R - FIFO */
WD_BASE367net/tcp/wereg.h#define TBCR1  (WD_BASE+WD_NIC+6)  /* W - Transmit Byte Count 1 */
WD_BASE368net/tcp/wereg.h#define ISR  (WD_BASE+WD_NIC+7)  /* RW - Interrupt Status Register */
WD_BASE369net/tcp/wereg.h#define CRDA0  (WD_BASE+WD_NIC+8)  /* R - Current Remote DMA Address 0 */
WD_BASE370net/tcp/wereg.h#define RSAR0  (WD_BASE+WD_NIC+8)  /* W - Remote Start Address 0 */
WD_BASE371net/tcp/wereg.h#define CRDA1  (WD_BASE+WD_NIC+9)  /* R - Current Remote DMA Address 1 */
WD_BASE372net/tcp/wereg.h#define RSAR1  (WD_BASE+WD_NIC+9)  /* W - Remote Start Address 1 */
WD_BASE374net/tcp/wereg.h#define RBCR0  (WD_BASE+WD_NIC+0x0a)  /* W - Remote Byte Count 0 */
WD_BASE376net/tcp/wereg.h#define RBCR1  (WD_BASE+WD_NIC+0x0b)  /* W - Remote Byte Count 1 */
WD_BASE377net/tcp/wereg.h#define RSR  (WD_BASE+WD_NIC+0x0c)  /* R - Receive Status Register */
WD_BASE378net/tcp/wereg.h#define RCR  (WD_BASE+WD_NIC+0x0c)  /* W - Receive Configuration */
WD_BASE379net/tcp/wereg.h#define CNTR0  (WD_BASE+WD_NIC+0x0d)  /* R - Frame Alignment Errors 0 */
WD_BASE380net/tcp/wereg.h#define TCR  (WD_BASE+WD_NIC+0x0d)  /* W - Transmit Configuration */
WD_BASE381net/tcp/wereg.h#define CNTR1  (WD_BASE+WD_NIC+0x0e)  /* R - Frame Alignment Errors 1 */ 
WD_BASE382net/tcp/wereg.h#define DCR  (WD_BASE+WD_NIC+0x0e)  /* W - Data Configuration */
WD_BASE383net/tcp/wereg.h#define CNTR2  (WD_BASE+WD_NIC+0x0f)  /* R - Missed Packet Errors */
WD_BASE384net/tcp/wereg.h#define IMR  (WD_BASE+WD_NIC+0x0f)  /* W - Interrupt Mask Register */
WD_BASE388net/tcp/wereg.h#define PAR0  (WD_BASE+WD_NIC+0x01)  /* RW - Physical Address 0 */
WD_BASE389net/tcp/wereg.h#define PAR1  (WD_BASE+WD_NIC+0x02)  /* RW - Physical Address 1 */
WD_BASE390net/tcp/wereg.h#define PAR2  (WD_BASE+WD_NIC+0x03)  /* RW - Physical Address 2 */
WD_BASE391net/tcp/wereg.h#define PAR3  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 3 */
WD_BASE392net/tcp/wereg.h#define PAR4  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 4 */
WD_BASE393net/tcp/wereg.h#define PAR5  (WD_BASE+WD_NIC+0x05)  /* RW - Physical Address 5 */
WD_BASE394net/tcp/wereg.h#define PAR6  (WD_BASE+WD_NIC+0x06)  /* RW - Physical Address 6 */
WD_BASE395net/tcp/wereg.h#define CURR  (WD_BASE+WD_NIC+0x07)  /* RW - Current Page */
WD_BASE396net/tcp/wereg.h#define MAR0  (WD_BASE+WD_NIC+0x08)  /* RW - Multicast Address 0 */
WD_BASE397net/tcp/wereg.h#define MAR1  (WD_BASE+WD_NIC+0x09)  /* RW - Multicast Address 1 */
WD_BASE398net/tcp/wereg.h#define MAR2  (WD_BASE+WD_NIC+0x0a)  /* RW - Multicast Address 2 */
WD_BASE399net/tcp/wereg.h#define MAR3  (WD_BASE+WD_NIC+0x0b)  /* RW - Multicast Address 3 */
WD_BASE400net/tcp/wereg.h#define MAR4  (WD_BASE+WD_NIC+0x0c)  /* RW - Multicast Address 4 */
WD_BASE401net/tcp/wereg.h#define MAR5  (WD_BASE+WD_NIC+0x0d)  /* RW - Multicast Address 5 */
WD_BASE402net/tcp/wereg.h#define MAR6  (WD_BASE+WD_NIC+0x0e)  /* RW - Multicast Address 6 */
WD_BASE403net/tcp/wereg.h#define MAR7  (WD_BASE+WD_NIC+0x0f)  /* RW - Multicast Address 7 */