SAMA5D4: Updated EMAC header file

This commit is contained in:
Gregory Nutt 2014-06-09 11:40:11 -06:00
parent 082ab99e9e
commit 46e5d8b153
1 changed files with 4 additions and 4 deletions

View File

@ -456,10 +456,6 @@
#define EMAC_TID_MASK (0x0000ffff) /* Bits 0-15: For comparisons with received frames TypeID/Length field */ #define EMAC_TID_MASK (0x0000ffff) /* Bits 0-15: For comparisons with received frames TypeID/Length field */
/* IPG Stretch Register */
#define EMAC_IPGS_FL_MASK (0x0000ffff) /* Bit 0-15: Frame Length */
/* Wake-up on LAN Register */ /* Wake-up on LAN Register */
#define EMAC_WOL_IP_SHIFT (0) /* Bits 0-15: ARP Request IP Address */ #define EMAC_WOL_IP_SHIFT (0) /* Bits 0-15: ARP Request IP Address */
@ -470,6 +466,10 @@
#define EMAC_WOL_SA1 (1 << 18) /* Bit 18: Specific Address Register 1 Event Enable */ #define EMAC_WOL_SA1 (1 << 18) /* Bit 18: Specific Address Register 1 Event Enable */
#define EMAC_WOL_MTI (1 << 19) /* Bit 19: Multicast Hash Event Enable */ #define EMAC_WOL_MTI (1 << 19) /* Bit 19: Multicast Hash Event Enable */
/* IPG Stretch Register */
#define EMAC_IPGS_FL_MASK (0x0000ffff) /* Bit 0-15: Frame Length */
/* Stacked VLAN Register */ /* Stacked VLAN Register */
#define EMAC_SVLAN_VLANTYPE_SHIFT (0) /* Bits 0-15: User Defined VLAN_TYPE Field */ #define EMAC_SVLAN_VLANTYPE_SHIFT (0) /* Bits 0-15: User Defined VLAN_TYPE Field */