EMAC Address Map

The address block GMAC contains up to 736 Registers : MAC_Configuration to MAC_Address127_Low
Module Instance Base Address End Address
i_emac_emac0 0xFF800000 0xFF80105B
i_emac_emac1 0xFF802000 0xFF80305B
i_emac_emac2 0xFF804000 0xFF80505B
Register Offset Width Access Reset Value Description
gmacgrp_mac_configuration 0x0 32 RW 0x00000000
<b> Register 0 (MAC Configuration Register)  </b>

The MAC Configuration register establishes receive and transmit operating modes.
gmacgrp_mac_frame_filter 0x4 32 RW 0x00000000
<b> Register 1 (MAC Frame Filter) </b>

The MAC Frame Filter register contains the filter controls for receiving frames. Some of the controls from this register go to the address check block of the MAC, which performs the first level of address filtering. The second level of filtering is performed on the incoming frame, based on other controls such as Pass Bad Frames and Pass Control Frames.
gmacgrp_gmii_address 0x10 32 RW 0x00000000
<b> Register 4 (GMII Address Register) </b> 

The GMII Address register controls the management cycles to the external PHY through the management interface.

Note: This register is present for all PHY interface when you select the Station Management (MDIO) feature in coreConsultant.
gmacgrp_gmii_data 0x14 32 RW 0x00000000
<b> Register 5 (GMII Data Register) </b>

The GMII Data register stores Write data to be written to the PHY register located at the address specified in Register 4 (GMII Address Register). This register also stores the Read data from the PHY register located at the address specified by Register 4.

Note: This register is present for all PHY interface when you select the Station Management (MDIO) feature in coreConsultant.
gmacgrp_flow_control 0x18 32 RW 0x00000000
<b> Register 6 (Flow Control Register) </b>  

The Flow Control register controls the generation and reception of the Control (Pause Command) frames by the MAC's Flow control module. A Write to a register with the Busy bit set to '1' triggers the Flow Control block to generate a Pause Control frame. The fields of the control frame are selected as specified in the 802.3x specification, and the Pause Time value from this register is used in the Pause Time field of the control frame. The Busy bit remains set until the control frame is transferred onto the cable. The Host must make sure that the Busy bit is cleared before writing to the register.
gmacgrp_vlan_tag 0x1C 32 RW 0x00000000
<b> Register 7 (VLAN Tag Register) </b>  

The VLAN Tag register contains the IEEE 802.1Q VLAN Tag to identify the VLAN frames. The MAC compares the 13th and 14th bytes of the receiving frame (Length/Type) with 16'h8100, and the following two bytes are compared with the VLAN tag. If a match occurs, the MAC sets the received VLAN bit in the receive frame status. The legal length of the frame is increased from 1,518 bytes to 1,522 bytes.
If the VLAN Tag register is configured to be double-synchronized to the (G)MII clock domain, then consecutive writes to these register should be performed only after at least four clock cycles in the destination clock domain.
gmacgrp_version 0x20 32 RO 0x00001137
<b> Register 8 (Version Register) </b>  

The Version registers identifies the version of the DWC_gmac. This register contains two bytes: one that Synopsys uses to identify the core release number, and the other that you set during core configuration.
gmacgrp_debug 0x24 32 RO 0x00000000
<b> Register 9 (Debug Register) </b>  

The Debug register gives the status of all main modules of the transmit and receive data-paths and the FIFOs. An all-zero status indicates that the MAC is in idle state (and FIFOs are empty) and no activity is going on in the data-paths.

Note:  

The reset values, given for the Debug register, are valid only if the  following clocks are present during the reset operation:  
 * clk_csr_i, clk_app_i, hclk_i, or aclk_i  
 * clk_tx_i 
 * clk_rx_i
gmacgrp_lpi_control_status 0x30 32 RW 0x00000000
<b> Register 12 (LPI Control and Status Register) </b>  

The LPI Control and Status Register controls the LPI functions and provides the LPI interrupt status. The status bits are cleared when this register is read. This register is present only when you select the Energy Efficient Ethernet feature during core configuration.
gmacgrp_lpi_timers_control 0x34 32 RW 0x03E80000
<b> Register 13 (LPI Timers Control Register) </b>  

The LPI Timers Control register controls the timeout values in the LPI states. It specifies the time for which the MAC transmits the LPI pattern and also the time for which the MAC waits before resuming the normal transmission. This register is present only when you select the Energy Efficient Ethernet feature during core configuration.
gmacgrp_interrupt_status 0x38 32 RO 0x00000000
<b> Register 14 (Interrupt Register) </b>  

The Interrupt Status register identifies the events in the MAC that can generate interrupt. All interrupt events are generated only when the corresponding optional feature is selected during core configuration and enabled during operation. Therefore, these bits are reserved when the corresponding features are not present in the core.
gmacgrp_interrupt_mask 0x3C 32 RW 0x00000000
<b> Register 15 (Interrupt Mask Register) </b> 

The Interrupt Mask Register bits enable you to mask the interrupt signal because of the corresponding event in the Interrupt Status Register. The interrupt signal is sbd_intr_o in the GMAC-AHB, GMAC-AXI, and GMAC-DMA configuration and mci_intr_o in the GMAC-MTL and GMAC-CORE configuration.
gmacgrp_mac_address0_high 0x40 32 RW 0x8000FFFF
<b> Register 16 (MAC Address0 High Register) </b>  

The MAC Address0 High register holds the upper 16 bits of the first 6-byte MAC address of the station. The first DA byte that is received on the (G)MII interface corresponds to the LS byte (Bits [7:0]) of the MAC Address Low register. For example, if 0x112233445566 is received (0x11 in lane 0 of the first column) on the (G)MII as the destination address, then the MacAddress0 Register [47:0] is compared with 0x665544332211.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address0 Low Register are written. For proper synchronization updates, the consecutive writes to this Address Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address0_low 0x44 32 RW 0xFFFFFFFF
<b> Register 17 (MAC Address0 Low Register) </b>  

The MAC Address0 Low register holds the lower 32 bits of the first 6-byte MAC address of the station.
gmacgrp_mac_address1_high 0x48 32 RW 0x0000FFFF
<b> Register 18 (MAC Address1 High Register) </b> 

The MAC Address1 High register holds the upper 16 bits of the second 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address1 Low Register are written. For proper synchronization updates, the consecutive writes to this Address Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address1_low 0x4C 32 RW 0xFFFFFFFF
<b> Register 19 (MAC Address1 Low Register) </b>  

The MAC Address1 Low register holds the lower 32 bits of the second 6-byte MAC address of the station.
gmacgrp_mac_address2_high 0x50 32 RW 0x0000FFFF
<b> Register 20 (MAC Address2 High Register) </b>  

The MAC Address2 High register holds the upper 16 bits of the third 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address2 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address2 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address2_low 0x54 32 RW 0xFFFFFFFF
<b> Register 21 (MAC Address2 Low Register) </b>  

The MAC Address2 Low register holds the lower 32 bits of the third 6-byte MAC address of the station.
gmacgrp_mac_address3_high 0x58 32 RW 0x0000FFFF
<b> Register 22 (MAC Address3 High Register) </b>  

The MAC Address3 High register holds the upper 16 bits of the fourth 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address3 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address3 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address3_low 0x5C 32 RW 0xFFFFFFFF
<b> Register 23 (MAC Address3 Low Register) </b>  

The MAC Address3 Low register holds the lower 32 bits of the fourth 6-byte MAC address of the station.
gmacgrp_mac_address4_high 0x60 32 RW 0x0000FFFF
<b> Register 24 (MAC Address4 High Register) </b>  

The MAC Address4 High register holds the upper 16 bits of the fifth 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address4 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address4 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address4_low 0x64 32 RW 0xFFFFFFFF
<b> Register 25 (MAC Address4 Low Register) </b>  

The MAC Address4 Low register holds the lower 32 bits of the fifth 6-byte MAC address of the station.
gmacgrp_mac_address5_high 0x68 32 RW 0x0000FFFF
<b> Register 26 (MAC Address5 High Register) </b>

The MAC Address5 High register holds the upper 16 bits of the sixth 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address5 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address5 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address5_low 0x6C 32 RW 0xFFFFFFFF
<b> Register 27 (MAC Address5 Low Register) </b>  

The MAC Address5 Low register holds the lower 32 bits of the sixth 6-byte MAC address of the station.
gmacgrp_mac_address6_high 0x70 32 RW 0x0000FFFF
<b> Register 28 (MAC Address6 High Register) </b>  

The MAC Address6 High register holds the upper 16 bits of the seventh 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address6 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address6 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address6_low 0x74 32 RW 0xFFFFFFFF
<b> Register 29 (MAC Address6 Low Register) </b>  

The MAC Address6 Low register holds the lower 32 bits of the seventh 6-byte MAC address of the station.
gmacgrp_mac_address7_high 0x78 32 RW 0x0000FFFF
<b> Register 30 (MAC Address7 High Register) </b>  

The MAC Address7 High register holds the upper 16 bits of the eighth 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address7 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address7 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address7_low 0x7C 32 RW 0xFFFFFFFF
<b> Register 31 (MAC Address7 Low Register) </b>  

The MAC Address7 Low register holds the lower 32 bits of the eighth 6-byte MAC address of the station.
gmacgrp_mac_address8_high 0x80 32 RW 0x0000FFFF
<b> Register 32 (MAC Address8 High Register) </b>  

The MAC Address8 High register holds the upper 16 bits of the nineth 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address8 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address8 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address8_low 0x84 32 RW 0xFFFFFFFF
<b> Register 33 (MAC Address8 Low Register) </b>  

The MAC Address8 Low register holds the lower 32 bits of the nineth 6-byte MAC address of the station.
gmacgrp_mac_address9_high 0x88 32 RW 0x0000FFFF
<b> Register 34 (MAC Address9 High Register) </b>  

The MAC Address9 High register holds the upper 16 bits of the tenth 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address9 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address9 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address9_low 0x8C 32 RW 0xFFFFFFFF
<b> Register 35 (MAC Address9 Low Register) </b>  

The MAC Address9 Low register holds the lower 32 bits of the tenth 6-byte MAC address of the station.
gmacgrp_mac_address10_high 0x90 32 RW 0x0000FFFF
<b> Register 36 (MAC Address10 High Register) </b>  

The MAC Address10 High register holds the upper 16 bits of the 11th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address10 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address10 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address10_low 0x94 32 RW 0xFFFFFFFF
<b> Register 37 (MAC Address10 Low Register) </b>  

The MAC Address10 Low register holds the lower 32 bits of the 11th 6-byte MAC address of the station.
gmacgrp_mac_address11_high 0x98 32 RW 0x0000FFFF
<b> Register 38 (MAC Address11 High Register) </b>  

The MAC Address11 High register holds the upper 16 bits of the 12th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address11 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address11 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address11_low 0x9C 32 RW 0xFFFFFFFF
<b> Register 39 (MAC Address1 Low Register) </b>  

The MAC Address11 Low register holds the lower 32 bits of the 12th 6-byte MAC address of the station.
gmacgrp_mac_address12_high 0xA0 32 RW 0x0000FFFF
<b> Register 40 (MAC Address12 High Register ) </b>

The MAC Address12 High register holds the upper 16 bits of the 13th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address13 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address12 Low Register should be performed after at least four clock cycles in the destination clock domain.

gmacgrp_mac_address12_low 0xA4 32 RW 0xFFFFFFFF
<b> Register 41 (MAC Address12 Low Register) </b>  

The MAC Address12 Low register holds the lower 32 bits of the 13th 6-byte MAC address of the station.
gmacgrp_mac_address13_high 0xA8 32 RW 0x0000FFFF
<b> Register 42 (MAC Address13 High Register) </b>  

The MAC Address13 High register holds the upper 16 bits of the 14th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address13 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address13 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address13_low 0xAC 32 RW 0xFFFFFFFF
<b> Register 43 (MAC Address13 Low Register) </b>  

The MAC Address13 Low register holds the lower 32 bits of the 14th 6-byte MAC address of the station.
gmacgrp_mac_address14_high 0xB0 32 RW 0x0000FFFF
<b> Register 44 (MAC Address14 High Register) </b>  

The MAC Address14 High register holds the upper 16 bits of the 15th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address15 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address14 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address14_low 0xB4 32 RW 0xFFFFFFFF
<b> Register 45 (MAC Address14 Low Register) </b>  

The MAC Address14 Low register holds the lower 32 bits of the 15th 6-byte MAC address of the station.
gmacgrp_mac_address15_high 0xB8 32 RW 0x0000FFFF
<b> Register 46 (MAC Address15 High Register) </b> 

The MAC Address15 High register holds the upper 16 bits of the 16th 6-byte MAC address of the station.
If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address15 Low Register are written. For proper synchronization updates, the consecutive writes to this MAC Address15 Low Register should be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address15_low 0xBC 32 RW 0xFFFFFFFF
<b> Register 47 (MAC Address15 Low Register) </b>  

The MAC Address15 Low register holds the lower 32 bits of the 16th 6-byte MAC address of the station.
gmacgrp_sgmii_rgmii_smii_control_status 0xD8 32 RO 0x00000000
Register 54 (SGMII/RGMII/SMII Status Register) 
gmacgrp_mmc_control 0x100 32 RW 0x00000000
<b> Register 64 (MMC Control Register) </b>

The MMC Control register establishes the operating mode of the management counters.

Note:
The bit 0 (Counters Reset) has higher priority than bit 4 (Counter Preset). Therefore, when the Software tries to set both bits in the same write cycle, all counters are cleared and the bit 4 is not set.
gmacgrp_mmc_receive_interrupt 0x104 32 RO 0x00000000
<b> Register 65 (MMC Receive Interrupt Register) </b>

The MMC Receive Interrupt register maintains the interrupts that are generated when the following happens:
 * Receive statistic counters reach half of their maximum values (0x8000_0000 for 32-bit counter and 0x8000 for 16-bit counter).
 * Receive statistic counters cross their maximum values (0xFFFF_FFFF for 32-bit counter and 0xFFFF for 16-bit counter). 
When the Counter Stop Rollover is set, then interrupts are set but the counter remains at all-ones. The MMC Receive Interrupt register is a 32-bit wide register. An interrupt bit is cleared when the respective MMC counter that caused the interrupt is read. The least significant byte lane (Bits[7:0]) of the respective counter must be read in order to clear the interrupt bit.
gmacgrp_mmc_transmit_interrupt 0x108 32 RO 0x00000000
<b> Register 66 (MMC Transmit Interrupt Register) </b>

The MMC Transmit Interrupt register maintains the interrupts generated when transmit statistic counters reach half of their maximum values (0x8000_0000 for 32-bit counter and 0x8000 for 16-bit counter), and the maximum values (0xFFFF_FFFF for 32-bit counter and 0xFFFF for 16-bit counter). When Counter Stop Rollover is set, then interrupts are set but the counter remains at all-ones. The MMC Transmit Interrupt register is a 32-bit wide register. An interrupt bit is cleared when the respective MMC counter that caused the interrupt is read. The least significant byte lane (Bits[7:0]) of the respective counter must be read in order to clear the interrupt bit.
gmacgrp_mmc_receive_interrupt_mask 0x10C 32 RW 0x00000000
Regsiter 67 (MMC Receive Interrupt Mask Register)

The MMC Receive Interrupt Mask register maintains the masks for the interrupts generated when the receive statistic counters reach half of their maximum value, or maximum value. This register is 32-bits wide.
gmacgrp_mmc_transmit_interrupt_mask 0x110 32 RW 0x00000000
<b> Register 68 (MMC Transmit Interrupt Mask Register) </b>

The MMC Transmit Interrupt Mask register maintains the masks for the interrupts generated when the transmit statistic counters reach half of their maximum value or maximum value. This register is 32-bits wide.
gmacgrp_txoctetcount_gb 0x114 32 RO 0x00000000
<b> Register 69 (Transmit Octet Count for Good and Bad Frames) </b>

This register maintains the number of bytes transmitted in good and bad frames exclusive of preamble and retried bytes.
gmacgrp_txframecount_gb 0x118 32 RO 0x00000000
<b> Register 70 (Transmit Frame Count for Good and Bad Frames) </b>

This register maintains the number of good and bad frames transmitted, exclusive of retried frames.
gmacgrp_txbroadcastframes_g 0x11C 32 RO 0x00000000
<b> Register 71 (Transmit Frame Count for Good Broadcast Frames) </b>

This register maintains the number of transmitted good broadcast frames.
gmacgrp_txmulticastframes_g 0x120 32 RO 0x00000000
<b> Register 72 (Transmit Frame Count for Good Multicast Frames) </b>

This register maintains the number of transmitted good multicast frames.
gmacgrp_tx64octets_gb 0x124 32 RO 0x00000000
<b> Register 73 (Transmit Octet Count for Good and Bad 64 Byte Frames) </b>

This register maintains the number of transmitted good and bad frames with length of 64 bytes, exclusive of preamble and retried frames.
gmacgrp_tx65to127octets_gb 0x128 32 RO 0x00000000
<b> Register 74 (Transmit Octet Count for Good and Bad 65 to 127 Bytes Frames) </b>

This register maintains the number of transmitted good and bad frames with length between 65 and 127 (inclusive) bytes, exclusive of preamble and retried frames.
gmacgrp_tx128to255octets_gb 0x12C 32 RO 0x00000000
<b> Register 75 (Transmit Octet Count for Good and Bad 128 to 255 Bytes Frames) </b>

This register maintains the number of transmitted good and bad frames with length between 128 and 255 (inclusive) bytes, exclusive of preamble and retried frames.
gmacgrp_tx256to511octets_gb 0x130 32 RO 0x00000000
<b> Register 76 (Transmit Octet Count for Good and Bad 256 to 511 Bytes Frames) </b>

This register maintains the number of transmitted good and bad frames with length between 256 and 511 (inclusive) bytes, exclusive of preamble and retried frames.
gmacgrp_tx512to1023octets_gb 0x134 32 RO 0x00000000
<b> Register 77 (Transmit Octet Count for Good and Bad 512 to 1023 Bytes Frames) </b>

This register maintains the number of transmitted good and bad frames with length between 512 and 1,023 (inclusive) bytes, exclusive of preamble and retried frames.
gmacgrp_tx1024tomaxoctets_gb 0x138 32 RO 0x00000000
<b> Register 78 (Transmit Octet Count for Good and Bad 1024 to Maxsize Bytes Frames) </b>

This register maintains the number of transmitted good and bad frames with length between 1,024 and maxsize (inclusive) bytes, exclusive of preamble and retried frames.
gmacgrp_txunicastframes_gb 0x13C 32 RO 0x00000000
<b> Register 79 (Transmit Frame Count for Good and Bad Unicast Frames) </b>

This register maintains the number of transmitted good and bad unicast frames.
gmacgrp_txmulticastframes_gb 0x140 32 RO 0x00000000
<b> Register 80 (Transmit Frame Count for Good and Bad Multicast Frames) </b>

This register maintains the number of transmitted good and bad multicast frames.
gmacgrp_txbroadcastframes_gb 0x144 32 RO 0x00000000
<b> Register 81 (Transmit Frame Count for Good and Bad Broadcast Frames) </b>

This register maintains the number of transmitted good and bad broadcast frames.
gmacgrp_txunderflowerror 0x148 32 RO 0x00000000
<b> Register 82 (Transmit Frame Count for Underflow Error Frames) </b>

This register maintains the number of frames aborted because of frame underflow error.
gmacgrp_txsinglecol_g 0x14C 32 RO 0x00000000
<b> Register 83 (Transmit Frame Count for Frames Transmitted after Single Collision) </b>

This register maintains the number of successfully transmitted frames after a single collision in the half-duplex mode.
gmacgrp_txmulticol_g 0x150 32 RO 0x00000000
<b> Register 84 (Transmit Frame Count for Frames Transmitted after Multiple Collision) </b>

This register maintains the number of successfully transmitted frames after multiple collisions in the half-duplex mode.
gmacgrp_txdeferred 0x154 32 RO 0x00000000
<b> Register 85 (Transmit Frame Count for Deferred Frames) </b>

This register maintains the number of successfully transmitted frames after a deferral in the half-duplex mode.
gmacgrp_txlatecol 0x158 32 RO 0x00000000
<b> Register 86 (Transmit Frame Count for Late Collision Error Frames) </b>

This register maintains the number of frames aborted because of late collision error.
gmacgrp_txexesscol 0x15C 32 RO 0x00000000
<b> Register 87 (Transmit Frame Count for Excessive Collision Error Frames) </b>

This register maintains the number of frames aborted because of excessive (16) collision error.
gmacgrp_txcarriererr 0x160 32 RO 0x00000000
<b> Register 88 (Transmit Frame Count for Carrier Sense Error Frames) </b>

This register maintains the number of frames aborted because of carrier sense error (no carrier or loss of carrier).
gmacgrp_txoctetcnt 0x164 32 RO 0x00000000
<b> Register 89 (Transmit Octet Count for Good Frames) </b>

This register maintains the number of bytes transmitted, exclusive of preamble, in good frames.
gmacgrp_txframecount_g 0x168 32 RO 0x00000000
<b> Register 90 (Transmit Frame Count for Good Frames) </b>

This register maintains the number of transmitted good frames, exclusive of preamble.
gmacgrp_txexcessdef 0x16C 32 RO 0x00000000
<b> Register 91 (Transmit Frame Count for Excessive Deferral Error Frames) </b>

This register maintains the number of frames aborted because of  excessive deferral error, that is, frames deferred for more than two max-sized frame times.
gmacgrp_txpauseframes 0x170 32 RO 0x00000000
<b> Register 92 (Transmit Frame Count for Good PAUSE Frames) </b>

This register maintains the number of transmitted good PAUSE frames.
gmacgrp_txvlanframes_g 0x174 32 RO 0x00000000
<b> Register 93 (Transmit Frame Count for Good VLAN Frames) </b>

This register maintains the number of transmitted good VLAN frames, exclusive of retried frames.
gmacgrp_txoversize_g 0x178 32 RO 0x00000000
<b> Register 94 (Transmit Frame Count for Good Oversize Frames) </b>

This register maintains the number of transmitted good Oversize frames, exclusive of retried frames.
gmacgrp_rxframecount_gb 0x180 32 RO 0x00000000
<b> Register 96 (Receive Frame Count for Good and Bad Frames) </b>

This register maintains the number of received good and bad frames.
gmacgrp_rxoctetcount_gb 0x184 32 RO 0x00000000
<b> Register 97 (Receive Octet Count for Good and Bad Frames) </b>

This register maintains the number of bytes received, exclusive of preamble, in good and bad frames.
gmacgrp_rxoctetcount_g 0x188 32 RO 0x00000000
<b> Register 98 (Receive Octet Count for Good Frames) </b> 

This register maintains the number of bytes received, exclusive of preamble, only in good frames.
gmacgrp_rxbroadcastframes_g 0x18C 32 RO 0x00000000
<b> Register 99 (Receive Frame Count for Good Broadcast Frames) </b> 

This register maintains the number of received good broadcast frames.
gmacgrp_rxmulticastframes_g 0x190 32 RO 0x00000000
<b> Register 100 (Receive Frame Count for Good Multicast Frames) </b> 

This register maintains the number of received good multicast frames.
gmacgrp_rxcrcerror 0x194 32 RO 0x00000000
<b> Register 101 (Receive Frame Count for CRC Error Frames) </b>

This register maintains the number of frames received with CRC error.
gmacgrp_rxalignmenterror 0x198 32 RO 0x00000000
<b> Register 102 (Receive Frame Count for Alignment Error Frames) </b>

This register maintains the number of frames received with alignment (dribble) error. This field is valid only in the 10 or 100 Mbps mode.
gmacgrp_rxrunterror 0x19C 32 RO 0x00000000
<b> Register 103 (Receive Frame Count for Runt Error Frames) </b>

This register maintains the number of frames received with runt error(<64 bytes and CRC error).
gmacgrp_rxjabbererror 0x1A0 32 RO 0x00000000
<b> Register 104 (Receive Frame Count for Jabber Error Frames) </b>

This register maintains the number of giant frames received with length (including CRC) greater than 1,518 bytes (1,522 bytes for VLAN tagged) and with CRC error. If Jumbo Frame mode is enabled, then frames of length greater than 9,018 bytes (9,022 for VLAN tagged) are considered as giant frames.
gmacgrp_rxundersize_g 0x1A4 32 RO 0x00000000
<b> Register 105 (Receive Frame Count for Undersize Frames) </b>

This register maintains the number of frames received with length less than 64 bytes and without errors.
gmacgrp_rxoversize_g 0x1A8 32 RO 0x00000000
<b> Register 106 (Receive Frame Count for Oversize Frames) </b>

This register maintains the number of frames received with length greater than the maxsize (1,518 or 1,522 for VLAN tagged frames) and without errors.
gmacgrp_rx64octets_gb 0x1AC 32 RO 0x00000000
<b> Register 107 (Receive Frame Count for Good and Bad 64 Byte Frames) </b>

This register maintains the number of received good and bad frames with length 64 bytes, exclusive of preamble.
gmacgrp_rx65to127octets_gb 0x1B0 32 RO 0x00000000
<b> Register 108 (Receive Frame Count for Good and Bad 65 to 127 Bytes Frames) </b>

