X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=dev%2Fns_gige_reg.h;h=c87dfe960d35866303fba9833dc0fad218d95eb9;hb=c9e6a15196a87fd1aa923b9ee0f6ff736ad6d33b;hp=5b0f961c098b895275c8629f745f6d18d0ca2c2b;hpb=48e6ed48e0672b7b5f5fa65d8fec450483a31676;p=gem5.git diff --git a/dev/ns_gige_reg.h b/dev/ns_gige_reg.h index 5b0f961c0..c87dfe960 100644 --- a/dev/ns_gige_reg.h +++ b/dev/ns_gige_reg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -109,6 +109,8 @@ #define BRDR 0x54 #define SRR 0x58 #define MIBC 0x5c +#define MIB_START 0x60 +#define MIB_END 0x88 #define VRCR 0xbc #define VTCR 0xc0 #define VDR 0xc4 @@ -182,6 +184,7 @@ #define PTSCR_RBIST_DONE 0x00000200 #define PTSCR_RBIST_EN 0x00000400 #define PTSCR_RBIST_RST 0x00002000 +#define PTSCR_RBIST_RDONLY 0x000003f9 /* interrupt status register */ #define ISR_RESERVE 0x80000000 @@ -216,6 +219,7 @@ #define ISR_RXERR 0x00000004 #define ISR_RXDESC 0x00000002 #define ISR_RXOK 0x00000001 +#define ISR_ALL 0x7FFFFFFF /* transmit configuration register */ #define TXCFG_CSI 0x80000000 @@ -232,6 +236,7 @@ #define TXCFG_MXDMA32 0x00300000 #define TXCFG_MXDMA16 0x00200000 #define TXCFG_MXDMA8 0x00100000 +#define TXCFG_MXDMA 0x00700000 #define TXCFG_FLTH_MASK 0x0000ff00 #define TXCFG_DRTH_MASK 0x000000ff @@ -253,6 +258,7 @@ #define RXCFG_ALP 0x08000000 #define RXCFG_AIRL 0x04000000 #define RXCFG_MXDMA512 0x00700000 +#define RXCFG_MXDMA 0x00700000 #define RXCFG_DRTH 0x0000003e #define RXCFG_DRTH0 0x00000002 @@ -339,12 +345,6 @@ struct ns_desc { uint32_t extsts; /* extended status field for VLAN and IP info */ }; -/* ASSUME32 in bytes, how big the desc fields are */ -#define LINK_LEN 4 -#define BUFPTR_LEN 4 -#define CMDSTS_LEN 4 -#define EXTSTS_LEN 4 - /* cmdsts flags for descriptors */ #define CMDSTS_OWN 0x80000000 #define CMDSTS_MORE 0x40000000