summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-09 11:40:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-09 11:40:11 -0600
commita223c5e55fd92ef95e37a8e1d2cbaaa4f6aa9813 (patch)
tree36e1016fef658cd78423217c95bf65a8ffb578f9
parent77e0d74951ea9fd6898b51d68ceb3d48633532cb (diff)
downloadnuttx-a223c5e55fd92ef95e37a8e1d2cbaaa4f6aa9813.tar.gz
nuttx-a223c5e55fd92ef95e37a8e1d2cbaaa4f6aa9813.tar.bz2
nuttx-a223c5e55fd92ef95e37a8e1d2cbaaa4f6aa9813.zip
SAMA5D4: Updated EMAC header file
-rw-r--r--nuttx/arch/arm/src/sama5/chip/sama5d4x_emac.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/sama5/chip/sama5d4x_emac.h b/nuttx/arch/arm/src/sama5/chip/sama5d4x_emac.h
index 711447ab6..950af8535 100644
--- a/nuttx/arch/arm/src/sama5/chip/sama5d4x_emac.h
+++ b/nuttx/arch/arm/src/sama5/chip/sama5d4x_emac.h
@@ -456,10 +456,6 @@
#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 */
#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_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 */
#define EMAC_SVLAN_VLANTYPE_SHIFT (0) /* Bits 0-15: User Defined VLAN_TYPE Field */