Lines Matching refs:refclk_fact
1133 /* ps3v->refclk_fact = 1.0; */
1138 /* ps3v->refclk_fact = 2.0; */
1142 ps3v->refclk_fact = 1.0;
1144 ps3v->refclk_fact = 2.0; /* don't know why ??? */
1147 ps3v->refclk_fact = ps3v->REFCLK / 14318.0;
1151 ps3v->REFCLK = (int)(14318.18 * ps3v->refclk_fact);
1153 mclk = (int)(mclk * ps3v->refclk_fact);
1174 lcdclk = ((int)(ps3v->refclk_fact * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100;
2796 (int)(ps3v->MCLK / ps3v->refclk_fact),
2895 ps3v->LCDClk = ((int)(ps3v->refclk_fact * 1431818 * (sr13+2)) / (n1+2) / (1 << n2) + 50) / 100;
2899 (int)(ps3v->LCDClk / ps3v->refclk_fact),
2905 (int)(dclk / ps3v->refclk_fact),