⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 velocity_mac.h

📁 VIA千兆网卡芯片VT6122的linux驱动源代码
💻 H
📖 第 1 页 / 共 2 页
字号:
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * This software may be redistributed and/or modified under * the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * * File: velocity_mac.h * * Purpose: Header file for MAC registers and macros. * * Author: Chuang Liang-Shing, AJ Jiang, Ryan Fu * * Date: Jan 24, 2003 * */#ifndef __VELOCITY_MAC_H__#define __VELOCITY_MAC_H__#include "osdep.h"/*---------------------  Export Definitions -------------------------*/#define MCAM_SIZE           64#define VCAM_SIZE           64#define MAX_HW_MIB_COUNTER  32#define VELOCITY_MIN_MTU    (1514-14)#define VELOCITY_MAX_MTU    (9000)#define VELOCITY_DMA_ALIGN  64/*   Registers in the MAC*/#define MAC_REG_PAR         0x00 /* physical address */#define MAC_REG_RCR         0x06 #define MAC_REG_TCR         0x07 #define MAC_REG_CR0_SET     0x08 #define MAC_REG_CR1_SET     0x09 #define MAC_REG_CR2_SET     0x0A #define MAC_REG_CR3_SET     0x0B #define MAC_REG_CR0_CLR     0x0C #define MAC_REG_CR1_CLR     0x0D #define MAC_REG_CR2_CLR     0x0E #define MAC_REG_CR3_CLR     0x0F #define MAC_REG_MAR         0x10 #define MAC_REG_CAM         0x10 #define MAC_REG_DEC_BASE_HI 0x18 #define MAC_REG_DBF_BASE_HI 0x1C #define MAC_REG_ISR_CTL     0x20 #define MAC_REG_ISR_HOTMR   0x20 #define MAC_REG_ISR_TSUPTHR 0x20 #define MAC_REG_ISR_RSUPTHR 0x20 #define MAC_REG_ISR_CTL1    0x21 #define MAC_REG_TXE_SR      0x22 #define MAC_REG_RXE_SR      0x23 #define MAC_REG_ISR         0x24 #define MAC_REG_ISR0        0x24 #define MAC_REG_ISR1        0x25 #define MAC_REG_ISR2        0x26 #define MAC_REG_ISR3        0x27 #define MAC_REG_IMR         0x28 #define MAC_REG_IMR0        0x28 #define MAC_REG_IMR1        0x29 #define MAC_REG_IMR2        0x2A #define MAC_REG_IMR3        0x2B #define MAC_REG_TDCSR_SET   0x30 #define MAC_REG_RDCSR_SET   0x32 #define MAC_REG_TDCSR_CLR   0x34 #define MAC_REG_RDCSR_CLR   0x36 #define MAC_REG_RDBASE_LO   0x38 #define MAC_REG_RDINDX      0x3C #define MAC_REG_TQETMR      0x3E /* VT3216 only */#define MAC_REG_RQETMR      0x3F /* VT3216 only */#define MAC_REG_TDBASE_LO   0x40 #define MAC_REG_RDCSIZE     0x50 #define MAC_REG_TDCSIZE     0x52 #define MAC_REG_TDINDX      0x54 #define MAC_REG_TDIDX0      0x54 #define MAC_REG_TDIDX1      0x56 #define MAC_REG_TDIDX2      0x58 #define MAC_REG_TDIDX3      0x5A #define MAC_REG_PAUSE_TIMER 0x5C #define MAC_REG_RBRDU       0x5E #define MAC_REG_FIFO_TEST0  0x60 #define MAC_REG_FIFO_TEST1  0x64 #define MAC_REG_CAMADDR     0x68 #define MAC_REG_CAMCR       0x69 #define MAC_REG_GFTEST      0x6A #define MAC_REG_FTSTCMD     0x6B #define MAC_REG_MIICFG      0x6C #define MAC_REG_MIISR       0x6D #define MAC_REG_PHYSR0      0x6E #define MAC_REG_PHYSR1      0x6F #define MAC_REG_MIICR       0x70 #define MAC_REG_MIIADR      0x71 #define MAC_REG_MIIDATA     0x72 #define MAC_REG_SOFT_TIMER0 0x74 #define MAC_REG_SOFT_TIMER1 0x76 #define MAC_REG_CFGA        0x78 #define MAC_REG_CFGB        0x79 #define MAC_REG_CFGC        0x7A #define MAC_REG_CFGD        0x7B #define MAC_REG_DCFG0       0x7C #define MAC_REG_DCFG1       0x7D #define MAC_REG_MCFG0       0x7E #define MAC_REG_MCFG1       0x7F #define MAC_REG_TBIST       0x80 #define MAC_REG_RBIST       0x81 #define MAC_REG_PMCC        0x82 #define MAC_REG_STICKHW     0x83 #define MAC_REG_MIBCR       0x84 #define MAC_REG_EERSV       0x85 #define MAC_REG_REVID       0x86 #define MAC_REG_MIBREAD     0x88 #define MAC_REG_MIBDATA     0x88#define MAC_REG_BPMA        0x8C #define MAC_REG_EEWR_DATA   0x8C #define MAC_REG_BPMD_WR     0x8F #define MAC_REG_BPCMD       0x90 #define MAC_REG_BPMD_RD     0x91 #define MAC_REG_EECHKSUM    0x92 #define MAC_REG_EECSR       0x93 #define MAC_REG_EERD_DATA   0x94 #define MAC_REG_EADDR       0x96 #define MAC_REG_EMBCMD      0x97 #define MAC_REG_JMPSR0      0x98 #define MAC_REG_JMPSR1      0x99 #define MAC_REG_JMPSR2      0x9A #define MAC_REG_JMPSR3      0x9B #define MAC_REG_CHIPGSR     0x9C #define MAC_REG_TESTCFG     0x9D #define MAC_REG_DEBUG       0x9E #define MAC_REG_CHIPGCR     0x9F #define MAC_REG_WOLCR0_SET  0xA0 #define MAC_REG_WOLCR1_SET  0xA1 #define MAC_REG_PWCFG_SET   0xA2 #define MAC_REG_WOLCFG_SET  0xA3 #define MAC_REG_WOLCR0_CLR  0xA4 #define MAC_REG_WOLCR1_CLR  0xA5 #define MAC_REG_PWCFG_CLR   0xA6 #define MAC_REG_WOLCFG_CLR  0xA7 #define MAC_REG_WOLSR0_SET  0xA8 #define MAC_REG_WOLSR1_SET  0xA9 #define MAC_REG_WOLSR0_CLR  0xAC #define MAC_REG_WOLSR1_CLR  0xAD #define MAC_REG_PATRN_CRC0  0xB0 #define MAC_REG_PATRN_CRC1  0xB2 #define MAC_REG_PATRN_CRC2  0xB4 #define MAC_REG_PATRN_CRC3  0xB6 #define MAC_REG_PATRN_CRC4  0xB8 #define MAC_REG_PATRN_CRC5  0xBA #define MAC_REG_PATRN_CRC6  0xBC #define MAC_REG_PATRN_CRC7  0xBE #define MAC_REG_BYTEMSK0_0  0xC0 #define MAC_REG_BYTEMSK0_1  0xC4 #define MAC_REG_BYTEMSK0_2  0xC8 #define MAC_REG_BYTEMSK0_3  0xCC #define MAC_REG_BYTEMSK1_0  0xD0 #define MAC_REG_BYTEMSK1_1  0xD4 #define MAC_REG_BYTEMSK1_2  0xD8 #define MAC_REG_BYTEMSK1_3  0xDC #define MAC_REG_BYTEMSK2_0  0xE0 #define MAC_REG_BYTEMSK2_1  0xE4 #define MAC_REG_BYTEMSK2_2  0xE8 #define MAC_REG_BYTEMSK2_3  0xEC #define MAC_REG_BYTEMSK3_0  0xF0 #define MAC_REG_BYTEMSK3_1  0xF4 #define MAC_REG_BYTEMSK3_2  0xF8 #define MAC_REG_BYTEMSK3_3  0xFC /*   Bits in the RCR register*/#define RCR_AS              0x80 #define RCR_AP              0x40 #define RCR_AL              0x20 #define RCR_PROM            0x10 #define RCR_AB              0x08 #define RCR_AM              0x04 #define RCR_AR              0x02 #define RCR_SEP             0x01 /*   Bits in the TCR register*/#define TCR_TB2BDIS         0x80 #define TCR_COLTMC1         0x08 #define TCR_COLTMC0         0x04 #define TCR_LB1             0x02 /* loopback[1] */#define TCR_LB0             0x01 /* loopback[0] *//*   Bits in the CR0 register*/#define CR0_TXON            0x00000008UL #define CR0_RXON            0x00000004UL #define CR0_STOP            0x00000002UL /* stop MAC, default = 1 */#define CR0_STRT            0x00000001UL /* start MAC */#define CR0_SFRST           0x00008000UL /* software reset */#define CR0_TM1EN           0x00004000UL #define CR0_TM0EN           0x00002000UL #define CR0_DPOLL           0x00000800UL /* disable rx/tx auto polling */#define CR0_DISAU           0x00000100UL #define CR0_XONEN           0x00800000UL #define CR0_FDXTFCEN        0x00400000UL /* full-duplex TX flow control enable */#define CR0_FDXRFCEN        0x00200000UL /* full-duplex RX flow control enable */#define CR0_HDXFCEN         0x00100000UL /* half-duplex flow control enable */#define CR0_XHITH1          0x00080000UL /* TX XON high threshold 1 */#define CR0_XHITH0          0x00040000UL /* TX XON high threshold 0 */#define CR0_XLTH1           0x00020000UL /* TX pause frame low threshold 1 */#define CR0_XLTH0           0x00010000UL /* TX pause frame low threshold 0 */#define CR0_GSPRST          0x80000000UL #define CR0_FORSRST         0x40000000UL #define CR0_FPHYRST         0x20000000UL #define CR0_DIAG            0x10000000UL #define CR0_INTPCTL         0x04000000UL #define CR0_GINTMSK1        0x02000000UL #define CR0_GINTMSK0        0x01000000UL /*   Bits in the CR1 register*/#define CR1_SFRST           0x80 /* software reset */#define CR1_TM1EN           0x40 #define CR1_TM0EN           0x20 #define CR1_DPOLL           0x08 /* disable rx/tx auto polling */#define CR1_DISAU           0x01 /*   Bits in the CR2 register*/#define CR2_XONEN           0x80 #define CR2_FDXTFCEN        0x40 /* full-duplex TX flow control enable */#define CR2_FDXRFCEN        0x20 /* full-duplex RX flow control enable */#define CR2_HDXFCEN         0x10 /* half-duplex flow control enable */#define CR2_XHITH1          0x08 /* TX XON high threshold 1 */#define CR2_XHITH0          0x04 /* TX XON high threshold 0 */#define CR2_XLTH1           0x02 /* TX pause frame low threshold 1 */#define CR2_XLTH0           0x01 /* TX pause frame low threshold 0 *//*   Bits in the CR3 register*/#define CR3_GSPRST          0x80 #define CR3_FORSRST         0x40 #define CR3_FPHYRST         0x20 #define CR3_DIAG            0x10 #define CR3_INTPCTL         0x04 #define CR3_GINTMSK1        0x02 #define CR3_GINTMSK0        0x01 #define ISRCTL_UDPINT       0x8000 #define ISRCTL_TSUPDIS      0x4000 #define ISRCTL_RSUPDIS      0x2000 #define ISRCTL_PMSK1        0x1000 #define ISRCTL_PMSK0        0x0800 #define ISRCTL_INTPD        0x0400 #define ISRCTL_HCRLD        0x0200 #define ISRCTL_SCRLD        0x0100 /*   Bits in the ISR_CTL1 register*/#define ISRCTL1_UDPINT      0x80 #define ISRCTL1_TSUPDIS     0x40 #define ISRCTL1_RSUPDIS     0x20 #define ISRCTL1_PMSK1       0x10 #define ISRCTL1_PMSK0       0x08 #define ISRCTL1_INTPD       0x04 #define ISRCTL1_HCRLD       0x02 #define ISRCTL1_SCRLD       0x01 /*   Bits in the TXE_SR register*/#define TXESR_TFDBS         0x08 #define TXESR_TDWBS         0x04 #define TXESR_TDRBS         0x02 #define TXESR_TDSTR         0x01 /*   Bits in the RXE_SR register*/#define RXESR_RFDBS         0x08 #define RXESR_RDWBS         0x04 #define RXESR_RDRBS         0x02 #define RXESR_RDSTR         0x01 /*   Bits in the ISR register*/#define ISR_ISR3            0x80000000UL #define ISR_ISR2            0x40000000UL #define ISR_ISR1            0x20000000UL #define ISR_ISR0            0x10000000UL #define ISR_TXSTLI          0x02000000UL #define ISR_RXSTLI          0x01000000UL #define ISR_HFLD            0x00800000UL #define ISR_UDPI            0x00400000UL #define ISR_MIBFI           0x00200000UL #define ISR_SHDNI           0x00100000UL #define ISR_PHYI            0x00080000UL #define ISR_PWEI            0x00040000UL #define ISR_TMR1I           0x00020000UL #define ISR_TMR0I           0x00010000UL #define ISR_SRCI            0x00008000UL #define ISR_LSTPEI          0x00004000UL #define ISR_LSTEI           0x00002000UL #define ISR_OVFI            0x00001000UL #define ISR_FLONI           0x00000800UL #define ISR_RACEI           0x00000400UL #define ISR_TXWB1I          0x00000200UL #define ISR_TXWB0I          0x00000100UL #define ISR_PTX3I           0x00000080UL #define ISR_PTX2I           0x00000040UL #define ISR_PTX1I           0x00000020UL #define ISR_PTX0I           0x00000010UL #define ISR_PTXI            0x00000008UL #define ISR_PRXI            0x00000004UL #define ISR_PPTXI           0x00000002UL #define ISR_PPRXI           0x00000001UL #define INT_MASK_DEF        0x037BFFFFUL/*   Bits in the TDCSR0/1, RDCSR0 register*/#define TRDCSR_DEAD         0x0008 #define TRDCSR_WAK          0x0004 #define TRDCSR_ACT          0x0002 #define TRDCSR_RUN          0x0001 /*   Bits in the CAMADDR register*/#define CAMADDR_CAMEN       0x80#define CAMADDR_VCAMSL      0x40/*   Bits in the CAMCR register*/#define CAMCR_PS1           0x80#define CAMCR_PS0           0x40#define CAMCR_AITRPKT       0x20#define CAMCR_AITR16        0x10#define CAMCR_CAMRD         0x08#define CAMCR_CAMWR         0x04#define CAMCR_PS_CAM_MASK   0x40#define CAMCR_PS_CAM_DATA   0x80#define CAMCR_PS_MAR        0x00/*   Bits in the MIICFG register*/#define MIICFG_MPO1         0x80 #define MIICFG_MPO0         0x40 #define MIICFG_MFDC         0x20 /*   Bits in the MIISR register*/#define MIISR_MIDLE         0x80 /*   Bits in the PHYSR0 register

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -