void __5_5_10__0x1F8002_16_SGMII_Auto_Negotiation_Status_Register() {
/**
 * @header:     	5.5.10 SGMII AUTO-NEGOTIATION STATUS REGISTER
 * @address:    	0x1F8002 | Size: 16 bits
 * @port:
 * @phy_register:
 * @mmd_register:
 * @description:	This register provides the results of the SGMII auto-negotiation. The SGMII Auto-Negotiation Control Register needs to
 *					be updated after the correct speed and duplex are detected in this register. For 1000BASE-X / SerDes link partners
 *					(non-SGMII), see SGMII Auto-Negotiation Link Partner Base Ability Register instead of this register for auto-negotiation
 *					results.
 *
 * @note:
 *
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | Bits  | Description                                                                        | Type      | Default              |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 15:5  | RESERVED                                                                           | RO        | 0x000                |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 4     | Link Status                                                                        | RO        | 0b                   |
 * |       | Valid for SGMIi auto-negotiation only. This is the link status reported by the     |           |                      |
 * |       | PHY-side device.                                                                   |           |                      |
 * |       | 0 = Link is down                                                                   |           |                      |
 * |       | 1 = Link is up                                                                     |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 3:2   | Link Speed                                                                         | RO        | 00b                  |
 * |       | Valid for SGMIi auto-negotiation only. This is the link speed reported by the      |           |                      |
 * |       | PHY-side device.                                                                   |           |                      |
 * |       | 00 = 10 Mbps                                                                       |           |                      |
 * |       | 01 = 100 Mbps                                                                      |           |                      |
 * |       | 10 = 1000 Mbps                                                                     |           |                      |
 * |       | 11 = RESERVED                                                                      |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 1     | Full Duplex                                                                        | RO        | 0b                   |
 * |       | Valid for SGMII auto-negotiation only. This is the link duplex reported by the     |           |                      |
 * |       | PHY-side device.                                                                   |           |                      |
 * |       | 0 = Half duplex                                                                    |           |                      |
 * |       | 1 = Full duplex                                                                    |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 * | 0     | Auto-Negotiation Complete Interrupt                                                | RO        | 0b                   |
 * |       | This bit is set when auto-negotiation is complete. To clear this bit, a 0 must     |           |                      |
 * |       | be written to it. Behavior of this bit is not affected by the interrupt enable bit |           |                      |
 * |       | in                                                                                 |           |                      |
 * |       | SGMII Auto-Negotiation Control Register                                            |           |                      |
 * |       | SS                                                                                 |           |                      |
 * |       | WC                                                                                 |           |                      |
 * +-------+------------------------------------------------------------------------------------+-----------+----------------------+
 *
 */
}