taglinefilesource code
WD_NIC73net/drv/we8003/dp8390.h#define CR  (WD_BASE+WD_NIC+0)  /* RW - Command      */
WD_NIC74net/drv/we8003/dp8390.h#define CLDA0   (WD_BASE+WD_NIC+1)  /* R - CurrentLocalDMA Addr 0  */
WD_NIC75net/drv/we8003/dp8390.h#define PSTART  (WD_BASE+WD_NIC+1)  /* W - Page Start Register  */
WD_NIC76net/drv/we8003/dp8390.h#define CLDA1  (WD_BASE+WD_NIC+2)  /* R - Current Local DMA Addr 1  */
WD_NIC77net/drv/we8003/dp8390.h#define PSTOP  (WD_BASE+WD_NIC+2)  /* W - Page Stop Register  */
WD_NIC78net/drv/we8003/dp8390.h#define BNRY  (WD_BASE+WD_NIC+3)  /* RW - Boundry Pointer    */
WD_NIC79net/drv/we8003/dp8390.h#define TSR  (WD_BASE+WD_NIC+4)  /* R - Transmit Status Register  */
WD_NIC80net/drv/we8003/dp8390.h#define TPSR  (WD_BASE+WD_NIC+4)  /* W - Transmit Page Start  */
WD_NIC81net/drv/we8003/dp8390.h#define NCR  (WD_BASE+WD_NIC+5)  /* R - Number of Collisions  */
WD_NIC82net/drv/we8003/dp8390.h#define TBCR0  (WD_BASE+WD_NIC+5)  /* W - Transmit Byte Count 0  */
WD_NIC83net/drv/we8003/dp8390.h#define FIFO  (WD_BASE+WD_NIC+6)  /* R - FIFO      */
WD_NIC84net/drv/we8003/dp8390.h#define TBCR1  (WD_BASE+WD_NIC+6)  /* W - Transmit Byte Count 1  */
WD_NIC85net/drv/we8003/dp8390.h#define ISR  (WD_BASE+WD_NIC+7)  /* RW - Interrupt Status Reg  */
WD_NIC86net/drv/we8003/dp8390.h#define CRDA0  (WD_BASE+WD_NIC+8)  /* R - Current Remote DMA Add 0  */
WD_NIC87net/drv/we8003/dp8390.h#define RSAR0  (WD_BASE+WD_NIC+8)  /* W - Remote Start Address 0  */
WD_NIC88net/drv/we8003/dp8390.h#define CRDA1  (WD_BASE+WD_NIC+9)  /* R - CurrentRemote DMA Addr 1  */
WD_NIC90net/drv/we8003/dp8390.h#define RBCR0  (WD_BASE+WD_NIC+0x0a)  /* W - Remote Byte Count 0  */
WD_NIC92net/drv/we8003/dp8390.h#define RBCR1  (WD_BASE+WD_NIC+0x0b)  /* W - Remote Byte Count 1  */
WD_NIC93net/drv/we8003/dp8390.h#define RSR  (WD_BASE+WD_NIC+0x0c)  /* R - Receive Status Register  */
WD_NIC94net/drv/we8003/dp8390.h#define RCR  (WD_BASE+WD_NIC+0x0c)  /* W - Receive Configuration  */
WD_NIC95net/drv/we8003/dp8390.h#define CNTR0  (WD_BASE+WD_NIC+0x0d)  /* R - Frame Alignment Errors 0  */
WD_NIC96net/drv/we8003/dp8390.h#define TCR  (WD_BASE+WD_NIC+0x0d)  /* W - Transmit Configuration  */
WD_NIC97net/drv/we8003/dp8390.h#define CNTR1  (WD_BASE+WD_NIC+0x0e)  /* R - Frame Alignment Errors 1  */ 
WD_NIC98net/drv/we8003/dp8390.h#define DCR  (WD_BASE+WD_NIC+0x0e)  /* W - Data Configuration  */
WD_NIC99net/drv/we8003/dp8390.h#define CNTR2  (WD_BASE+WD_NIC+0x0f)  /* R - Missed Packet Errors  */
WD_NIC100net/drv/we8003/dp8390.h#define IMR  (WD_BASE+WD_NIC+0x0f)  /* W - Interrupt Mask Register  */
WD_NIC104net/drv/we8003/dp8390.h#define PAR0  (WD_BASE+WD_NIC+0x01)  /* RW - Physical Address 0  */
WD_NIC105net/drv/we8003/dp8390.h#define PAR1  (WD_BASE+WD_NIC+0x02)  /* RW - Physical Address 1  */
WD_NIC106net/drv/we8003/dp8390.h#define PAR2  (WD_BASE+WD_NIC+0x03)  /* RW - Physical Address 2  */
WD_NIC107net/drv/we8003/dp8390.h#define PAR3  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 3  */
WD_NIC108net/drv/we8003/dp8390.h#define PAR4  (WD_BASE+WD_NIC+0x04)  /* RW - Physical Address 4  */
WD_NIC109net/drv/we8003/dp8390.h#define PAR5  (WD_BASE+WD_NIC+0x05)  /* RW - Physical Address 5  */
WD_NIC110net/drv/we8003/dp8390.h#define PAR6  (WD_BASE+WD_NIC+0x06)  /* RW - Physical Address 6  */
WD_NIC111net/drv/we8003/dp8390.h#define CURR  (WD_BASE+WD_NIC+0x07)  /* RW - Current Page    */
WD_NIC112net/drv/we8003/dp8390.h#define MAR0  (WD_BASE+WD_NIC+0x08)  /* RW - Multicast Address 0  */
WD_NIC113net/drv/we8003/dp8390.h#define MAR1  (WD_BASE+WD_NIC+0x09)  /* RW - Multicast Address 1  */
WD_NIC114net/drv/we8003/dp8390.h#define MAR2  (WD_BASE+WD_NIC+0x0a)  /* RW - Multicast Address 2  */
WD_NIC115net/drv/we8003/dp8390.h#define MAR3  (WD_BASE+WD_NIC+0x0b)  /* RW - Multicast Address 3  */
WD_NIC116net/drv/we8003/dp8390.h#define MAR4  (WD_BASE+WD_NIC+0x0c)  /* RW - Multicast Address 4  */
WD_NIC117net/drv/we8003/dp8390.h#define MAR5  (WD_BASE+WD_NIC+0x0d)  /* RW - Multicast Address 5  */
WD_NIC118net/drv/we8003/dp8390.h#define MAR6  (WD_BASE+WD_NIC+0x0e)  /* RW - Multicast Address 6  */
WD_NIC119net/drv/we8003/dp8390.h#define MAR7  (WD_BASE+WD_NIC+0x0f)  /* RW - Multicast Address 7  */