Lines Matching defs:cout
965 unsigned long actual, cout;
992 * [CPG] = cout => [FSI_DIV] = audio => [FSI] => [codec]
1000 * cout = round(target x adjustment)
1001 * actual = cout / adjustment (by FSI-DIV) ~= target
1009 cout = target * adj;
1010 if (cout > 100000000) /* max clock = 100MHz */
1013 /* cout/actual audio clock */
1014 cout = clk_round_rate(ick, cout);
1015 actual = cout / adj;
1021 best_cout = cout;