void __5_2_2_16__0xN124_0xN125_16_PHY_LinkMD_Register() {
/**
 * @header:     	5.2.2.16 PHY LinkMD Register
 * @address:    	0xN124 - 0xN125 | Size: 16 bits
 * @port:       	Port N: 1-5
 * @phy_register: 	0x12
 *
 * @description:
 *
 * @note:
 *
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | Bits  | Description                                                                        | Type      | Default       |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 15    | Cable Diagnostic Test Enable                                                       | RO        | -             |
 * |       | Write value:                                                                       |           |               |
 * |       | 1 = Enable cable diagnostic test. After test has completed, this bit is self-      |           |               |
 * |       | cleared.                                                                           |           |               |
 * |       | 0 = Disable cable diagnostic test.                                                 |           |               |
 * |       | Read value:                                                                        |           |               |
 * |       | 1 = Cable diagnostic test is in progress.                                          |           |               |
 * |       | 0 = Indicates cable diagnostic test (if enabled) has completed and the status      |           |               |
 * |       | information is valid for read.                                                     |           |               |
 * |       | R/W, SC 0b                                                                         |           |               |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 14    | RESERVED                                                                           | R/W       | 0b            |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 13:12 | Cable Diagnostic Test Pair                                                         | R/W       | 00b           |
 * |       | These two bits select the differential pair for testing:                           |           |               |
 * |       | 00 = Differential pair A                                                           |           |               |
 * |       | 01 = Differential pair B                                                           |           |               |
 * |       | 10 = Differential pair C                                                           |           |               |
 * |       | 11 = Differential pair D                                                           |           |               |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 11:10 | RESERVED                                                                           | R/W       | 00b           |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 9:8   | Cable Diagnostic Status                                                            | RO        | 00b           |
 * |       | 00 = Normal cable condition (no fault detected)                                    |           |               |
 * |       | 01 = Open cable fault detected                                                     |           |               |
 * |       | 10 = Short cable fault detected                                                    |           |               |
 * |       | 11 = Test failed                                                                   |           |               |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 * | 7:0   | Cable Diagnostic Result                                                            | RO        | 0x00          |
 * |       | If Diagnostic Status = 00 (normal) or 11 (test failed), this value is don’t care.  |           |               |
 * |       | If Diagnostic Status = 01 (open) or (10 (short), use this value for distance to    |           |               |
 * |       | the fault.                                                                         |           |               |
 * +-------+------------------------------------------------------------------------------------+-----------+---------------+
 *
 */
}