GetBits
params.displayLoopLatency = GetBits(dspConfig, DSP_LOOP_LATENCY);
int trp = GetBits(memCntl, CTL_MEM_TRP);
params.xClkPageFaultDelay = GetBits(memCntl, CTL_MEM_TRCD) +
GetBits(memCntl, CTL_MEM_TCRD) + trp + 2;
params.xClkMaxRASDelay = GetBits(memCntl, CTL_MEM_TRAS) + trp + 2;