6fb25a2f3d6fda2eba4e1fae506e18a7d3ffc13d

For calculating bit rate in cphy, we multiply bit rate by a factor of 7/16 where 7 is the number of symbols and 16 is the bits per symbol. But we are currently not considering the 7/16 factor while calculating minimum bit clk value for command mode which is resulting in a smaller bit rate value than the minimum bit clk. Bit rate should always be greater than the minimum bit clk which otherwise can lead to discrepancies. Correct minimum bit clk calculation for command mode, by multiplying a factor of 7/16 if cphy. Change-Id: I39b202dcafe60e2047549f84ff9388b46ae490a5 Signed-off-by: Srihitha Tangudu <quic_tangudu@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%