3.3 Write SQI Configuration into Registers (Optional)

If the SQI feature is to be used, the following configuration parameters must be calculated and saved so that they can be written into the corresponding registers in the next step.

uint16 cfgparam3 = (uint16) (((5 + offset1) & 0x3F) << 8) | (uint16) ((9 + offset1) & 0x3F) 
uint16 cfgparam4 = (uint16) (((9 + offset1) & 0x3F) << 8) | (uint16) ((14 + offset1) & 0x3F)
uint16 cfgparam5 = (uint16) (((17 + offset1) & 0x3F) << 8) | (uint16) ((22 + offset1) & 0x3F)

Table 3-2 contains the registers that must be configured with the parameters listed and in the order given.

Table 3-2. SQI Configuration Register Writes
AccessMMDAddressValue
W0x1F0x00ADcfgparam3
W0x1F0x00AEcfgparam4
W0x1F0x00AFcfgparam5
W0x1F0x00B00x0103
W0x1F0x00B10x0910
W0x1F0x00B20x1D26
W0x1F0x00B30x002A
W0x1F0x00B40x0103
W0x1F0x00B50x070D
W0x1F0x00B60x1720
W0x1F0x00B70x0027
W0x1F0x00B80x0509
W0x1F0x00B90x0E13
W0x1F0x00BA0x1C25
W0x1F0x00BB0x002B