fix multicast hash register definition

This commit is contained in:
Bernd Walter 2008-07-12 23:40:07 +00:00
parent 8bfadfd616
commit fe228e4a7a

View File

@ -63,8 +63,8 @@
#define ETH_SQEE 0x84 /* SQE Test Error Register */
/* 0x88 reserved */
/* 0x8c reserved */
#define ETH_HSH 0x90 /* EMAC Hash Address High [63:32] */
#define ETH_HSL 0x94 /* EMAC Hash Address Low [31:0] */
#define ETH_HSL 0x90 /* EMAC Hash Address Low [31:0] */
#define ETH_HSH 0x94 /* EMAC Hash Address High [63:32] */
#define ETH_SA1L 0x98 /* EMAC Specific Address 1 Low */
#define ETH_SA1H 0x9c /* EMAC Specific Address 1 High */
#define ETH_SA2L 0xa0 /* EMAC Specific Address 2 Low */