"Das U-Boot" Source Tree
at master 775 lines 29 kB view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (C) 2005-2006 Atmel Corporation 4 */ 5#ifndef __DRIVERS_MACB_H__ 6#define __DRIVERS_MACB_H__ 7 8#define MACB_GREGS_NBR 16 9#define MACB_GREGS_VERSION 2 10#define MACB_MAX_QUEUES 8 11 12/* MACB register offsets */ 13#define MACB_NCR 0x0000 /* Network Control */ 14#define MACB_NCFGR 0x0004 /* Network Config */ 15#define MACB_NSR 0x0008 /* Network Status */ 16#define MACB_TAR 0x000c /* AT91RM9200 only */ 17#define MACB_TCR 0x0010 /* AT91RM9200 only */ 18#define MACB_TSR 0x0014 /* Transmit Status */ 19#define MACB_RBQP 0x0018 /* RX Q Base Address */ 20#define MACB_TBQP 0x001c /* TX Q Base Address */ 21#define MACB_RSR 0x0020 /* Receive Status */ 22#define MACB_ISR 0x0024 /* Interrupt Status */ 23#define MACB_IER 0x0028 /* Interrupt Enable */ 24#define MACB_IDR 0x002c /* Interrupt Disable */ 25#define MACB_IMR 0x0030 /* Interrupt Mask */ 26#define MACB_MAN 0x0034 /* PHY Maintenance */ 27#define MACB_PTR 0x0038 28#define MACB_PFR 0x003c 29#define MACB_FTO 0x0040 30#define MACB_SCF 0x0044 31#define MACB_MCF 0x0048 32#define MACB_FRO 0x004c 33#define MACB_FCSE 0x0050 34#define MACB_ALE 0x0054 35#define MACB_DTF 0x0058 36#define MACB_LCOL 0x005c 37#define MACB_EXCOL 0x0060 38#define MACB_TUND 0x0064 39#define MACB_CSE 0x0068 40#define MACB_RRE 0x006c 41#define MACB_ROVR 0x0070 42#define MACB_RSE 0x0074 43#define MACB_ELE 0x0078 44#define MACB_RJA 0x007c 45#define MACB_USF 0x0080 46#define MACB_STE 0x0084 47#define MACB_RLE 0x0088 48#define MACB_TPF 0x008c 49#define MACB_HRB 0x0090 50#define MACB_HRT 0x0094 51#define MACB_SA1B 0x0098 52#define MACB_SA1T 0x009c 53#define MACB_SA2B 0x00a0 54#define MACB_SA2T 0x00a4 55#define MACB_SA3B 0x00a8 56#define MACB_SA3T 0x00ac 57#define MACB_SA4B 0x00b0 58#define MACB_SA4T 0x00b4 59#define MACB_TID 0x00b8 60#define MACB_TPQ 0x00bc 61#define MACB_USRIO 0x00c0 62#define MACB_WOL 0x00c4 63#define MACB_MID 0x00fc 64#define MACB_TBQPH 0x04C8 65#define MACB_RBQPH 0x04D4 66 67/* GEM register offsets. */ 68#define GEM_NCFGR 0x0004 /* Network Config */ 69#define GEM_USRIO 0x000c /* User IO */ 70#define GEM_DMACFG 0x0010 /* DMA Configuration */ 71#define GEM_JML 0x0048 /* Jumbo Max Length */ 72#define GEM_HRB 0x0080 /* Hash Bottom */ 73#define GEM_HRT 0x0084 /* Hash Top */ 74#define GEM_SA1B 0x0088 /* Specific1 Bottom */ 75#define GEM_SA1T 0x008C /* Specific1 Top */ 76#define GEM_SA2B 0x0090 /* Specific2 Bottom */ 77#define GEM_SA2T 0x0094 /* Specific2 Top */ 78#define GEM_SA3B 0x0098 /* Specific3 Bottom */ 79#define GEM_SA3T 0x009C /* Specific3 Top */ 80#define GEM_SA4B 0x00A0 /* Specific4 Bottom */ 81#define GEM_SA4T 0x00A4 /* Specific4 Top */ 82#define GEM_EFTSH 0x00e8 /* PTP Event Frame Transmitted Seconds Register 47:32 */ 83#define GEM_EFRSH 0x00ec /* PTP Event Frame Received Seconds Register 47:32 */ 84#define GEM_PEFTSH 0x00f0 /* PTP Peer Event Frame Transmitted Seconds Register 47:32 */ 85#define GEM_PEFRSH 0x00f4 /* PTP Peer Event Frame Received Seconds Register 47:32 */ 86#define GEM_OTX 0x0100 /* Octets transmitted */ 87#define GEM_OCTTXL 0x0100 /* Octets transmitted [31:0] */ 88#define GEM_OCTTXH 0x0104 /* Octets transmitted [47:32] */ 89#define GEM_TXCNT 0x0108 /* Frames Transmitted counter */ 90#define GEM_TXBCCNT 0x010c /* Broadcast Frames counter */ 91#define GEM_TXMCCNT 0x0110 /* Multicast Frames counter */ 92#define GEM_TXPAUSECNT 0x0114 /* Pause Frames Transmitted Counter */ 93#define GEM_TX64CNT 0x0118 /* 64 byte Frames TX counter */ 94#define GEM_TX65CNT 0x011c /* 65-127 byte Frames TX counter */ 95#define GEM_TX128CNT 0x0120 /* 128-255 byte Frames TX counter */ 96#define GEM_TX256CNT 0x0124 /* 256-511 byte Frames TX counter */ 97#define GEM_TX512CNT 0x0128 /* 512-1023 byte Frames TX counter */ 98#define GEM_TX1024CNT 0x012c /* 1024-1518 byte Frames TX counter */ 99#define GEM_TX1519CNT 0x0130 /* 1519+ byte Frames TX counter */ 100#define GEM_TXURUNCNT 0x0134 /* TX under run error counter */ 101#define GEM_SNGLCOLLCNT 0x0138 /* Single Collision Frame Counter */ 102#define GEM_MULTICOLLCNT 0x013c /* Multiple Collision Frame Counter */ 103#define GEM_EXCESSCOLLCNT 0x0140 /* Excessive Collision Frame Counter */ 104#define GEM_LATECOLLCNT 0x0144 /* Late Collision Frame Counter */ 105#define GEM_TXDEFERCNT 0x0148 /* Deferred Transmission Frame Counter */ 106#define GEM_TXCSENSECNT 0x014c /* Carrier Sense Error Counter */ 107#define GEM_ORX 0x0150 /* Octets received */ 108#define GEM_OCTRXL 0x0150 /* Octets received [31:0] */ 109#define GEM_OCTRXH 0x0154 /* Octets received [47:32] */ 110#define GEM_RXCNT 0x0158 /* Frames Received Counter */ 111#define GEM_RXBROADCNT 0x015c /* Broadcast Frames Received Counter */ 112#define GEM_RXMULTICNT 0x0160 /* Multicast Frames Received Counter */ 113#define GEM_RXPAUSECNT 0x0164 /* Pause Frames Received Counter */ 114#define GEM_RX64CNT 0x0168 /* 64 byte Frames RX Counter */ 115#define GEM_RX65CNT 0x016c /* 65-127 byte Frames RX Counter */ 116#define GEM_RX128CNT 0x0170 /* 128-255 byte Frames RX Counter */ 117#define GEM_RX256CNT 0x0174 /* 256-511 byte Frames RX Counter */ 118#define GEM_RX512CNT 0x0178 /* 512-1023 byte Frames RX Counter */ 119#define GEM_RX1024CNT 0x017c /* 1024-1518 byte Frames RX Counter */ 120#define GEM_RX1519CNT 0x0180 /* 1519+ byte Frames RX Counter */ 121#define GEM_RXUNDRCNT 0x0184 /* Undersize Frames Received Counter */ 122#define GEM_RXOVRCNT 0x0188 /* Oversize Frames Received Counter */ 123#define GEM_RXJABCNT 0x018c /* Jabbers Received Counter */ 124#define GEM_RXFCSCNT 0x0190 /* Frame Check Sequence Error Counter */ 125#define GEM_RXLENGTHCNT 0x0194 /* Length Field Error Counter */ 126#define GEM_RXSYMBCNT 0x0198 /* Symbol Error Counter */ 127#define GEM_RXALIGNCNT 0x019c /* Alignment Error Counter */ 128#define GEM_RXRESERRCNT 0x01a0 /* Receive Resource Error Counter */ 129#define GEM_RXORCNT 0x01a4 /* Receive Overrun Counter */ 130#define GEM_RXIPCCNT 0x01a8 /* IP header Checksum Error Counter */ 131#define GEM_RXTCPCCNT 0x01ac /* TCP Checksum Error Counter */ 132#define GEM_RXUDPCCNT 0x01b0 /* UDP Checksum Error Counter */ 133#define GEM_TISUBN 0x01bc /* 1588 Timer Increment Sub-ns */ 134#define GEM_TSH 0x01c0 /* 1588 Timer Seconds High */ 135#define GEM_TSL 0x01d0 /* 1588 Timer Seconds Low */ 136#define GEM_TN 0x01d4 /* 1588 Timer Nanoseconds */ 137#define GEM_TA 0x01d8 /* 1588 Timer Adjust */ 138#define GEM_TI 0x01dc /* 1588 Timer Increment */ 139#define GEM_EFTSL 0x01e0 /* PTP Event Frame Tx Seconds Low */ 140#define GEM_EFTN 0x01e4 /* PTP Event Frame Tx Nanoseconds */ 141#define GEM_EFRSL 0x01e8 /* PTP Event Frame Rx Seconds Low */ 142#define GEM_EFRN 0x01ec /* PTP Event Frame Rx Nanoseconds */ 143#define GEM_PEFTSL 0x01f0 /* PTP Peer Event Frame Tx Secs Low */ 144#define GEM_PEFTN 0x01f4 /* PTP Peer Event Frame Tx Ns */ 145#define GEM_PEFRSL 0x01f8 /* PTP Peer Event Frame Rx Sec Low */ 146#define GEM_PEFRN 0x01fc /* PTP Peer Event Frame Rx Ns */ 147#define GEM_DCFG1 0x0280 /* Design Config 1 */ 148#define GEM_DCFG2 0x0284 /* Design Config 2 */ 149#define GEM_DCFG3 0x0288 /* Design Config 3 */ 150#define GEM_DCFG4 0x028c /* Design Config 4 */ 151#define GEM_DCFG5 0x0290 /* Design Config 5 */ 152#define GEM_DCFG6 0x0294 /* Design Config 6 */ 153#define GEM_DCFG7 0x0298 /* Design Config 7 */ 154#define GEM_DCFG8 0x029C /* Design Config 8 */ 155#define GEM_DCFG10 0x02A4 /* Design Config 10 */ 156 157#define GEM_TXBDCTRL 0x04cc /* TX Buffer Descriptor control register */ 158#define GEM_RXBDCTRL 0x04d0 /* RX Buffer Descriptor control register */ 159 160/* Screener Type 2 match registers */ 161#define GEM_SCRT2 0x540 162 163/* EtherType registers */ 164#define GEM_ETHT 0x06E0 165 166/* Type 2 compare registers */ 167#define GEM_T2CMPW0 0x0700 168#define GEM_T2CMPW1 0x0704 169#define T2CMP_OFST(t2idx) (t2idx * 2) 170 171/* type 2 compare registers 172 * each location requires 3 compare regs 173 */ 174#define GEM_IP4SRC_CMP(idx) (idx * 3) 175#define GEM_IP4DST_CMP(idx) (idx * 3 + 1) 176#define GEM_PORT_CMP(idx) (idx * 3 + 2) 177 178/* Which screening type 2 EtherType register will be used (0 - 7) */ 179#define SCRT2_ETHT 0 180 181#define GEM_ISR(hw_q) (0x0400 + ((hw_q) << 2)) 182#define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) 183#define GEM_TBQPH(hw_q) (0x04C8) 184#define GEM_RBQP(hw_q) (0x0480 + ((hw_q) << 2)) 185#define GEM_RBQS(hw_q) (0x04A0 + ((hw_q) << 2)) 186#define GEM_RBQPH(hw_q) (0x04D4) 187#define GEM_IER(hw_q) (0x0600 + ((hw_q) << 2)) 188#define GEM_IDR(hw_q) (0x0620 + ((hw_q) << 2)) 189#define GEM_IMR(hw_q) (0x0640 + ((hw_q) << 2)) 190 191/* Bitfields in NCR */ 192#define MACB_LB_OFFSET 0 /* reserved */ 193#define MACB_LB_SIZE 1 194#define MACB_LLB_OFFSET 1 /* Loop back local */ 195#define MACB_LLB_SIZE 1 196#define MACB_RE_OFFSET 2 /* Receive enable */ 197#define MACB_RE_SIZE 1 198#define MACB_TE_OFFSET 3 /* Transmit enable */ 199#define MACB_TE_SIZE 1 200#define MACB_MPE_OFFSET 4 /* Management port enable */ 201#define MACB_MPE_SIZE 1 202#define MACB_CLRSTAT_OFFSET 5 /* Clear stats regs */ 203#define MACB_CLRSTAT_SIZE 1 204#define MACB_INCSTAT_OFFSET 6 /* Incremental stats regs */ 205#define MACB_INCSTAT_SIZE 1 206#define MACB_WESTAT_OFFSET 7 /* Write enable stats regs */ 207#define MACB_WESTAT_SIZE 1 208#define MACB_BP_OFFSET 8 /* Back pressure */ 209#define MACB_BP_SIZE 1 210#define MACB_TSTART_OFFSET 9 /* Start transmission */ 211#define MACB_TSTART_SIZE 1 212#define MACB_THALT_OFFSET 10 /* Transmit halt */ 213#define MACB_THALT_SIZE 1 214#define MACB_NCR_TPF_OFFSET 11 /* Transmit pause frame */ 215#define MACB_NCR_TPF_SIZE 1 216#define MACB_TZQ_OFFSET 12 /* Transmit zero quantum pause frame */ 217#define MACB_TZQ_SIZE 1 218#define MACB_SRTSM_OFFSET 15 219#define MACB_OSSMODE_OFFSET 24 /* Enable One Step Synchro Mode */ 220#define MACB_OSSMODE_SIZE 1 221 222/* Bitfields in NCFGR */ 223#define MACB_SPD_OFFSET 0 /* Speed */ 224#define MACB_SPD_SIZE 1 225#define MACB_FD_OFFSET 1 /* Full duplex */ 226#define MACB_FD_SIZE 1 227#define MACB_BIT_RATE_OFFSET 2 /* Discard non-VLAN frames */ 228#define MACB_BIT_RATE_SIZE 1 229#define MACB_JFRAME_OFFSET 3 /* reserved */ 230#define MACB_JFRAME_SIZE 1 231#define MACB_CAF_OFFSET 4 /* Copy all frames */ 232#define MACB_CAF_SIZE 1 233#define MACB_NBC_OFFSET 5 /* No broadcast */ 234#define MACB_NBC_SIZE 1 235#define MACB_NCFGR_MTI_OFFSET 6 /* Multicast hash enable */ 236#define MACB_NCFGR_MTI_SIZE 1 237#define MACB_UNI_OFFSET 7 /* Unicast hash enable */ 238#define MACB_UNI_SIZE 1 239#define MACB_BIG_OFFSET 8 /* Receive 1536 byte frames */ 240#define MACB_BIG_SIZE 1 241#define MACB_EAE_OFFSET 9 /* External address match enable */ 242#define MACB_EAE_SIZE 1 243#define MACB_CLK_OFFSET 10 244#define MACB_CLK_SIZE 2 245#define MACB_RTY_OFFSET 12 /* Retry test */ 246#define MACB_RTY_SIZE 1 247#define MACB_PAE_OFFSET 13 /* Pause enable */ 248#define MACB_PAE_SIZE 1 249#define MACB_RM9200_RMII_OFFSET 13 /* AT91RM9200 only */ 250#define MACB_RM9200_RMII_SIZE 1 /* AT91RM9200 only */ 251#define MACB_RBOF_OFFSET 14 /* Receive buffer offset */ 252#define MACB_RBOF_SIZE 2 253#define MACB_RLCE_OFFSET 16 /* Length field error frame discard */ 254#define MACB_RLCE_SIZE 1 255#define MACB_DRFCS_OFFSET 17 /* FCS remove */ 256#define MACB_DRFCS_SIZE 1 257#define MACB_EFRHD_OFFSET 18 258#define MACB_EFRHD_SIZE 1 259#define MACB_IRXFCS_OFFSET 19 260#define MACB_IRXFCS_SIZE 1 261 262/* GEM specific NCFGR bitfields. */ 263#define GEM_GBE_OFFSET 10 /* Gigabit mode enable */ 264#define GEM_GBE_SIZE 1 265#define GEM_PCSSEL_OFFSET 11 266#define GEM_PCSSEL_SIZE 1 267#define GEM_CLK_OFFSET 18 /* MDC clock division */ 268#define GEM_CLK_SIZE 3 269#define GEM_DBW_OFFSET 21 /* Data bus width */ 270#define GEM_DBW_SIZE 2 271#define GEM_RXCOEN_OFFSET 24 272#define GEM_RXCOEN_SIZE 1 273#define GEM_SGMIIEN_OFFSET 27 274#define GEM_SGMIIEN_SIZE 1 275 276/* Constants for data bus width. */ 277#define GEM_DBW32 0 /* 32 bit AMBA AHB data bus width */ 278#define GEM_DBW64 1 /* 64 bit AMBA AHB data bus width */ 279#define GEM_DBW128 2 /* 128 bit AMBA AHB data bus width */ 280 281/* Bitfields in DMACFG. */ 282#define GEM_FBLDO_OFFSET 0 /* fixed burst length for DMA */ 283#define GEM_FBLDO_SIZE 5 284#define GEM_ENDIA_DESC_OFFSET 6 /* endian swap mode for management descriptor access */ 285#define GEM_ENDIA_DESC_SIZE 1 286#define GEM_ENDIA_PKT_OFFSET 7 /* endian swap mode for packet data access */ 287#define GEM_ENDIA_PKT_SIZE 1 288#define GEM_RXBMS_OFFSET 8 /* RX packet buffer memory size select */ 289#define GEM_RXBMS_SIZE 2 290#define GEM_TXPBMS_OFFSET 10 /* TX packet buffer memory size select */ 291#define GEM_TXPBMS_SIZE 1 292#define GEM_TXCOEN_OFFSET 11 /* TX IP/TCP/UDP checksum gen offload */ 293#define GEM_TXCOEN_SIZE 1 294#define GEM_RXBS_OFFSET 16 /* DMA receive buffer size */ 295#define GEM_RXBS_SIZE 8 296#define GEM_DDRP_OFFSET 24 /* disc_when_no_ahb */ 297#define GEM_DDRP_SIZE 1 298#define GEM_RXEXT_OFFSET 28 /* RX extended Buffer Descriptor mode */ 299#define GEM_RXEXT_SIZE 1 300#define GEM_TXEXT_OFFSET 29 /* TX extended Buffer Descriptor mode */ 301#define GEM_TXEXT_SIZE 1 302#define GEM_ADDR64_OFFSET 30 /* Address bus width - 64b or 32b */ 303#define GEM_ADDR64_SIZE 1 304 305/* Bitfields in NSR */ 306#define MACB_NSR_LINK_OFFSET 0 /* pcs_link_state */ 307#define MACB_NSR_LINK_SIZE 1 308#define MACB_MDIO_OFFSET 1 /* status of the mdio_in pin */ 309#define MACB_MDIO_SIZE 1 310#define MACB_IDLE_OFFSET 2 /* The PHY management logic is idle */ 311#define MACB_IDLE_SIZE 1 312 313/* Bitfields in TSR */ 314#define MACB_UBR_OFFSET 0 /* Used bit read */ 315#define MACB_UBR_SIZE 1 316#define MACB_COL_OFFSET 1 /* Collision occurred */ 317#define MACB_COL_SIZE 1 318#define MACB_TSR_RLE_OFFSET 2 /* Retry limit exceeded */ 319#define MACB_TSR_RLE_SIZE 1 320#define MACB_TGO_OFFSET 3 /* Transmit go */ 321#define MACB_TGO_SIZE 1 322#define MACB_BEX_OFFSET 4 /* TX frame corruption due to AHB error */ 323#define MACB_BEX_SIZE 1 324#define MACB_RM9200_BNQ_OFFSET 4 /* AT91RM9200 only */ 325#define MACB_RM9200_BNQ_SIZE 1 /* AT91RM9200 only */ 326#define MACB_COMP_OFFSET 5 /* Trnasmit complete */ 327#define MACB_COMP_SIZE 1 328#define MACB_UND_OFFSET 6 /* Trnasmit under run */ 329#define MACB_UND_SIZE 1 330 331/* Bitfields in RSR */ 332#define MACB_BNA_OFFSET 0 /* Buffer not available */ 333#define MACB_BNA_SIZE 1 334#define MACB_REC_OFFSET 1 /* Frame received */ 335#define MACB_REC_SIZE 1 336#define MACB_OVR_OFFSET 2 /* Receive overrun */ 337#define MACB_OVR_SIZE 1 338 339/* Bitfields in ISR/IER/IDR/IMR */ 340#define MACB_MFD_OFFSET 0 /* Management frame sent */ 341#define MACB_MFD_SIZE 1 342#define MACB_RCOMP_OFFSET 1 /* Receive complete */ 343#define MACB_RCOMP_SIZE 1 344#define MACB_RXUBR_OFFSET 2 /* RX used bit read */ 345#define MACB_RXUBR_SIZE 1 346#define MACB_TXUBR_OFFSET 3 /* TX used bit read */ 347#define MACB_TXUBR_SIZE 1 348#define MACB_ISR_TUND_OFFSET 4 /* Enable TX buffer under run interrupt */ 349#define MACB_ISR_TUND_SIZE 1 350#define MACB_ISR_RLE_OFFSET 5 /* EN retry exceeded/late coll interrupt */ 351#define MACB_ISR_RLE_SIZE 1 352#define MACB_TXERR_OFFSET 6 /* EN TX frame corrupt from error interrupt */ 353#define MACB_TXERR_SIZE 1 354#define MACB_TCOMP_OFFSET 7 /* Enable transmit complete interrupt */ 355#define MACB_TCOMP_SIZE 1 356#define MACB_ISR_LINK_OFFSET 9 /* Enable link change interrupt */ 357#define MACB_ISR_LINK_SIZE 1 358#define MACB_ISR_ROVR_OFFSET 10 /* Enable receive overrun interrupt */ 359#define MACB_ISR_ROVR_SIZE 1 360#define MACB_HRESP_OFFSET 11 /* Enable hrsep not OK interrupt */ 361#define MACB_HRESP_SIZE 1 362#define MACB_PFR_OFFSET 12 /* Enable pause frame w/ quantum interrupt */ 363#define MACB_PFR_SIZE 1 364#define MACB_PTZ_OFFSET 13 /* Enable pause time zero interrupt */ 365#define MACB_PTZ_SIZE 1 366#define MACB_WOL_OFFSET 14 /* Enable wake-on-lan interrupt */ 367#define MACB_WOL_SIZE 1 368#define MACB_DRQFR_OFFSET 18 /* PTP Delay Request Frame Received */ 369#define MACB_DRQFR_SIZE 1 370#define MACB_SFR_OFFSET 19 /* PTP Sync Frame Received */ 371#define MACB_SFR_SIZE 1 372#define MACB_DRQFT_OFFSET 20 /* PTP Delay Request Frame Transmitted */ 373#define MACB_DRQFT_SIZE 1 374#define MACB_SFT_OFFSET 21 /* PTP Sync Frame Transmitted */ 375#define MACB_SFT_SIZE 1 376#define MACB_PDRQFR_OFFSET 22 /* PDelay Request Frame Received */ 377#define MACB_PDRQFR_SIZE 1 378#define MACB_PDRSFR_OFFSET 23 /* PDelay Response Frame Received */ 379#define MACB_PDRSFR_SIZE 1 380#define MACB_PDRQFT_OFFSET 24 /* PDelay Request Frame Transmitted */ 381#define MACB_PDRQFT_SIZE 1 382#define MACB_PDRSFT_OFFSET 25 /* PDelay Response Frame Transmitted */ 383#define MACB_PDRSFT_SIZE 1 384#define MACB_SRI_OFFSET 26 /* TSU Seconds Register Increment */ 385#define MACB_SRI_SIZE 1 386 387/* Timer increment fields */ 388#define MACB_TI_CNS_OFFSET 0 389#define MACB_TI_CNS_SIZE 8 390#define MACB_TI_ACNS_OFFSET 8 391#define MACB_TI_ACNS_SIZE 8 392#define MACB_TI_NIT_OFFSET 16 393#define MACB_TI_NIT_SIZE 8 394 395/* Bitfields in MAN */ 396#define MACB_DATA_OFFSET 0 /* data */ 397#define MACB_DATA_SIZE 16 398#define MACB_CODE_OFFSET 16 /* Must be written to 10 */ 399#define MACB_CODE_SIZE 2 400#define MACB_REGA_OFFSET 18 /* Register address */ 401#define MACB_REGA_SIZE 5 402#define MACB_PHYA_OFFSET 23 /* PHY address */ 403#define MACB_PHYA_SIZE 5 404#define MACB_RW_OFFSET 28 /* Operation. 10 is read. 01 is write. */ 405#define MACB_RW_SIZE 2 406#define MACB_SOF_OFFSET 30 /* Must be written to 1 for Clause 22 */ 407#define MACB_SOF_SIZE 2 408 409/* Bitfields in USRIO (AVR32) */ 410#define MACB_MII_OFFSET 0 411#define MACB_MII_SIZE 1 412#define MACB_EAM_OFFSET 1 413#define MACB_EAM_SIZE 1 414#define MACB_TX_PAUSE_OFFSET 2 415#define MACB_TX_PAUSE_SIZE 1 416#define MACB_TX_PAUSE_ZERO_OFFSET 3 417#define MACB_TX_PAUSE_ZERO_SIZE 1 418 419/* Bitfields in USRIO (AT91) */ 420#define MACB_RMII_OFFSET 0 421#define MACB_RMII_SIZE 1 422#define GEM_RGMII_OFFSET 0 /* GEM gigabit mode */ 423#define GEM_RGMII_SIZE 1 424#define MACB_CLKEN_OFFSET 1 425#define MACB_CLKEN_SIZE 1 426 427/* Bitfields in WOL */ 428#define MACB_IP_OFFSET 0 429#define MACB_IP_SIZE 16 430#define MACB_MAG_OFFSET 16 431#define MACB_MAG_SIZE 1 432#define MACB_ARP_OFFSET 17 433#define MACB_ARP_SIZE 1 434#define MACB_SA1_OFFSET 18 435#define MACB_SA1_SIZE 1 436#define MACB_WOL_MTI_OFFSET 19 437#define MACB_WOL_MTI_SIZE 1 438 439/* Bitfields in MID */ 440#define MACB_IDNUM_OFFSET 16 441#define MACB_IDNUM_SIZE 12 442#define MACB_REV_OFFSET 0 443#define MACB_REV_SIZE 16 444 445/* Bitfields in DCFG1. */ 446#define GEM_IRQCOR_OFFSET 23 447#define GEM_IRQCOR_SIZE 1 448#define GEM_DBWDEF_OFFSET 25 449#define GEM_DBWDEF_SIZE 3 450 451/* Bitfields in DCFG2. */ 452#define GEM_RX_PKT_BUFF_OFFSET 20 453#define GEM_RX_PKT_BUFF_SIZE 1 454#define GEM_TX_PKT_BUFF_OFFSET 21 455#define GEM_TX_PKT_BUFF_SIZE 1 456 457/* Bitfields in DCFG5. */ 458#define GEM_TSU_OFFSET 8 459#define GEM_TSU_SIZE 1 460 461/* Bitfields in DCFG6. */ 462#define GEM_PBUF_LSO_OFFSET 27 463#define GEM_PBUF_LSO_SIZE 1 464#define GEM_DAW64_OFFSET 23 465#define GEM_DAW64_SIZE 1 466 467/* Bitfields in DCFG8. */ 468#define GEM_T1SCR_OFFSET 24 469#define GEM_T1SCR_SIZE 8 470#define GEM_T2SCR_OFFSET 16 471#define GEM_T2SCR_SIZE 8 472#define GEM_SCR2ETH_OFFSET 8 473#define GEM_SCR2ETH_SIZE 8 474#define GEM_SCR2CMP_OFFSET 0 475#define GEM_SCR2CMP_SIZE 8 476 477/* Bitfields in DCFG10 */ 478#define GEM_TXBD_RDBUFF_OFFSET 12 479#define GEM_TXBD_RDBUFF_SIZE 4 480#define GEM_RXBD_RDBUFF_OFFSET 8 481#define GEM_RXBD_RDBUFF_SIZE 4 482 483/* Bitfields in TISUBN */ 484#define GEM_SUBNSINCR_OFFSET 0 485#define GEM_SUBNSINCR_SIZE 16 486 487/* Bitfields in TI */ 488#define GEM_NSINCR_OFFSET 0 489#define GEM_NSINCR_SIZE 8 490 491/* Bitfields in TSH */ 492#define GEM_TSH_OFFSET 0 /* TSU timer value (s). MSB [47:32] of seconds timer count */ 493#define GEM_TSH_SIZE 16 494 495/* Bitfields in TSL */ 496#define GEM_TSL_OFFSET 0 /* TSU timer value (s). LSB [31:0] of seconds timer count */ 497#define GEM_TSL_SIZE 32 498 499/* Bitfields in TN */ 500#define GEM_TN_OFFSET 0 /* TSU timer value (ns) */ 501#define GEM_TN_SIZE 30 502 503/* Bitfields in TXBDCTRL */ 504#define GEM_TXTSMODE_OFFSET 4 /* TX Descriptor Timestamp Insertion mode */ 505#define GEM_TXTSMODE_SIZE 2 506 507/* Bitfields in RXBDCTRL */ 508#define GEM_RXTSMODE_OFFSET 4 /* RX Descriptor Timestamp Insertion mode */ 509#define GEM_RXTSMODE_SIZE 2 510 511/* Bitfields in SCRT2 */ 512#define GEM_QUEUE_OFFSET 0 /* Queue Number */ 513#define GEM_QUEUE_SIZE 4 514#define GEM_VLANPR_OFFSET 4 /* VLAN Priority */ 515#define GEM_VLANPR_SIZE 3 516#define GEM_VLANEN_OFFSET 8 /* VLAN Enable */ 517#define GEM_VLANEN_SIZE 1 518#define GEM_ETHT2IDX_OFFSET 9 /* Index to screener type 2 EtherType register */ 519#define GEM_ETHT2IDX_SIZE 3 520#define GEM_ETHTEN_OFFSET 12 /* EtherType Enable */ 521#define GEM_ETHTEN_SIZE 1 522#define GEM_CMPA_OFFSET 13 /* Compare A - Index to screener type 2 Compare register */ 523#define GEM_CMPA_SIZE 5 524#define GEM_CMPAEN_OFFSET 18 /* Compare A Enable */ 525#define GEM_CMPAEN_SIZE 1 526#define GEM_CMPB_OFFSET 19 /* Compare B - Index to screener type 2 Compare register */ 527#define GEM_CMPB_SIZE 5 528#define GEM_CMPBEN_OFFSET 24 /* Compare B Enable */ 529#define GEM_CMPBEN_SIZE 1 530#define GEM_CMPC_OFFSET 25 /* Compare C - Index to screener type 2 Compare register */ 531#define GEM_CMPC_SIZE 5 532#define GEM_CMPCEN_OFFSET 30 /* Compare C Enable */ 533#define GEM_CMPCEN_SIZE 1 534 535/* Bitfields in ETHT */ 536#define GEM_ETHTCMP_OFFSET 0 /* EtherType compare value */ 537#define GEM_ETHTCMP_SIZE 16 538 539/* Bitfields in T2CMPW0 */ 540#define GEM_T2CMP_OFFSET 16 /* 0xFFFF0000 compare value */ 541#define GEM_T2CMP_SIZE 16 542#define GEM_T2MASK_OFFSET 0 /* 0x0000FFFF compare value or mask */ 543#define GEM_T2MASK_SIZE 16 544 545/* Bitfields in T2CMPW1 */ 546#define GEM_T2DISMSK_OFFSET 9 /* disable mask */ 547#define GEM_T2DISMSK_SIZE 1 548#define GEM_T2CMPOFST_OFFSET 7 /* compare offset */ 549#define GEM_T2CMPOFST_SIZE 2 550#define GEM_T2OFST_OFFSET 0 /* offset value */ 551#define GEM_T2OFST_SIZE 7 552 553/* Offset for screener type 2 compare values (T2CMPOFST). 554 * Note the offset is applied after the specified point, 555 * e.g. GEM_T2COMPOFST_ETYPE denotes the EtherType field, so an offset 556 * of 12 bytes from this would be the source IP address in an IP header 557 */ 558#define GEM_T2COMPOFST_SOF 0 559#define GEM_T2COMPOFST_ETYPE 1 560#define GEM_T2COMPOFST_IPHDR 2 561#define GEM_T2COMPOFST_TCPUDP 3 562 563/* offset from EtherType to IP address */ 564#define ETYPE_SRCIP_OFFSET 12 565#define ETYPE_DSTIP_OFFSET 16 566 567/* offset from IP header to port */ 568#define IPHDR_SRCPORT_OFFSET 0 569#define IPHDR_DSTPORT_OFFSET 2 570 571/* Transmit DMA buffer descriptor Word 1 */ 572#define GEM_DMA_TXVALID_OFFSET 23 /* timestamp has been captured in the Buffer Descriptor */ 573#define GEM_DMA_TXVALID_SIZE 1 574 575/* Receive DMA buffer descriptor Word 0 */ 576#define GEM_DMA_RXVALID_OFFSET 2 /* indicates a valid timestamp in the Buffer Descriptor */ 577#define GEM_DMA_RXVALID_SIZE 1 578 579/* DMA buffer descriptor Word 2 (32 bit addressing) or Word 4 (64 bit addressing) */ 580#define GEM_DMA_SECL_OFFSET 30 /* Timestamp seconds[1:0] */ 581#define GEM_DMA_SECL_SIZE 2 582#define GEM_DMA_NSEC_OFFSET 0 /* Timestamp nanosecs [29:0] */ 583#define GEM_DMA_NSEC_SIZE 30 584 585/* DMA buffer descriptor Word 3 (32 bit addressing) or Word 5 (64 bit addressing) */ 586 587/* New hardware supports 12 bit precision of timestamp in DMA buffer descriptor. 588 * Old hardware supports only 6 bit precision but it is enough for PTP. 589 * Less accuracy is used always instead of checking hardware version. 590 */ 591#define GEM_DMA_SECH_OFFSET 0 /* Timestamp seconds[5:2] */ 592#define GEM_DMA_SECH_SIZE 4 593#define GEM_DMA_SEC_WIDTH (GEM_DMA_SECH_SIZE + GEM_DMA_SECL_SIZE) 594#define GEM_DMA_SEC_TOP (1 << GEM_DMA_SEC_WIDTH) 595#define GEM_DMA_SEC_MASK (GEM_DMA_SEC_TOP - 1) 596 597/* Bitfields in ADJ */ 598#define GEM_ADDSUB_OFFSET 31 599#define GEM_ADDSUB_SIZE 1 600/* Constants for CLK */ 601#define MACB_CLK_DIV8 0 602#define MACB_CLK_DIV16 1 603#define MACB_CLK_DIV32 2 604#define MACB_CLK_DIV64 3 605 606/* GEM specific constants for CLK */ 607#define GEM_CLK_DIV8 0 608#define GEM_CLK_DIV16 1 609#define GEM_CLK_DIV32 2 610#define GEM_CLK_DIV48 3 611#define GEM_CLK_DIV64 4 612#define GEM_CLK_DIV96 5 613#define GEM_CLK_DIV128 6 614#define GEM_CLK_DIV224 7 615 616/* Constants for MAN register */ 617#define MACB_MAN_SOF 1 618#define MACB_MAN_WRITE 1 619#define MACB_MAN_READ 2 620#define MACB_MAN_CODE 2 621 622/* Capability mask bits */ 623#define MACB_CAPS_ISR_CLEAR_ON_WRITE 0x00000001 624#define MACB_CAPS_USRIO_HAS_CLKEN 0x00000002 625#define MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII 0x00000004 626#define MACB_CAPS_NO_GIGABIT_HALF 0x00000008 627#define MACB_CAPS_USRIO_DISABLED 0x00000010 628#define MACB_CAPS_JUMBO 0x00000020 629#define MACB_CAPS_GEM_HAS_PTP 0x00000040 630#define MACB_CAPS_BD_RD_PREFETCH 0x00000080 631#define MACB_CAPS_NEEDS_RSTONUBR 0x00000100 632#define MACB_CAPS_FIFO_MODE 0x10000000 633#define MACB_CAPS_GIGABIT_MODE_AVAILABLE 0x20000000 634#define MACB_CAPS_SG_DISABLED 0x40000000 635#define MACB_CAPS_MACB_IS_GEM 0x80000000 636 637/* LSO settings */ 638#define MACB_LSO_UFO_ENABLE 0x01 639#define MACB_LSO_TSO_ENABLE 0x02 640 641/* Bit manipulation macros */ 642#define MACB_BIT(name) \ 643 (1 << MACB_##name##_OFFSET) 644#define MACB_BF(name,value) \ 645 (((value) & ((1 << MACB_##name##_SIZE) - 1)) \ 646 << MACB_##name##_OFFSET) 647#define MACB_BFEXT(name,value)\ 648 (((value) >> MACB_##name##_OFFSET) \ 649 & ((1 << MACB_##name##_SIZE) - 1)) 650#define MACB_BFINS(name,value,old) \ 651 (((old) & ~(((1 << MACB_##name##_SIZE) - 1) \ 652 << MACB_##name##_OFFSET)) \ 653 | MACB_BF(name,value)) 654 655#define GEM_BIT(name) \ 656 (1 << GEM_##name##_OFFSET) 657#define GEM_BF(name, value) \ 658 (((value) & ((1 << GEM_##name##_SIZE) - 1)) \ 659 << GEM_##name##_OFFSET) 660#define GEM_BFEXT(name, value)\ 661 (((value) >> GEM_##name##_OFFSET) \ 662 & ((1 << GEM_##name##_SIZE) - 1)) 663#define GEM_BFINS(name, value, old) \ 664 (((old) & ~(((1 << GEM_##name##_SIZE) - 1) \ 665 << GEM_##name##_OFFSET)) \ 666 | GEM_BF(name, value)) 667 668/* Register access macros */ 669#define macb_readl(port, reg) \ 670 readl((port)->regs + MACB_##reg) 671#define macb_writel(port, reg, value) \ 672 writel((value), (port)->regs + MACB_##reg) 673#define gem_readl(port, reg) \ 674 readl((port)->regs + GEM_##reg) 675#define gem_writel(port, reg, value) \ 676 writel((value), (port)->regs + GEM_##reg) 677 678/* DMA descriptor bitfields */ 679#define MACB_RX_USED_OFFSET 0 680#define MACB_RX_USED_SIZE 1 681#define MACB_RX_WRAP_OFFSET 1 682#define MACB_RX_WRAP_SIZE 1 683#define MACB_RX_WADDR_OFFSET 2 684#define MACB_RX_WADDR_SIZE 30 685 686#define MACB_RX_FRMLEN_OFFSET 0 687#define MACB_RX_FRMLEN_SIZE 12 688#define MACB_RX_OFFSET_OFFSET 12 689#define MACB_RX_OFFSET_SIZE 2 690#define MACB_RX_SOF_OFFSET 14 691#define MACB_RX_SOF_SIZE 1 692#define MACB_RX_EOF_OFFSET 15 693#define MACB_RX_EOF_SIZE 1 694#define MACB_RX_CFI_OFFSET 16 695#define MACB_RX_CFI_SIZE 1 696#define MACB_RX_VLAN_PRI_OFFSET 17 697#define MACB_RX_VLAN_PRI_SIZE 3 698#define MACB_RX_PRI_TAG_OFFSET 20 699#define MACB_RX_PRI_TAG_SIZE 1 700#define MACB_RX_VLAN_TAG_OFFSET 21 701#define MACB_RX_VLAN_TAG_SIZE 1 702#define MACB_RX_TYPEID_MATCH_OFFSET 22 703#define MACB_RX_TYPEID_MATCH_SIZE 1 704#define MACB_RX_SA4_MATCH_OFFSET 23 705#define MACB_RX_SA4_MATCH_SIZE 1 706#define MACB_RX_SA3_MATCH_OFFSET 24 707#define MACB_RX_SA3_MATCH_SIZE 1 708#define MACB_RX_SA2_MATCH_OFFSET 25 709#define MACB_RX_SA2_MATCH_SIZE 1 710#define MACB_RX_SA1_MATCH_OFFSET 26 711#define MACB_RX_SA1_MATCH_SIZE 1 712#define MACB_RX_EXT_MATCH_OFFSET 28 713#define MACB_RX_EXT_MATCH_SIZE 1 714#define MACB_RX_UHASH_MATCH_OFFSET 29 715#define MACB_RX_UHASH_MATCH_SIZE 1 716#define MACB_RX_MHASH_MATCH_OFFSET 30 717#define MACB_RX_MHASH_MATCH_SIZE 1 718#define MACB_RX_BROADCAST_OFFSET 31 719#define MACB_RX_BROADCAST_SIZE 1 720 721#define MACB_RX_FRMLEN_MASK 0xFFF 722#define MACB_RX_JFRMLEN_MASK 0x3FFF 723 724/* RX checksum offload disabled: bit 24 clear in NCFGR */ 725#define GEM_RX_TYPEID_MATCH_OFFSET 22 726#define GEM_RX_TYPEID_MATCH_SIZE 2 727 728/* RX checksum offload enabled: bit 24 set in NCFGR */ 729#define GEM_RX_CSUM_OFFSET 22 730#define GEM_RX_CSUM_SIZE 2 731 732#define MACB_TX_FRMLEN_OFFSET 0 733#define MACB_TX_FRMLEN_SIZE 11 734#define MACB_TX_LAST_OFFSET 15 735#define MACB_TX_LAST_SIZE 1 736#define MACB_TX_NOCRC_OFFSET 16 737#define MACB_TX_NOCRC_SIZE 1 738#define MACB_MSS_MFS_OFFSET 16 739#define MACB_MSS_MFS_SIZE 14 740#define MACB_TX_LSO_OFFSET 17 741#define MACB_TX_LSO_SIZE 2 742#define MACB_TX_TCP_SEQ_SRC_OFFSET 19 743#define MACB_TX_TCP_SEQ_SRC_SIZE 1 744#define MACB_TX_BUF_EXHAUSTED_OFFSET 27 745#define MACB_TX_BUF_EXHAUSTED_SIZE 1 746#define MACB_TX_UNDERRUN_OFFSET 28 747#define MACB_TX_UNDERRUN_SIZE 1 748#define MACB_TX_ERROR_OFFSET 29 749#define MACB_TX_ERROR_SIZE 1 750#define MACB_TX_WRAP_OFFSET 30 751#define MACB_TX_WRAP_SIZE 1 752#define MACB_TX_USED_OFFSET 31 753#define MACB_TX_USED_SIZE 1 754 755#define GEM_TX_FRMLEN_OFFSET 0 756#define GEM_TX_FRMLEN_SIZE 14 757 758/* Buffer descriptor constants */ 759#define GEM_RX_CSUM_NONE 0 760#define GEM_RX_CSUM_IP_ONLY 1 761#define GEM_RX_CSUM_IP_TCP 2 762#define GEM_RX_CSUM_IP_UDP 3 763 764/* limit RX checksum offload to TCP and UDP packets */ 765#define GEM_RX_CSUM_CHECKED_MASK 2 766#define gem_writel_queue_TBQP(port, value, queue_num) \ 767 writel((value), (port)->regs + GEM_TBQP(queue_num)) 768#define gem_writel_queue_TBQPH(port, value, queue_num) \ 769 writel((value), (port)->regs + GEM_TBQPH(queue_num)) 770#define gem_writel_queue_RBQP(port, value, queue_num) \ 771 writel((value), (port)->regs + GEM_RBQP(queue_num)) 772#define gem_writel_queue_RBQPH(port, value, queue_num) \ 773 writel((value), (port)->regs + GEM_RBQPH(queue_num)) 774 775#endif /* __DRIVERS_MACB_H__ */