This register maintains the number of received good and bad frames received with length between 65 and 127 (inclusive) bytes, exclusive of preamble.
gmacgrp_rx128to255octets_gb 0x1B4 32 RO 0x00000000
<b> Register 109 (Receive Frame Count for Good and Bad 128 to 255 Bytes Frames) </b>

This register maintains the number of received good and bad frames with length between 128 and 255 (inclusive) bytes, exclusive of preamble.
gmacgrp_rx256to511octets_gb 0x1B8 32 RO 0x00000000
<b> Register 110 (Receive Frame Count for Good and Bad 256 to 511 Bytes Frames) </b>

This register maintains the number of received good and bad frames with length between 256 and 511 (inclusive) bytes, exclusive of preamble.
gmacgrp_rx512to1023octets_gb 0x1BC 32 RO 0x00000000
<b> Register 111 (Receive Frame Count for Good and Bad 512 to 1,023 Bytes Frames) </b>

This register maintains the number of received good and bad frames with length between 512 and 1,023 (inclusive) bytes, exclusive of preamble.
gmacgrp_rx1024tomaxoctets_gb 0x1C0 32 RO 0x00000000
<b> Register 112 (Receive Frame Count for Good and Bad 1,024 to Maxsize Bytes Frames) </b>

This register maintains the number of received good and bad frames with length between 1,024 and maxsize (inclusive) bytes, exclusive of preamble.
gmacgrp_rxunicastframes_g 0x1C4 32 RO 0x00000000
<b> Register 113 (Receive Frame Count for Good Unicast Frames)  </b>

This register maintains the number of received good unicast frames.
gmacgrp_rxlengtherror 0x1C8 32 RO 0x00000000
<b> Register 114 (Receive Frame Count for Length Error Frames)  </b>

This register maintains the number of frames received with length error (Length type field not equal to frame size) for all frames with valid length field.
gmacgrp_rxoutofrangetype 0x1CC 32 RO 0x00000000
<b> Register 115 (Receive Frame Count for Out of Range Frames)  </b>

This register maintains the number of received frames with length field not equal to the valid frame size (greater than 1,500 but less than 1,536).
gmacgrp_rxpauseframes 0x1D0 32 RO 0x00000000
<b> Register 116 (Receive Frame Count for PAUSE Frames)  </b>

This register maintains the number of received good and valid PAUSE frames.
gmacgrp_rxfifooverflow 0x1D4 32 RO 0x00000000
<b> Register 117 (Receive Frame Count for FIFO Overflow Frames) </b>

This register maintains the number of received frames missed because of FIFO overflow.
gmacgrp_rxvlanframes_gb 0x1D8 32 RO 0x00000000
<b> Register 118 (Receive Frame Count for Good and Bad VLAN Frames) </b>

This register maintains the number of received good and bad VLAN frames.
gmacgrp_rxwatchdogerror 0x1DC 32 RO 0x00000000
<b> Register 119 (Receive Frame Count for Watchdog Error Frames) </b>

This register maintains the number of frames received with error because of the watchdog timeout error (frames with more than 2,048 bytes or value programmed in Register 55 (Watchdog Timeout Register)).
gmacgrp_rxrcverror 0x1E0 32 RO 0x00000000
<b> Register 120 (Receive Frame Count for Receive Error Frames) </b>
This register maintains the number of frames received with error because of the GMII/MII RXER error.
gmacgrp_rxctrlframes_g 0x1E4 32 RO 0x00000000
<b> Register 121 (Receive Frame Count for Good Control Frames Frames) </b>

This register maintains the number of good control frames received.
gmacgrp_mmc_ipc_receive_interrupt_mask 0x200 32 RW 0x00000000
Register 128 (MMC Receive Checksum Offload Interrupt Mask Register) 
gmacgrp_mmc_ipc_receive_interrupt 0x208 32 RO 0x00000000
Register 130 (MMC Receive Checksum Offload Interrupt Register) 
gmacgrp_rxipv4_gd_frms 0x210 32 RO 0x00000000
Register 132 (rxipv4_gd_frms Register)
gmacgrp_rxipv4_hdrerr_frms 0x214 32 RO 0x00000000
Register 133 (rxipv4_hdrerr_frms Register)
gmacgrp_rxipv4_nopay_frms 0x218 32 RO 0x00000000
Register 134 (rxipv4_nopay_frms Register)
gmacgrp_rxipv4_frag_frms 0x21C 32 RO 0x00000000
Register 135 (rxipv4_frag_frms Register)
gmacgrp_rxipv4_udsbl_frms 0x220 32 RO 0x00000000
Register 136 (rxipv4_udsbl_frms Register)
gmacgrp_rxipv6_gd_frms 0x224 32 RO 0x00000000
Register 137 (rxipv6_gd_frms Register)
gmacgrp_rxipv6_hdrerr_frms 0x228 32 RO 0x00000000
Register 138 (rxipv6_hdrerr_frms Register)
gmacgrp_rxipv6_nopay_frms 0x22C 32 RO 0x00000000
Register 139 (rxipv6_nopay_frms)
gmacgrp_rxudp_gd_frms 0x230 32 RO 0x00000000
Register 140 (rxudp_gd_frms Register)
gmacgrp_rxudp_err_frms 0x234 32 RO 0x00000000
Register 141 (rxudp_err_frms Register)
gmacgrp_rxtcp_gd_frms 0x238 32 RO 0x00000000
Register 142 (rxtcp_gd_frms Register)
gmacgrp_rxtcp_err_frms 0x23C 32 RO 0x00000000
Register 143 (rxtcp_err_frms Register)
gmacgrp_rxicmp_gd_frms 0x240 32 RO 0x00000000
Register 144 (rxicmp_gd_frms Register)
gmacgrp_rxicmp_err_frms 0x244 32 RO 0x00000000
Register 145 (rxicmp_err_frms Register)
gmacgrp_rxipv4_gd_octets 0x250 32 RO 0x00000000
Register 148 (rxipv4_gd_octets Register)
gmacgrp_rxipv4_hdrerr_octets 0x254 32 RO 0x00000000
Register 149 (rxipv4_hdrerr_octets)
gmacgrp_rxipv4_nopay_octets 0x258 32 RO 0x00000000
Register 150 (rxipv4_nopay_octets Register)
gmacgrp_rxipv4_frag_octets 0x25C 32 RO 0x00000000
Register 151 (rxipv4_frag_octets Register)
gmacgrp_rxipv4_udsbl_octets 0x260 32 RO 0x00000000
Register 152 (rxipv4_udsbl_octets Register)
gmacgrp_rxipv6_gd_octets 0x264 32 RO 0x00000000
Register 153 (rxipv6_gd_octets Register)
gmacgrp_rxipv6_hdrerr_octets 0x268 32 RO 0x00000000
Register 154 (rxipv6_hdrerr_octets Register)
gmacgrp_rxipv6_nopay_octets 0x26C 32 RO 0x00000000
Register 155 (rxipv6_nopay_octets Register)
gmacgrp_rxudp_gd_octets 0x270 32 RO 0x00000000
Register 156 (rxudp_gd_octets Register)
gmacgrp_rxudp_err_octets 0x274 32 RO 0x00000000
Register 157 (rxudp_err_octets Register)
gmacgrp_rxtcp_gd_octets 0x278 32 RO 0x00000000
Register 158 (rxtcp_gd_octets Register)
gmacgrp_rxtcperroctets 0x27C 32 RO 0x00000000
Register 159 (rxtcp_err_octets Register)
gmacgrp_rxicmp_gd_octets 0x280 32 RO 0x00000000
Register 160 (rxicmp_gd_octets Register)
gmacgrp_rxicmp_err_octets 0x284 32 RO 0x00000000
Register 161 (rxicmp_err_octets Register)
gmacgrp_l3_l4_control0 0x400 32 RW 0x00000000
<b> Register 256 (Layer 3 and Layer 4 Control Register 0) </b>

This register controls the operations of the filter 0 of Layer 3 and Layer 4. This register is reserved if the Layer 3 and Layer 4 Filtering feature is not selected during core configuration.
gmacgrp_layer4_address0 0x404 32 RW 0x00000000
<b> Register 257 (Layer 4 Address Register 0) 
</b>

You can configure the Layer 3 and Layer 4 Address Registers to be double-synchronized by selecting the Synchronize Layer 3 and Layer 4 Address Registers to Rx Clock Domain option in coreConsultant. If the Layer 3 and Layer 4 Address Registers are configured to be double-synchronized to the Rx clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the Layer 3 and Layer 4 Address Registers are written. For proper synchronization updates, you should perform the consecutive writes to the same Layer 3 and Layer 4 Address Registers after at least four clock cycles delay of the destination clock.

If the Layer 3 and Layer 4 Filtering feature is not selected during core configuration, this register and registers 260 through 299 are reserved (RO with default value).
gmacgrp_layer3_addr0_reg0 0x410 32 RW 0x00000000
<b> Register 260 (Layer 3 Address 0 Register 0) </b>

For IPv4 frames, the Layer 3 Address 0 Register 0 contains the 32-bit IP Source Address field. For IPv6 frames, it contains Bits[31:0] of the 128-bit IP Source Address or Destination Address field.
gmacgrp_layer3_addr1_reg0 0x414 32 RW 0x00000000
<b> Register 261 (Layer 3 Address 1 Register 0) </b>

For IPv4 frames, the Layer 3 Address 1 Register 0 contains the 32-bit IP Destination Address field. For IPv6 frames, it contains Bits[63:32] of the 128-bit IP Source Address or Destination Address field.
gmacgrp_layer3_addr2_reg0 0x418 32 RW 0x00000000
<b> Register 262 (Layer 3 Address 2 Register 0) </b>

For IPv4 frames, the Layer 3 Address 2 Register 0 is reserved. For IPv6 frames, it contains Bits [95:64] of the 128-bit IP Source Address or Destination Address field.
gmacgrp_layer3_addr3_reg0 0x41C 32 RW 0x00000000
<b> Register 263 (Layer 3 Address 3 Register 0) </b>

For IPv4 frames, the Layer 3 Address 3 Register 0 is reserved. For IPv6 frames, it contains Bits [127:96] of the 128-bit IP Source Address or Destination Address field.
gmacgrp_l3_l4_control1 0x430 32 RW 0x00000000
Register 268 (Layer 3 and Layer 4 Control Register 1) 
gmacgrp_layer4_address1 0x434 32 RW 0x00000000
Register 269 (Layer 4 Address Register 1)  
gmacgrp_layer3_addr0_reg1 0x440 32 RW 0x00000000
Register 272 (Layer 3 Address 0 Register 1) 
gmacgrp_layer3_addr1_reg1 0x444 32 RW 0x00000000
Register 273 (Layer 3 Address 1 Register 1) 
gmacgrp_layer3_addr2_reg1 0x448 32 RW 0x00000000
Register 274 (Layer 3 Address 2 Register 1) 
gmacgrp_layer3_addr3_reg1 0x44C 32 RW 0x00000000
Register 275 (Layer 3 Address 3 Register 1) 
gmacgrp_l3_l4_control2 0x460 32 RW 0x00000000
Register 280 (Layer 3 and Layer 4 Control Register 2) 
gmacgrp_layer4_address2 0x464 32 RW 0x00000000
Register 281 (Layer 4 Address Register 2) 
gmacgrp_layer3_addr0_reg2 0x470 32 RW 0x00000000
Register 284 (Layer 3 Address 0 Register 2) 
gmacgrp_layer3_addr1_reg2 0x474 32 RW 0x00000000
Register 285 (Layer 3 Address 1 Register 2) 
gmacgrp_layer3_addr2_reg2 0x478 32 RW 0x00000000
Register 286 (Layer 3 Address 2 Register 2) 
gmacgrp_layer3_addr3_reg2 0x47C 32 RW 0x00000000
Register 287 (Layer 3 Address 3 Register 2) 
gmacgrp_l3_l4_control3 0x490 32 RW 0x00000000
Register 292 (Layer 3 and Layer 4 Control Register 3) 
gmacgrp_layer4_address3 0x494 32 RW 0x00000000
Register 293 (Layer 4 Address Register 3)  
gmacgrp_layer3_addr0_reg3 0x4A0 32 RW 0x00000000
Register 296 (Layer 3 Address 0 Register 3) 
gmacgrp_layer3_addr1_reg3 0x4A4 32 RW 0x00000000
Register 297 (Layer 3 Address 1 Register 3) 
gmacgrp_layer3_addr2_reg3 0x4A8 32 RW 0x00000000
Register 298 (Layer 3 Address 2 Register 3) 
gmacgrp_layer3_addr3_reg3 0x4AC 32 RW 0x00000000
Register 299 (Layer 3 Address 3 Register 3) 
gmacgrp_hash_table_reg0 0x500 32 RW 0x00000000
Register 320 (Hash Table Register 0) 
gmacgrp_hash_table_reg1 0x504 32 RW 0x00000000
Register 321 (Hash Table Register 1) 
gmacgrp_hash_table_reg2 0x508 32 RW 0x00000000
Register 322 (Hash Table Register 2) 
gmacgrp_hash_table_reg3 0x50C 32 RW 0x00000000
Register 323 (Hash Table Register 3) 
gmacgrp_hash_table_reg4 0x510 32 RW 0x00000000
Register 324 (Hash Table Register 4) 
gmacgrp_hash_table_reg5 0x514 32 RW 0x00000000
Register 325 (Hash Table Register 5) 
gmacgrp_hash_table_reg6 0x518 32 RW 0x00000000
Register 326 (Hash Table Register 6) 
gmacgrp_hash_table_reg7 0x51C 32 RW 0x00000000
Register 327 (Hash Table Register 7) 
gmacgrp_vlan_incl_reg 0x584 32 RW 0x0
<b> Register 353 (VLAN Tag Inclusion or Replacement Register)  </b>

