diff --git a/arch/arm/src/sama5/chip/sama5d4x_emac.h b/arch/arm/src/sama5/chip/sama5d4x_emac.h index 711447ab68..950af85359 100644 --- a/arch/arm/src/sama5/chip/sama5d4x_emac.h +++ b/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 */