bcm-v4

[Specification

u16 APHY Read Table Entry ( int table, int offset)

  1. Set tmp to 0
  2. If table >= 0x400

    1. Reduce table by 0x400
    2. Set tmp to 0x400
  3. Left shift table by 10, OR with offset, and write to PHY Register (0x72 + tmp)

  4. Return PHY Register (0x73 + tmp)

APHY Write Table Entry ( int table, int offset, u16 data )

  1. Set tmp to 0
  2. If table >= 0x400

    1. Reduce table by 0x400
    2. Set tmp to 0x400
  3. Left shift table by 10, OR with offset, and write to PHY Register (0x72 + tmp)

  4. Write data to Return PHY Register (0x73 + tmp)


Exported/Archived from the wiki to HTML on 2016-10-27