The VLAN Tag Inclusion or Replacement register contains the VLAN tag for insertion or replacement in the transmit frames. This register is present only when the Enable SA, VLAN, and CRC Insertion on TX option is selected during core configuration.
gmacgrp_vlan_hash_table_reg 0x588 32 RW 0x00000000
Register 354 (VLAN Hash Table Register) 
gmacgrp_timestamp_control 0x700 32 RW 0x00002000
<b> Register 448 (Timestamp Control Register) </b>

This register controls the operation of the System Time generator and the processing of PTP packets for timestamping in the Receiver.

Note: 
 * Bits[5:1] are reserved when External Timestamp Input feature is enabled. 
 * Bits[19:8] are reserved and read-only when Advanced Timestamp feature is not enabled.
 * Bits[28:24] are reserved and read-only when Auxiliary Snapshot feature is not enabled.
 * Release 3.60a onwards, the functions of Bits 17 and 16 (SNAPTYPSEL) have changed. These functions are not backward compatible with the functions described in release 3.50a.
gmacgrp_sub_second_increment 0x704 32 RW 0x00000000
Register 449 (Sub-Second Increment Register) 
gmacgrp_system_time_seconds 0x708 32 RO 0x00000000
Register 450 (System Time - Seconds Register) 
gmacgrp_system_time_nanoseconds 0x70C 32 RO 0x00000000
Register 451 (System Time - Nanoseconds Register) 
gmacgrp_system_time_seconds_update 0x710 32 RW 0x00000000
Register 452 (System Time - Seconds Update Register)  
gmacgrp_system_time_nanoseconds_update 0x714 32 RW 0x00000000
Register 453 (System Time - Nanoseconds Update Register) 
gmacgrp_timestamp_addend 0x718 32 RW 0x00000000
Register 454 (Timestamp Addend Register) 
gmacgrp_target_time_seconds 0x71C 32 RW 0x00000000
Register 455 (Target Time Seconds Register) 
gmacgrp_target_time_nanoseconds 0x720 32 RW 0x00000000
Register 456 (Target Time Nanoseconds Register) 
gmacgrp_system_time_higher_word_seconds 0x724 32 RW 0x00000000
Register 457 (System Time - Higher Word Seconds Register) 
gmacgrp_timestamp_status 0x728 32 RO 0x00000000
Register 458 (Timestamp Status Register)  
gmacgrp_pps_control 0x72C 32 RW 0x00000000
Register 459 (PPS Control Register) 
gmacgrp_auxiliary_timestamp_nanoseconds 0x730 32 RO 0x00000000
Register 460 (Auxiliary Timestamp - Nanoseconds Register) 
gmacgrp_auxiliary_timestamp_seconds 0x734 32 RO 0x00000000
Register 461 (Auxiliary Timestamp - Seconds Register)  
gmacgrp_pps0_interval 0x760 32 RW 0x00000000
Register 472 (PPS0 Interval Register) 
gmacgrp_pps0_width 0x764 32 RW 0x00000000
Register 473 (PPS0 Width Register) 
gmacgrp_mac_address16_high 0x800 32 RW 0x0000FFFF
<b> Register 512 (MAC Address16 High Register) </b>  

The MAC Address16 High register holds the upper 16 bits of the 17th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address16 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address16 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address16_low 0x804 32 RW 0xFFFFFFFF
<b> Register 513 (MAC Address16 Low Register) </b>  

The MAC Address16 Low register holds the lower 32 bits of the 17th 6-byte MAC address of the station.
gmacgrp_mac_address17_high 0x808 32 RW 0x0000FFFF
<b> Register 514 (MAC Address17 High Register) </b>  

The MAC Address17 High register holds the upper 16 bits of the 18th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address17 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address17 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address17_low 0x80C 32 RW 0xFFFFFFFF
<b> Register 515 (MAC Address17 Low Register) </b>  

The MAC Address17 Low register holds the lower 32 bits of the 18th 6-byte MAC address of the station.
gmacgrp_mac_address18_high 0x810 32 RW 0x0000FFFF
<b> Register 516 (MAC Address18 High Register) </b>  

The MAC Address18 High register holds the upper 16 bits of the 19th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address18 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address18 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address18_low 0x814 32 RW 0xFFFFFFFF
<b> Register 517 (MAC Address18 Low Register) </b>  

The MAC Address18 Low register holds the lower 32 bits of the 19th 6-byte MAC address of the station.
gmacgrp_mac_address19_high 0x818 32 RW 0x0000FFFF
<b> Register 518 (MAC Address19 High Register) </b>  

The MAC Address19 High register holds the upper 16 bits of the 20th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address19 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address19 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address19_low 0x81C 32 RW 0xFFFFFFFF
<b> Register 519 (MAC Address19 Low Register) </b>  

The MAC Address19 Low register holds the lower 32 bits of the 20th 6-byte MAC address of the station.
gmacgrp_mac_address20_high 0x820 32 RW 0x0000FFFF
<b> Register 520 (MAC Address20 High Register) </b>  

The MAC Address20 High register holds the upper 16 bits of the 21st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address20 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address20 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address20_low 0x824 32 RW 0xFFFFFFFF
<b> Register 521 (MAC Address20 Low Register) </b>  

The MAC Address20 Low register holds the lower 32 bits of the 21st 6-byte MAC address of the station.
gmacgrp_mac_address21_high 0x828 32 RW 0x0000FFFF
<b> Register 522 (MAC Address21 High Register) </b>  

The MAC Address21 High register holds the upper 16 bits of the 22nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address21 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address21 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address21_low 0x82C 32 RW 0xFFFFFFFF
<b> Register 523 (MAC Address21 Low Register) </b>  

The MAC Address21 Low register holds the lower 32 bits of the 22nd 6-byte MAC address of the station.
gmacgrp_mac_address22_high 0x830 32 RW 0x0000FFFF
<b> Register 524 (MAC Address22 High Register) </b>  

The MAC Address22 High register holds the upper 16 bits of the 23rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address22 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address22 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address22_low 0x834 32 RW 0xFFFFFFFF
<b> Register 525 (MAC Address22 Low Register) </b>  

The MAC Address22 Low register holds the lower 32 bits of the 23rd 6-byte MAC address of the station.
gmacgrp_mac_address23_high 0x838 32 RW 0x0000FFFF
<b> Register 526 (MAC Address23 High Register   </b>

The MAC Address23 High register holds the upper 16 bits of the 24th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address23 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address23 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address23_low 0x83C 32 RW 0xFFFFFFFF
<b> Register 527 (MAC Address23 Low Register) </b> 

The MAC Address23 Low register holds the lower 32 bits of the 24th 6-byte MAC address of the station.
gmacgrp_mac_address24_high 0x840 32 RW 0x0000FFFF
<b> Register 528 (MAC Address24 High Register) </b>  

The MAC Address24 High register holds the upper 16 bits of the 25th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address24 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address24 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address24_low 0x844 32 RW 0xFFFFFFFF
<b> Register 529 (MAC Address24 Low Register) </b>  

The MAC Address24 Low register holds the lower 32 bits of the 25th 6-byte MAC address of the station.
gmacgrp_mac_address25_high 0x848 32 RW 0x0000FFFF
<b> Register 530 (MAC Address25 High Register) </b>  

The MAC Address25 High register holds the upper 16 bits of the 6-byte 26th MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address25 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address25 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address25_low 0x84C 32 RW 0xFFFFFFFF
<b> Register 531 (MAC Address25 Low Register) </b>  

The MAC Address25 Low register holds the lower 32 bits of the 26th 6-byte MAC address of the station.
gmacgrp_mac_address26_high 0x850 32 RW 0x0000FFFF
<b> Register 532 (MAC Address26 High Register) </b>  

The MAC Address26 High register holds the upper 16 bits of the 27th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address26 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address26 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address26_low 0x854 32 RW 0xFFFFFFFF
<b> Register 533 (MAC Address26 Low Register) </b>

The MAC Address26 Low register holds the lower 32 bits of the 27th 6-byte MAC address of the station.
gmacgrp_mac_address27_high 0x858 32 RW 0x0000FFFF
<b> Register 534 (MAC Address27 High Register) </b>  

The MAC Address27 High register holds the upper 16 bits of the 28th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address27 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address27 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address27_low 0x85C 32 RW 0xFFFFFFFF
<b> Register 535 (MAC Address27 Low Register) </b>  

The MAC Address27 Low register holds the lower 32 bits of the 28th 6-byte MAC address of the station.
gmacgrp_mac_address28_high 0x860 32 RW 0x0000FFFF
<b> Register 536 (MAC Address28 High Register) </b>  

The MAC Address28 High register holds the upper 16 bits of the 29th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address28 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address28 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address28_low 0x864 32 RW 0xFFFFFFFF
<b> Register 537 (MAC Address28 Low Register) </b>  

The MAC Address28 Low register holds the lower 32 bits of the 29th 6-byte MAC address of the station.
gmacgrp_mac_address29_high 0x868 32 RW 0x0000FFFF
<b> Register 538 (MAC Address29 High Register) </b>  

The MAC Address29 High register holds the upper 16 bits of the 6-byte 30th MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address29 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address29 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address29_low 0x86C 32 RW 0xFFFFFFFF
<b> Register 539 (MAC Address29 Low Register) </b>  

The MAC Address29 Low register holds the lower 32 bits of the 30th 6-byte MAC address of the station.
gmacgrp_mac_address30_high 0x870 32 RW 0x0000FFFF
<b> Register 540 (MAC Address30 High Register) </b>  

The MAC Address30 High register holds the upper 16 bits of the 31st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address30 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address30 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address30_low 0x874 32 RW 0xFFFFFFFF
<b> Register 541 (MAC Address30 Low Register) </b>  

The MAC Address30 Low register holds the lower 32 bits of the 31st 6-byte MAC address of the station.
gmacgrp_mac_address31_high 0x878 32 RW 0x0000FFFF
<b> Register 542 (MAC Address31 High Register) </b>

The MAC Address31 High register holds the upper 16 bits of the 32nd 6-byte MAC address of the station. If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address31 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address31 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address31_low 0x87C 32 RW 0xFFFFFFFF
<b> Register 543 (MAC Address31 Low Register) </b>  

The MAC Address31 Low register holds the lower 32 bits of the 32nd 6-byte MAC address of the station.
gmacgrp_mac_address32_high 0x880 32 RW 0x0000FFFF
<b> Register 544 (MAC Address32 High Register) </b>  

The MAC Address32 High register holds the upper 16 bits of the 33rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address32 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address32 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address32_low 0x884 32 RW 0xFFFFFFFF
<b> Register 545 (MAC Address32 Low Register) </b>  

The MAC Address32 Low register holds the lower 32 bits of the 33rd 6-byte MAC address of the station.
gmacgrp_mac_address33_high 0x888 32 RW 0x0000FFFF
<b> Register 546 (MAC Address33 High Register) </b>  

The MAC Address33 High register holds the upper 16 bits of the 34th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address33 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address33 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address33_low 0x88C 32 RW 0xFFFFFFFF
<b> Register 547 (MAC Address33 Low Register) </b>

The MAC Address33 Low register holds the lower 32 bits of the 34th 6-byte MAC address of the station.
gmacgrp_mac_address34_high 0x890 32 RW 0x0000FFFF
<b> Register 548 (MAC Address34 High Register) </b>  

The MAC Address34 High register holds the upper 16 bits of the 35th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address34 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address34 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address34_low 0x894 32 RW 0xFFFFFFFF
<b> Register 549 (MAC Address34 Low Register) </b>  

The MAC Address34 Low register holds the lower 32 bits of the 35th 6-byte MAC address of the station.
gmacgrp_mac_address35_high 0x898 32 RW 0x0000FFFF
<b> Register 550 (MAC Address35 High Register) </b>  

The MAC Address35 High register holds the upper 16 bits of the 36th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address35 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address35 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address35_low 0x89C 32 RW 0xFFFFFFFF
<b> Register 551 (MAC Address35 Low Register) </b>  

The MAC Address35 Low register holds the lower 32 bits of the 36th 6-byte MAC address of the station.
gmacgrp_mac_address36_high 0x8A0 32 RW 0x0000FFFF
<b> Register 552 (MAC Address36 High Register) </b>  

The MAC Address36 High register holds the upper 16 bits of the 37th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address36 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address36 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address36_low 0x8A4 32 RW 0xFFFFFFFF
<b> Register 553 (MAC Address36 Low Register) </b>  

The MAC Address36 Low register holds the lower 32 bits of the 34th 6-byte MAC address of the station.
gmacgrp_mac_address37_high 0x8A8 32 RW 0x0000FFFF
<b> Register 554 (MAC Address37 High Register) </b>  

The MAC Address37 High register holds the upper 16 bits of the 38th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address37 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address37 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address37_low 0x8AC 32 RW 0xFFFFFFFF
<b> Register 555 (MAC Address37 Low Register) </b>

The MAC Address37 Low register holds the lower 32 bits of the 37th 6-byte MAC address of the station.
gmacgrp_mac_address38_high 0x8B0 32 RW 0x0000FFFF
<b> Register 556 (MAC Address38 High Register) </b>  

The MAC Address38 High register holds the upper 16 bits of the 39th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address38 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address38 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address38_low 0x8B4 32 RW 0xFFFFFFFF
<b> Register 557 (MAC Address38 Low Register) </b>  

The MAC Address38 Low register holds the lower 32 bits of the 39th 6-byte MAC address of the station.
gmacgrp_mac_address39_high 0x8B8 32 RW 0x0000FFFF
<b> Register 558 (MAC Address39 High Register) </b>

The MAC Address39 High register holds the upper 16 bits of the 40th 6-byte MAC address of the station. If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address40 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address40 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address39_low 0x8BC 32 RW 0xFFFFFFFF
<b> Register 559 (MAC Address39 Low Register) </b>  

The MAC Address39 Low register holds the lower 32 bits of the 40th 6-byte MAC address of the station.
gmacgrp_mac_address40_high 0x8C0 32 RW 0x0000FFFF
<b> Register 560 (MAC Address40 High Register) </b>  

The MAC Address40 High register holds the upper 16 bits of the 41st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address40 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address40 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address40_low 0x8C4 32 RW 0xFFFFFFFF
<b> Register 561 (MAC Address40 Low Register) </b> 

The MAC Address40 Low register holds the lower 32 bits of the 41st 6-byte MAC address of the station.
gmacgrp_mac_address41_high 0x8C8 32 RW 0x0000FFFF
<b> Register 562 (MAC Address41 High Register) </b>  

The MAC Address41 High register holds the upper 16 bits of the 42nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address41 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address41 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address41_low 0x8CC 32 RW 0xFFFFFFFF
<b> Register 563 (MAC Address41 Low Register) </b>  

The MAC Address41 Low register holds the lower 32 bits of the 42nd 6-byte MAC address of the station.
gmacgrp_mac_address42_high 0x8D0 32 RW 0x0000FFFF
<b> Register 564 (MAC Address42 High Register) </b>  

The MAC Address42 High register holds the upper 16 bits of the 43rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address42 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address42 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address42_low 0x8D4 32 RW 0xFFFFFFFF
<b> Register 565 (MAC Address42 Low Register) </b> 

The MAC Address42 Low register holds the lower 32 bits of the 43rd 6-byte MAC address of the station.
gmacgrp_mac_address43_high 0x8D8 32 RW 0x0000FFFF
<b> Register 566 (MAC Address43 High Register) </b>  

The MAC Address43 High register holds the upper 16 bits of the 44th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address43 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address43 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address43_low 0x8DC 32 RW 0xFFFFFFFF
<b> Register 567 (MAC Address43 Low Register) </b>

The MAC Address43 Low register holds the lower 32 bits of the 44th 6-byte MAC address of the station.
gmacgrp_mac_address44_high 0x8E0 32 RW 0x0000FFFF
<b> Register 568 (MAC Address44 High Register) </b>  

The MAC Address44 High register holds the upper 16 bits of the 45th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address44 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address44 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address44_low 0x8E4 32 RW 0xFFFFFFFF
<b> Register 569 (MAC Address44 Low Register) </b> 

The MAC Address44 Low register holds the lower 32 bits of the 45th 6-byte MAC address of the station.
gmacgrp_mac_address45_high 0x8E8 32 RW 0x0000FFFF
<b> Register 570 (MAC Address45 High Register) </b>  

The MAC Address45 High register holds the upper 16 bits of the 46th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address45 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address45 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address45_low 0x8EC 32 RW 0xFFFFFFFF
<b> Register 571 (MAC Address45 Low Register) </b>  

The MAC Address45 Low register holds the lower 32 bits of the 46th 6-byte MAC address of the station.
gmacgrp_mac_address46_high 0x8F0 32 RW 0x0000FFFF
<b> Register 572 (MAC Address46 High Register) </b>  

The MAC Address46 High register holds the upper 16 bits of the 47th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address46 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address46 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address46_low 0x8F4 32 RW 0xFFFFFFFF
<b> Register 573 (MAC Address46 Low Register) </b>  

The MAC Address46 Low register holds the lower 32 bits of the 47th 6-byte MAC address of the station.
gmacgrp_mac_address47_high 0x8F8 32 RW 0x0000FFFF
<b> Register 574 (MAC Address47 High Register) </b>  

The MAC Address47 High register holds the upper 16 bits of the 48th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address47 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address47 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address47_low 0x8FC 32 RW 0xFFFFFFFF
<b> Register 575 (MAC Address47 Low Register) </b>  

The MAC Address47 Low register holds the lower 32 bits of the 48th 6-byte MAC address of the station.
gmacgrp_mac_address48_high 0x900 32 RW 0x0000FFFF
<b> Register 576 (MAC Address48 High Register) </b>  

The MAC Address48 High register holds the upper 16 bits of the 49th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address48 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address48 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address48_low 0x904 32 RW 0xFFFFFFFF
<b> Register 577 (MAC Address48 Low Register) </b>  

The MAC Address48 Low register holds the lower 32 bits of the 49th 6-byte MAC address of the station.
gmacgrp_mac_address49_high 0x908 32 RW 0x0000FFFF
<b> Register 578 (MAC Address49 High Register) </b>  

The MAC Address49 High register holds the upper 16 bits of the 50th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address49 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address49 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address49_low 0x90C 32 RW 0xFFFFFFFF
<b> Register 579 (MAC Address49 Low Register) </b>  

The MAC Address49 Low register holds the lower 32 bits of the 50th 6-byte MAC address of the station.
gmacgrp_mac_address50_high 0x910 32 RW 0x0000FFFF
<b> Register 580 (MAC Address50 High Register) </b>  

The MAC Address50 High register holds the upper 16 bits of the 51st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address50 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address50 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address50_low 0x914 32 RW 0xFFFFFFFF
<b> Register 581 (MAC Address50 Low Register) </b>  

The MAC Address50 Low register holds the lower 32 bits of the 51st 6-byte MAC address of the station.
gmacgrp_mac_address51_high 0x918 32 RW 0x0000FFFF
<b> Register 582 (MAC Address51 High Register) </b>  

The MAC Address51 High register holds the upper 16 bits of the 52nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address51 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address51 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address51_low 0x91C 32 RW 0xFFFFFFFF
<b> Register 583 (MAC Address51 Low Register) </b>  

The MAC Address51 Low register holds the lower 32 bits of the 52nd 6-byte MAC address of the station.
gmacgrp_mac_address52_high 0x920 32 RW 0x0000FFFF
<b> Register 584 (MAC Address52 High Register) </b>  

The MAC Address52 High register holds the upper 16 bits of the 53rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address52 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address52 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address52_low 0x924 32 RW 0xFFFFFFFF
<b> Register 585 (MAC Address52 Low Register) </b>

The MAC Address52 Low register holds the lower 32 bits of the 53rd 6-byte MAC address of the station.
gmacgrp_mac_address53_high 0x928 32 RW 0x0000FFFF
<b> Register 586 (MAC Address53 High Register)</b> 

The MAC Address53 High register holds the upper 16 bits of the 54th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address53 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address53 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address53_low 0x92C 32 RW 0xFFFFFFFF
<b> Register 587 (MAC Address53 Low Register)</b>  

The MAC Address53 Low register holds the lower 32 bits of the 54th 6-byte MAC address of the station.
gmacgrp_mac_address54_high 0x930 32 RW 0x0000FFFF
<b> Register 588 (MAC Address54 High Register)</b>  

The MAC Address54 High register holds the upper 16 bits of the 55th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address54 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address54 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address54_low 0x934 32 RW 0xFFFFFFFF
<b> Register 589 (MAC Address54 Low Register)</b>  

The MAC Address54 Low register holds the lower 32 bits of the 55th 6-byte MAC address of the station.
gmacgrp_mac_address55_high 0x938 32 RW 0x0000FFFF
<b> Register 590 (MAC Address55 High Register) </b>  

The MAC Address55 High register holds the upper 16 bits of the 56th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address55 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address55 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address55_low 0x93C 32 RW 0xFFFFFFFF
<b> Register 591 (MAC Address55 Low Register) </b>  

The MAC Address55 Low register holds the lower 32 bits of the 56th 6-byte MAC address of the station.
gmacgrp_mac_address56_high 0x940 32 RW 0x0000FFFF
<b> Register 592 (MAC Address56 High Register) </b>  

The MAC Address56 High register holds the upper 16 bits of the 57th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address56 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address56 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address56_low 0x944 32 RW 0xFFFFFFFF
<b> Register 593 (MAC Address56 Low Register) </b>  

The MAC Address56 Low register holds the lower 32 bits of the 57th 6-byte MAC address of the station.
gmacgrp_mac_address57_high 0x948 32 RW 0x0000FFFF
<b> Register 594 (MAC Address57 High Register) </b>  

The MAC Address57 High register holds the upper 16 bits of the 58th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address57 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address57 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address57_low 0x94C 32 RW 0xFFFFFFFF
<b> Register 595 (MAC Address57 Low Register)</b>  

The MAC Address57 Low register holds the lower 32 bits of the 58th 6-byte MAC address of the station.
gmacgrp_mac_address58_high 0x950 32 RW 0x0000FFFF
<b> Register 596 (MAC Address58 High Register)</b>  

The MAC Address58 High register holds the upper 16 bits of the 59th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address58 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address58 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address58_low 0x954 32 RW 0xFFFFFFFF
<b> Register 597 (MAC Address58 Low Register)</b>  

The MAC Address58 Low register holds the lower 32 bits of the 59th 6-byte MAC address of the station.
gmacgrp_mac_address59_high 0x958 32 RW 0x0000FFFF
<b> Register 598 (MAC Address59 High Register) </b>  

The MAC Address59 High register holds the upper 16 bits of the 60th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address59 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address59 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address59_low 0x95C 32 RW 0xFFFFFFFF
<b> Register 599 (MAC Address59 Low Register) </b>  

The MAC Address59 Low register holds the lower 32 bits of the 60th 6-byte MAC address of the station.
gmacgrp_mac_address60_high 0x960 32 RW 0x0000FFFF
<b> Register 600 (MAC Address60 High Register) </b>  

The MAC Address60 High register holds the upper 16 bits of the 61st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address60 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address60 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address60_low 0x964 32 RW 0xFFFFFFFF
<b> Register 601 (MAC Address60 Low Register) </b>  

The MAC Address60 Low register holds the lower 32 bits of the 61st 6-byte MAC address of the station.
gmacgrp_mac_address61_high 0x968 32 RW 0x0000FFFF
<b> Register 602 (MAC Address61 High Register) </b>  

The MAC Address61 High register holds the upper 16 bits of the 62nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address61 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address61 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address61_low 0x96C 32 RW 0xFFFFFFFF
<b> Register 603 (MAC Address61 Low Register)</b>  

The MAC Address61 Low register holds the lower 32 bits of the 62nd 6-byte MAC address of the station.
gmacgrp_mac_address62_high 0x970 32 RW 0x0000FFFF
<b> Register 604 (MAC Address62 High Register)</b>  

The MAC Address62 High register holds the upper 16 bits of the 63rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address62 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address62 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address62_low 0x974 32 RW 0xFFFFFFFF
<b> Register 605 (MAC Address62 Low Register)</b>  

The MAC Address62 Low register holds the lower 32 bits of the 63rd 6-byte MAC address of the station.
gmacgrp_mac_address63_high 0x978 32 RW 0x0000FFFF
<b> Register 606 (MAC Address63 High Register) </b>  

The MAC Address63 High register holds the upper 16 bits of the 64th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address63 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address63 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address63_low 0x97C 32 RW 0xFFFFFFFF
<b> Register 607 (MAC Address63 Low Register) </b>  

The MAC Address63 Low register holds the lower 32 bits of the 64th 6-byte MAC address of the station.
gmacgrp_mac_address64_high 0x980 32 RW 0x0000FFFF
<b> Register 608 (MAC Address64 High Register) </b>  

The MAC Address64 High register holds the upper 16 bits of the 65th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address64 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address64 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address64_low 0x984 32 RW 0xFFFFFFFF
<b> Register 609 (MAC Address64 Low Register) </b> 

The MAC Address64 Low register holds the lower 32 bits of the 65th 6-byte MAC address of the station.
gmacgrp_mac_address65_high 0x988 32 RW 0x0000FFFF
<b> Register 610 (MAC Address65 High Register) </b>  

The MAC Address65 High register holds the upper 16 bits of the 66th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address65 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address65 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address65_low 0x98C 32 RW 0xFFFFFFFF
<b> Register 611 (MAC Address65 Low Register)</b>  

The MAC Address65 Low register holds the lower 32 bits of the 66th 6-byte MAC address of the station.
gmacgrp_mac_address66_high 0x990 32 RW 0x0000FFFF
<b> Register 612 (MAC Address66 High Register)</b>  

The MAC Address66 High register holds the upper 16 bits of the 67th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address66 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address66 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address66_low 0x994 32 RW 0xFFFFFFFF
<b> Register 613 (MAC Address66 Low Register)</b>  

The MAC Address66 Low register holds the lower 32 bits of the 67th 6-byte MAC address of the station.
gmacgrp_mac_address67_high 0x998 32 RW 0x0000FFFF
<b> Register 614 (MAC Address67 High Register)</b>  

The MAC Address67 High register holds the upper 16 bits of the 68th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address67 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address67 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address67_low 0x99C 32 RW 0xFFFFFFFF
<b> Register 615 (MAC Address67 Low Register)</b>  

The MAC Address67 Low register holds the lower 32 bits of the 68th 6-byte MAC address of the station.
gmacgrp_mac_address68_high 0x9A0 32 RW 0x0000FFFF
<b> Register 616 (MAC Address68 High Register)</b>  

The MAC Address68 High register holds the upper 16 bits of the 69th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address68 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address68 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address68_low 0x9A4 32 RW 0xFFFFFFFF
<b> Register 617 (MAC Address68 Low Register)</b>  

The MAC Address68 Low register holds the lower 32 bits of the 69th 6-byte MAC address of the station.
gmacgrp_mac_address69_high 0x9A8 32 RW 0x0000FFFF
<b> Register 618 (MAC Address69 High Register) </b>  

The MAC Address69 High register holds the upper 16 bits of the 70th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address69 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address70 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address69_low 0x9AC 32 RW 0xFFFFFFFF
<b> Register 619 (MAC Address69 Low Register) </b>  

The MAC Address69 Low register holds the lower 32 bits of the 70th 6-byte MAC address of the station.
gmacgrp_mac_address70_high 0x9B0 32 RW 0x0000FFFF
<b> Register 620 (MAC Address70 High Register) </b>  

The MAC Address70 High register holds the upper 16 bits of the 71st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address70 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address70 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address70_low 0x9B4 32 RW 0xFFFFFFFF
<b> Register 621 (MAC Address70 Low Register) </b>  

The MAC Address70 Low register holds the lower 32 bits of the 71st 6-byte MAC address of the station.
gmacgrp_mac_address71_high 0x9B8 32 RW 0x0000FFFF
<b> Register 622 (MAC Address71 High Register) </b>  

The MAC Address71 High register holds the upper 16 bits of the 72nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address71 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address71 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address71_low 0x9BC 32 RW 0xFFFFFFFF
<b> Register 623 (MAC Address71 Low Register)</b>  

The MAC Address71 Low register holds the lower 32 bits of the 72nd 6-byte MAC address of the station.
gmacgrp_mac_address72_high 0x9C0 32 RW 0x0000FFFF
<b> Register 624 (MAC Address72 High Register)</b>  

The MAC Address72 High register holds the upper 16 bits of the 73rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address72 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address72 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address72_low 0x9C4 32 RW 0xFFFFFFFF
<b> Register 625 (MAC Address72 Low Register)</b>  

The MAC Address72 Low register holds the lower 32 bits of the 73rd 6-byte MAC address of the station.
gmacgrp_mac_address73_high 0x9C8 32 RW 0x0000FFFF
<b> Register 626 (MAC Address73 High Register)</b>  

The MAC Address73 High register holds the upper 16 bits of the 74th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address73 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address73 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address73_low 0x9CC 32 RW 0xFFFFFFFF
<b> Register 627 (MAC Address73 Low Register)</b>  

The MAC Address73 Low register holds the lower 32 bits of the 74th 6-byte MAC address of the station.
gmacgrp_mac_address74_high 0x9D0 32 RW 0x0000FFFF
<b> Register 628 (MAC Address74 High Register)</b>  

The MAC Address74 High register holds the upper 16 bits of the 75th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address74 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address74 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address74_low 0x9D4 32 RW 0xFFFFFFFF
<b> Register 629 (MAC Address74 Low Register)</b> 

The MAC Address74 Low register holds the lower 32 bits of the 75th 6-byte MAC address of the station.
gmacgrp_mac_address75_high 0x9D8 32 RW 0x0000FFFF
<b> Register 630 (MAC Address75 High Register) </b>  

The MAC Address75 High register holds the upper 16 bits of the 76th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address75 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address75 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address75_low 0x9DC 32 RW 0xFFFFFFFF
<b> Register 631 (MAC Address75 Low Register) </b>  

The MAC Address75 Low register holds the lower 32 bits of the 76th 6-byte MAC address of the station.
gmacgrp_mac_address76_high 0x9E0 32 RW 0x0000FFFF
<b> Register 632 (MAC Address76 High Register) </b>  

The MAC Address76 High register holds the upper 16 bits of the 77th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address76 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address76 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address76_low 0x9E4 32 RW 0xFFFFFFFF
<b> Register 633 (MAC Address76 Low Register) </b>  

The MAC Address76 Low register holds the lower 32 bits of the 77th 6-byte MAC address of the station.
gmacgrp_mac_address77_high 0x9E8 32 RW 0x0000FFFF
<b> Register 634 (MAC Address77 High Register) </b>  

The MAC Address77 High register holds the upper 16 bits of the 78th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address77 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address77 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address77_low 0x9EC 32 RW 0xFFFFFFFF
<b> Register 635 (MAC Address77 Low Register)</b>  

The MAC Address77 Low register holds the lower 32 bits of the 78th 6-byte MAC address of the station.
gmacgrp_mac_address78_high 0x9F0 32 RW 0x0000FFFF
<b> Register 636 (MAC Address78 High Register)</b>  

The MAC Address78 High register holds the upper 16 bits of the 79th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address78 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address78 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address78_low 0x9F4 32 RW 0xFFFFFFFF
<b> Register 637 (MAC Address78 Low Register)</b>  

The MAC Address78 Low register holds the lower 32 bits of the 79th 6-byte MAC address of the station.
gmacgrp_mac_address79_high 0x9F8 32 RW 0x0000FFFF
<b> Register 638 (MAC Address79 High Register)</b>  

The MAC Address79 High register holds the upper 16 bits of the 80th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address79 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address79 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address79_low 0x9FC 32 RW 0xFFFFFFFF
<b> Register 639 (MAC Address79 Low Register)</b>  

The MAC Address79 Low register holds the lower 32 bits of the 80th 6-byte MAC address of the station.
gmacgrp_mac_address80_high 0xA00 32 RW 0x0000FFFF
<b> Register 640 (MAC Address80 High Register)</b>  

The MAC Address80 High register holds the upper 16 bits of the 81st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address80 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address80 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address80_low 0xA04 32 RW 0xFFFFFFFF
<b> Register 641 (MAC Address80 Low Register) </b> 
  

The MAC Address80 Low register holds the lower 32 bits of the 81st 6-byte MAC address of the station.
gmacgrp_mac_address81_high 0xA08 32 RW 0x0000FFFF
<b> Register 642 (MAC Address81 High Register) </b>  

The MAC Address81 High register holds the upper 16 bits of the 82nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address81 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address81 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address81_low 0xA0C 32 RW 0xFFFFFFFF
<b> Register 643 (MAC Address81 Low Register) </b>  

The MAC Address81 Low register holds the lower 32 bits of the 82nd 6-byte MAC address of the station.
gmacgrp_mac_address82_high 0xA10 32 RW 0x0000FFFF
<b> Register 644 (MAC Address82 High Register) </b>  

The MAC Address82 High register holds the upper 16 bits of the 83rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address82 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address82 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address82_low 0xA14 32 RW 0xFFFFFFFF
<b> Register 645 (MAC Address82 Low Register) </b>  

The MAC Address82 Low register holds the lower 32 bits of the 83rd 6-byte MAC address of the station.
gmacgrp_mac_address83_high 0xA18 32 RW 0x0000FFFF
<b> Register 646 (MAC Address83 High Register) </b>  

The MAC Address83 High register holds the upper 16 bits of the 84th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address83 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address83 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address83_low 0xA1C 32 RW 0xFFFFFFFF
<b> Register 647 (MAC Address83 Low Register)</b>  

The MAC Address83 Low register holds the lower 32 bits of the 84th 6-byte MAC address of the station.
gmacgrp_mac_address84_high 0xA20 32 RW 0x0000FFFF
<b> Register 648 (MAC Address84 High Register)</b>  

The MAC Address84 High register holds the upper 16 bits of the 85th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address84 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address84 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address84_low 0xA24 32 RW 0xFFFFFFFF
<b> Register 649 (MAC Address84 Low Register)</b>  

The MAC Address84 Low register holds the lower 32 bits of the 85th 6-byte MAC address of the station.
gmacgrp_mac_address85_high 0xA28 32 RW 0x0000FFFF
<b> Register 650 (MAC Address85 High Register)</b>  

The MAC Address85 High register holds the upper 16 bits of the 86th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address85 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address85 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address85_low 0xA2C 32 RW 0xFFFFFFFF
<b> Register 651 (MAC Address85 Low Register)</b>  

The MAC Address85 Low register holds the lower 32 bits of the 86th 6-byte MAC address of the station.
gmacgrp_mac_address86_high 0xA30 32 RW 0x0000FFFF
<b> Register 652 (MAC Address86 High Register)</b>  

The MAC Address86 High register holds the upper 16 bits of the 87th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address86 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address86 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address86_low 0xA34 32 RW 0xFFFFFFFF
<b> Register 653 (MAC Address86 Low Register)</b>
  

The MAC Address86 Low register holds the lower 32 bits of the 87th 6-byte MAC address of the station.
gmacgrp_mac_address87_high 0xA38 32 RW 0x0000FFFF
<b> Register 654 (MAC Address87 High Register)</b>
  

The MAC Address87 High register holds the upper 16 bits of the 88th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address87 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address87 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address87_low 0xA3C 32 RW 0xFFFFFFFF
<b> Register 655 (MAC Address87 Low Register)</b>
  

The MAC Address87 Low register holds the lower 32 bits of the 88th 6-byte MAC address of the station.
gmacgrp_mac_address88_high 0xA40 32 RW 0x0000FFFF
<b> Register 656 (MAC Address88 High Register)</b>
  

The MAC Address88 High register holds the upper 16 bits of the 89th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address88 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address88 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address88_low 0xA44 32 RW 0xFFFFFFFF
<b> Register 657 (MAC Address88 Low Register)</b>
  

The MAC Address88 Low register holds the lower 32 bits of the 89th 6-byte MAC address of the station.
gmacgrp_mac_address89_high 0xA48 32 RW 0x0000FFFF
<b> Register 658 (MAC Address89 High Register)</b>
  

The MAC Address89 High register holds the upper 16 bits of the 90th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address89 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address89 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address89_low 0xA4C 32 RW 0xFFFFFFFF
<b> Register 659 (MAC Address89 Low Register)</b>
  

The MAC Address89 Low register holds the lower 32 bits of the 90th 6-byte MAC address of the station.
gmacgrp_mac_address90_high 0xA50 32 RW 0x0000FFFF
<b> Register 660 (MAC Address90 High Register)</b>
  

The MAC Address90 High register holds the upper 16 bits of the 91st 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address90 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address90 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address90_low 0xA54 32 RW 0xFFFFFFFF
<b> Register 661 (MAC Address90 Low Register)</b>
  

The MAC Address90 Low register holds the lower 32 bits of the 91st 6-byte MAC address of the station.
gmacgrp_mac_address91_high 0xA58 32 RW 0x0000FFFF
<b> Register 662 (MAC Address91 High Register)</b>
  

The MAC Address91 High register holds the upper 16 bits of the 92nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address32 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address91 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address91_low 0xA5C 32 RW 0xFFFFFFFF
<b> Register 663 (MAC Address91 Low Register)</b>
  

The MAC Address91 Low register holds the lower 32 bits of the 92nd 6-byte MAC address of the station.
gmacgrp_mac_address92_high 0xA60 32 RW 0x0000FFFF
<b> Register 664 (MAC Address92 High Register)</b>
  

The MAC Address92 High register holds the upper 16 bits of the 93rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address92 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address92 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address92_low 0xA64 32 RW 0xFFFFFFFF
<b> Register 665 (MAC Address92 Low Register)</b>
  

The MAC Address92 Low register holds the lower 32 bits of the 93rd 6-byte MAC address of the station.
gmacgrp_mac_address93_high 0xA68 32 RW 0x0000FFFF
<b> Register 666 (MAC Address93 High Register)</b>
  

The MAC Address93 High register holds the upper 16 bits of the 94th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address93 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address93 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address93_low 0xA6C 32 RW 0xFFFFFFFF
<b> Register 667 (MAC Address93 Low Register)</b>
  

The MAC Address93 Low register holds the lower 32 bits of the 94th 6-byte MAC address of the station.
gmacgrp_mac_address94_high 0xA70 32 RW 0x0000FFFF
<b> Register 668 (MAC Address94 High Register)</b>
  

The MAC Address94 High register holds the upper 16 bits of the 95th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address94 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address94 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address94_low 0xA74 32 RW 0xFFFFFFFF
<b> Register 669 (MAC Address94 Low Register)</b>
  

The MAC Address94 Low register holds the lower 32 bits of the 95th 6-byte MAC address of the station.
gmacgrp_mac_address95_high 0xA78 32 RW 0x0000FFFF
<b> Register 670 (MAC Address95 High Register)</b>
  

The MAC Address95 High register holds the upper 16 bits of the 96th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address95 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address95 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address95_low 0xA7C 32 RW 0xFFFFFFFF
<b> Register 671 (MAC Address95 Low Register)</b>
  

The MAC Address95 Low register holds the lower 32 bits of the 96th 6-byte MAC address of the station.
gmacgrp_mac_address96_high 0xA80 32 RW 0x0000FFFF
<b> Register 672 (MAC Address96 High Register)</b>
  

The MAC Address96 High register holds the upper 16 bits of the 97th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address96 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address96 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address96_low 0xA84 32 RW 0xFFFFFFFF
<b> Register 673 (MAC Address96 Low Register)</b>
  

The MAC Address96 Low register holds the lower 32 bits of the 97th 6-byte MAC address of the station.
gmacgrp_mac_address97_high 0xA88 32 RW 0x0000FFFF
<b> Register 674 (MAC Address97 High Register)</b>
  

The MAC Address97 High register holds the upper 16 bits of the 98th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address97 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address97 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address97_low 0xA8C 32 RW 0xFFFFFFFF
<b> Register 675 (MAC Address97 Low Register)</b>
  

The MAC Address97 Low register holds the lower 32 bits of the 98th 6-byte MAC address of the station.
gmacgrp_mac_address98_high 0xA90 32 RW 0x0000FFFF
<b> Register 676 (MAC Address98 High Register)</b>
  

The MAC Address99 High register holds the upper 16 bits of the 100th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address99 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address99 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address98_low 0xA94 32 RW 0xFFFFFFFF
<b> Register 677 (MAC Address98 Low Register)</b>
  

The MAC Address98 Low register holds the lower 32 bits of the 99th 6-byte MAC address of the station.
gmacgrp_mac_address99_high 0xA98 32 RW 0x0000FFFF
<b> Register 678 (MAC Address99 High Register)</b>

The MAC Address99 High register holds the upper 16 bits of the 6-byte 100th MAC address of the station. If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address99 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address99 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address99_low 0xA9C 32 RW 0xFFFFFFFF
<b> Register 679 (MAC Address99 Low Register)</b>
  

The MAC Address99 Low register holds the lower 32 bits of the 100th 6-byte MAC address of the station.
gmacgrp_mac_address100_high 0xAA0 32 RW 0x0000FFFF
<b> Register 680 (MAC Address100 High Register)</b>
  

The MAC Address100 High register holds the upper 16 bits of the 101th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address100 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address100 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address100_low 0xAA4 32 RW 0xFFFFFFFF
<b> Register 681 (MAC Address100 Low Register)</b>
  

The MAC Address100 Low register holds the lower 32 bits of the 101th 6-byte MAC address of the station.
gmacgrp_mac_address101_high 0xAA8 32 RW 0x0000FFFF
<b> Register 682 (MAC Address101 High Register)</b>
  

The MAC Address101 High register holds the upper 16 bits of the 102nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address101 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address101 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address101_low 0xAAC 32 RW 0xFFFFFFFF
<b> Register 683 (MAC Address101 Low Register)</b>
  

The MAC Address101 Low register holds the lower 32 bits of the 102nd 6-byte MAC address of the station.
gmacgrp_mac_address102_high 0xAB0 32 RW 0x0000FFFF
<b> Register 684 (MAC Address102 High Register)</b>
  

The MAC Address102 High register holds the upper 16 bits of the 6-byte 103rd MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address102 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address102 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address102_low 0xAB4 32 RW 0xFFFFFFFF
<b> Register 685 (MAC Address102 Low Register)</b>
  

The MAC Address102 Low register holds the lower 32 bits of the 103rd 6-byte MAC address of the station.
gmacgrp_mac_address103_high 0xAB8 32 RW 0x0000FFFF
<b> Register 686 (MAC Address103 High Register)</b>
  

The MAC Address103 High register holds the upper 16 bits of the 6-byte 104th MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address103 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address103 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address103_low 0xABC 32 RW 0xFFFFFFFF
<b> Register 687 (MAC Address103 Low Register)</b>
  

The MAC Address103 Low register holds the lower 32 bits of the 104th 6-byte MAC address of the station.
gmacgrp_mac_address104_high 0xAC0 32 RW 0x0000FFFF
<b> Register 688 (MAC Address104 High Register)</b>
  

The MAC Address104 High register holds the upper 16 bits of the 105th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address104 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address104 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address104_low 0xAC4 32 RW 0xFFFFFFFF
<b> Register 689 (MAC Address104 Low Register)</b>
  

The MAC Address104 Low register holds the lower 32 bits of the 105th 6-byte MAC address of the station.
gmacgrp_mac_address105_high 0xAC8 32 RW 0x0000FFFF
<b> Register 690 (MAC Address105 High Register)</b>
  

The MAC Address105 High register holds the upper 16 bits of the 106th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address105 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address105 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address105_low 0xACC 32 RW 0xFFFFFFFF
<b> Register 691 (MAC Address105 Low Register)</b>
  

The MAC Address105 Low register holds the lower 32 bits of the 106th 6-byte MAC address of the station.
gmacgrp_mac_address106_high 0xAD0 32 RW 0x0000FFFF
<b> Register 692 (MAC Address106 High Register)</b>
  

The MAC Address106 High register holds the upper 16 bits of the 107th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address106 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address106 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address106_low 0xAD4 32 RW 0xFFFFFFFF
<b> Register 693 (MAC Address106 Low Register)</b>
  

The MAC Address106 Low register holds the lower 32 bits of the 107th 6-byte MAC address of the station.
gmacgrp_mac_address107_high 0xAD8 32 RW 0x0000FFFF
<b> Register 694 (MAC Address107 High Register)</b>
  

The MAC Address107 High register holds the upper 16 bits of the 108th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address107 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address107 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address107_low 0xADC 32 RW 0xFFFFFFFF
<b> Register 695 (MAC Address107 Low Register)</b>
  

The MAC Address107 Low register holds the lower 32 bits of the 108th 6-byte MAC address of the station.
gmacgrp_mac_address108_high 0xAE0 32 RW 0x0000FFFF
<b> Register 696 (MAC Address108 High Register)</b>
  

The MAC Address108 High register holds the upper 16 bits of the 109th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address108 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address108 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address108_low 0xAE4 32 RW 0xFFFFFFFF
<b> Register 697 (MAC Address108 Low Register)</b>
  

The MAC Address108 Low register holds the lower 32 bits of the 109th 6-byte MAC address of the station.
gmacgrp_mac_address109_high 0xAE8 32 RW 0x0000FFFF
<b> Register 698 (MAC Address109 High Register)</b>
  

The MAC Address109 High register holds the upper 16 bits of the 110th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address109 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address109 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address109_low 0xAEC 32 RW 0xFFFFFFFF
<b> Register 699 (MAC Address109 Low Register)</b>
  

The MAC Address109 Low register holds the lower 32 bits of the 110th 6-byte MAC address of the station.
gmacgrp_mac_address110_high 0xAF0 32 RW 0x0000FFFF
<b> Register XXX (MAC AddressXX High Register)</b>
  

The MAC Address110 High register holds the upper 16 bits of the 111th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address110 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address110 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address110_low 0xAF4 32 RW 0xFFFFFFFF
<b> Register 700 (MAC Address110 Low Register)</b>
  

The MAC Address110 Low register holds the lower 32 bits of the 111th 6-byte MAC address of the station.
gmacgrp_mac_address111_high 0xAF8 32 RW 0x0000FFFF
<b> Register 701 (MAC Address111 High Register)</b>
  

The MAC Address111 High register holds the upper 16 bits of the 6-byte 112th MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address111 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address111 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address111_low 0xAFC 32 RW 0xFFFFFFFF
<b> Register 702 (MAC Address111 Low Register)</b>
  

The MAC Address111 Low register holds the lower 32 bits of the 112th 6-byte MAC address of the station.
gmacgrp_mac_address112_high 0xB00 32 RW 0x0000FFFF
<b> Register 703 (MAC Address112 High Register)</b>
  

The MAC Address112 High register holds the upper 16 bits of the 113th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address112 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address112 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address112_low 0xB04 32 RW 0xFFFFFFFF
<b> Register 704 (MAC Address112 Low Register)</b>
  

The MAC Address112 Low register holds the lower 32 bits of the 113th 6-byte MAC address of the station.
gmacgrp_mac_address113_high 0xB08 32 RW 0x0000FFFF
<b> Register 705 (MAC Address113 High Register)</b>
  

The MAC Address113 High register holds the upper 16 bits of the 114th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address113 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address113 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address113_low 0xB0C 32 RW 0xFFFFFFFF
<b> Register 706 (MAC Address113 Low Register)</b>
  

The MAC Address113 Low register holds the lower 32 bits of the 114th 6-byte MAC address of the station.
gmacgrp_mac_address114_high 0xB10 32 RW 0x0000FFFF
<b> Register 707 (MAC Address114 High Register)</b>
  

The MAC Address114 High register holds the upper 16 bits of the 115th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address114 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address114 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address114_low 0xB14 32 RW 0xFFFFFFFF
<b> Register 708 (MAC Address114 Low Register)</b>
  

The MAC Address114 Low register holds the lower 32 bits of the 115th 6-byte MAC address of the station.
gmacgrp_mac_address115_high 0xB18 32 RW 0x0000FFFF
<b> Register 709 (MAC Address115 High Register)</b>
  

The MAC Address115 High register holds the upper 16 bits of the 116th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address115 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address115 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address115_low 0xB1C 32 RW 0xFFFFFFFF
<b> Register 710 (MAC Address115 Low Register)</b>
  

The MAC Address115 Low register holds the lower 32 bits of the 116th 6-byte MAC address of the station.
gmacgrp_mac_address116_high 0xB20 32 RW 0x0000FFFF
<b> Register 711 (MAC Address116 High Register)</b>
  

The MAC Address116 High register holds the upper 16 bits of the 117th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address116 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address116 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address116_low 0xB24 32 RW 0xFFFFFFFF
<b> Register 712 (MAC Address116 Low Register)</b>
  

The MAC Address116 Low register holds the lower 32 bits of the 117th 6-byte MAC address of the station.
gmacgrp_mac_address117_high 0xB28 32 RW 0x0000FFFF
<b> Register 713 (MAC Address117 High Register)</b>
  

The MAC Address117 High register holds the upper 16 bits of the 118th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address117 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address117 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address117_low 0xB2C 32 RW 0xFFFFFFFF
<b> Register 714 (MAC Address117 Low Register)</b>
  

The MAC Address117 Low register holds the lower 32 bits of the 118th 6-byte MAC address of the station.
gmacgrp_mac_address118_high 0xB30 32 RW 0x0000FFFF
<b> Register 715 (MAC Address118 High Register)</b>
  

The MAC Address118 High register holds the upper 16 bits of the 119th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address118 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address118 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address118_low 0xB34 32 RW 0xFFFFFFFF
<b> Register 716 (MAC Address118 Low Register)</b>
  

The MAC Address118 Low register holds the lower 32 bits of the 119th 6-byte MAC address of the station.
gmacgrp_mac_address119_high 0xB38 32 RW 0x0000FFFF
<b> Register 717 (MAC Address119 High Register)</b>
  

The MAC Address119 High register holds the upper 16 bits of the 120th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address119 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address119 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address119_low 0xB3C 32 RW 0xFFFFFFFF
<b> Register 718 (MAC Address119 Low Register)</b>
  

The MAC Address119 Low register holds the lower 32 bits of the 120th 6-byte MAC address of the station.
gmacgrp_mac_address120_high 0xB40 32 RW 0x0000FFFF
<b> Register 719 (MAC Address120 High Register)</b>
  

The MAC Address120 High register holds the upper 16 bits of the 6-byte 121st MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address120 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address120 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address120_low 0xB44 32 RW 0xFFFFFFFF
<b> Register 720 (MAC Address120 Low Register)</b>
  

The MAC Address120 Low register holds the lower 32 bits of the 121st 6-byte MAC address of the station.
gmacgrp_mac_address121_high 0xB48 32 RW 0x0000FFFF
<b> Register 721 (MAC Address121 High Register)</b>
  

The MAC Address121 High register holds the upper 16 bits of the 122nd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address121 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address121 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address121_low 0xB4C 32 RW 0xFFFFFFFF
<b> Register 722 (MAC Address121 Low Register)</b>
  

The MAC Address121 Low register holds the lower 32 bits of the 122nd 6-byte MAC address of the station.
gmacgrp_mac_address122_high 0xB50 32 RW 0x0000FFFF
<b> Register 723 (MAC Address122 High Register)</b>
  

The MAC Address122 High register holds the upper 16 bits of the 123rd 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address122 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address122 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address122_low 0xB54 32 RW 0xFFFFFFFF
<b> Register 724 (MAC Address122 Low Register)</b>
  

The MAC Address122 Low register holds the lower 32 bits of the 123rd 6-byte MAC address of the station.
gmacgrp_mac_address123_high 0xB58 32 RW 0x0000FFFF
<b> Register 725 (MAC Address123 High Register)</b>
  

The MAC Address123 High register holds the upper 16 bits of the 124th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address123 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address123 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address123_low 0xB5C 32 RW 0xFFFFFFFF
<b> Register 726 (MAC AddressXX 123 Register)</b>
  

The MAC Address123 Low register holds the lower 32 bits of the 124th 6-byte MAC address of the station.
gmacgrp_mac_address124_high 0xB60 32 RW 0x0000FFFF
<b> Register 727 (MAC Address124 High Register)</b>
  

The MAC Address124 High register holds the upper 16 bits of the 125th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address124 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address124 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address124_low 0xB64 32 RW 0xFFFFFFFF
<b> Register 728 (MAC Address124 Low Register)</b>
  

The MAC Address124 Low register holds the lower 32 bits of the 125th 6-byte MAC address of the station.
gmacgrp_mac_address125_high 0xB68 32 RW 0x0000FFFF
<b> Register 729 (MAC Address125 High Register)</b>
  

The MAC Address125 High register holds the upper 16 bits of the 126th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address125 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address125 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address125_low 0xB6C 32 RW 0xFFFFFFFF
<b> Register 730 (MAC Address125 Low Register)</b>
  

The MAC Address125 Low register holds the lower 32 bits of the 126th 6-byte MAC address of the station.
gmacgrp_mac_address126_high 0xB70 32 RW 0x0000FFFF
<b> Register 731 (MAC Address126 High Register)</b>
  

The MAC Address126 High register holds the upper 16 bits of the 127th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address126 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address126 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address126_low 0xB74 32 RW 0xFFFFFFFF
<b> Register 732 (MAC Address126 Low Register)</b>
  

The MAC Address126 Low register holds the lower 32 bits of the 127th 6-byte MAC address of the station.
gmacgrp_mac_address127_high 0xB78 32 RW 0x0000FFFF
<b> Register 733 (MAC Address127 High Register)</b>
  

The MAC Address127 High register holds the upper 16 bits of the 128th 6-byte MAC address of the station.

If the MAC address registers are configured to be double-synchronized to the (G)MII clock domains, then
the synchronization is triggered only when Bits[31:24] (in little-endian mode) or Bits[7:0] (in big-endian mode) of the MAC Address127 Low Register are written. For proper synchronization updates, consecutive writes to this MAC Address127 Low Register must be performed after at least four clock cycles in the destination clock domain.
gmacgrp_mac_address127_low 0xB7C 32 RW 0xFFFFFFFF
<b> Register 734 (MAC Address127 Low Register)</b>
  

The MAC Address127 Low register holds the lower 32 bits of the 128th 6-byte MAC address of the station.
dmagrp_bus_mode 0x1000 32 RW 0x00020101
<b> Register 0 (Bus Mode Register) </b>

The Bus Mode register establishes the bus operating modes for the DMA.
dmagrp_transmit_poll_demand 0x1004 32 RW 0x00000000
<b> Register 1 (Transmit Poll Demand Register) </b>

The Transmit Poll Demand register enables the Tx DMA to check whether or not the DMA owns the current descriptor. The Transmit Poll Demand command is given to wake up the Tx DMA if it is in the Suspend mode. The Tx DMA can go into the Suspend mode because of an Underflow error in a transmitted frame or the unavailability of descriptors owned by it. You can give this command anytime and the Tx DMA resets this command when it again starts fetching the current descriptor from host memory. When this register is read, it always returns zero.
dmagrp_receive_poll_demand 0x1008 32 RW 0x00000000
<b>Register 2 (Receive Poll Demand Register) </b>

The Receive Poll Demand register enables the receive DMA to check for new descriptors. This command is used to wake up the Rx DMA from the SUSPEND state. The RxDMA can go into the SUSPEND state only because of the unavailability of descriptors it owns. When this register is read, it always returns zero.
dmagrp_receive_descriptor_list_address 0x100C 32 RW 0x00000000
<b>Register 3 (Receive Descriptor List Address Register) </b>

The Receive Descriptor List Address register points to the start of the Receive Descriptor List. The descriptor lists reside in the host's physical memory space and must be Word, Dword, or Lword-aligned (for 32-bit, 64-bit, or 128-bit data bus). The DMA internally converts it to bus width aligned address by making the corresponding LS bits low. Writing to this register is permitted only when reception is stopped. When stopped, this register must be written to before the receive Start command is given.

You can write to this register only when Rx DMA has stopped, that is, Bit 1 (SR) is set to zero in Register 6 (Operation Mode Register). When stopped, this register can be written with a new descriptor list address. When you set the SR bit to 1, the DMA takes the newly programmed descriptor base address.

If this register is not changed when the SR bit is set to 0, then the DMA takes the descriptor address where it was stopped earlier.
dmagrp_transmit_descriptor_list_address 0x1010 32 RW 0x00000000
<b>Register 4 (Transmit Descriptor List Address Register)</b>

The Transmit Descriptor List Address register points to the start of the Transmit Descriptor List. The descriptor lists reside in the host's physical memory space and must be Word, Dword, or Lword-aligned (for 32-bit, 64-bit, or 128-bit data bus). The DMA internally converts it to bus width aligned address by making the corresponding LSB to low. 

You can write to this register only when the Tx DMA has stopped, that is, Bit 13 (ST) is set to zero in Register 6 (Operation Mode Register). When stopped, this register can be written with a new descriptor list address. When you set the ST bit to 1, the DMA takes the newly programmed descriptor base address.

If this register is not changed when the ST bit is set to 0, then the DMA takes the descriptor address where it was stopped earlier.
dmagrp_status 0x1014 32 RW 0x00000000
<b>Register 5 (Status Register) </b> 

The Status register contains all status bits that the DMA reports to the host. The Software driver reads this register during an interrupt service routine or polling. Most of the fields in this register cause the host to be interrupted. The bits of this register are not cleared when read. Writing 1'b1 to (unreserved) Bits[16:0] of this register clears these bits and writing 1'b0 has no effect. Each field (Bits[16:0]) can be masked by masking the appropriate bit in Register 7 (Interrupt Enable Register).
dmagrp_operation_mode 0x1018 32 RW 0x00000000
<b> Register 6 (Operation Mode Register) </b>

The Operation Mode register establishes the Transmit and Receive operating modes and commands. This register should be the last CSR to be written as part of the DMA initialization. This register is also present in the GMAC-MTL configuration with unused and reserved bits 24, 13, 2, and 1.
dmagrp_interrupt_enable 0x101C 32 RW 0x00000000
<b> Register 7 (Interrupt Enable Register) </b>

The Interrupt Enable register enables the interrupts reported by Register 5 (Status Register). Setting a bit to 1'b1 enables a corresponding interrupt. After a hardware or software reset, all interrupts are disabled.
dmagrp_missed_frame_and_buffer_overflow_counter 0x1020 32 RO 0x00000000
<b>Register 8 (Missed Frame and Buffer Overflow Counter Register) </b>

The DMA maintains two counters to track the number of frames missed during reception. This register reports the current value of the counter. The counter is used for diagnostic purposes. Bits[15:0] indicate missed frames because of the host buffer being unavailable. Bits[27:17] indicate missed frames because of buffer overflow conditions (MTL and MAC) and runt frames (good frames of less than 64 bytes) dropped by the MTL.
dmagrp_receive_interrupt_watchdog_timer 0x1024 32 RW 0x00000000
<b> Register 9 (Receive Interrupt Watchdog Timer Register) </b>

This register, when written with non-zero value, enables the watchdog timer for the Receive Interrupt (Bit 6) of Register 5 (Status Register)
dmagrp_axi_bus_mode 0x1028 32 RW 0x00110001
Register 10 (AXI Bus Mode Register) 
dmagrp_ahb_or_axi_status 0x102C 32 RO 0x00000000
<b> Register 11 (AHB or AXI Status Register) </b>

This register provides the active status of the AHB master interface or AXI interface's read and write channels. This register is present and valid only in the GMAC-AHB and GMAC-AXI configurations. This register is useful for debugging purposes. In addition, this register is valid only in the Channel 0 DMA when multiple channels are present in the AV mode.
dmagrp_current_host_transmit_descriptor 0x1048 32 RO 0x00000000
<b> Register 18 (Current Host Transmit Descriptor Register) </b>

The Current Host Transmit Descriptor register points to the start address of the current Transmit Descriptor read by the DMA.
dmagrp_current_host_receive_descriptor 0x104C 32 RO 0x00000000
<b> Register 19 (Current Host Receive Descriptor Register) </b>

The Current Host Receive Descriptor register points to the start address of the current Receive Descriptor read by the DMA.
dmagrp_current_host_transmit_buffer_address 0x1050 32 RO 0x00000000
<b> Register 20 (Current Host Transmit Buffer Address Register) </b>

The Current Host Transmit Buffer Address register points to the current Transmit Buffer Address being read by the DMA.
dmagrp_current_host_receive_buffer_address 0x1054 32 RO 0x00000000
<b> Register 21 (Current Host Receive Buffer Address Register) </b>

The Current Host Receive Buffer Address register points to the current Receive Buffer address being read by the DMA.
dmagrp_hw_feature 0x1058 32 RO 0x0F0D69BF
<b> Register 22 (HW Feature Register) </b>

This register indicates the presence of the optional features or functions of the DWC_gmac. The software driver can use this register to dynamically enable or disable the programs related to the optional blocks.

Note: All bits are set or reset as per the selection of features during the DWC_gmac configuration.
gmacgrp_wdog_timeout 0xDC 32 RW 0x00000000
<b> Register 55 (Watchdog Timeout Register) </b>
This register controls the watchdog timeout for received frames.
gmacgrp_genpio 0xE0 32 RW 0x00000000
<b> Register 56 (General Purpose IO Register) </b>
This register provides the control to drive up to 4 bits of output ports (GPO) and the status of up to 4 input
ports (GPIS). It also provides the control to generate interrupts on events occurring on the gpi_i pin.