Searched refs:Denominator (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/include/video/
H A Dcirrus.h57 #define CL_SEQR1B 0x1b /* VCLK0 Denominator and Post-Scalar Value */
58 #define CL_SEQR1C 0x1c /* VCLK1 Denominator and Post-Scalar Value */
59 #define CL_SEQR1D 0x1d /* VCLK2 Denominator and Post-Scalar Value */
60 #define CL_SEQR1E 0x1e /* VCLK3 Denominator and Post-Scalar Value */
/linux-4.4.14/arch/blackfin/lib/
H A Dmodsi3.S4 * Registers in: R0, R1 = Numerator/ Denominator
H A Ddivsi3.S20 * R1 - Denominator (i)
/linux-4.4.14/sound/soc/codecs/
H A Dmax98925.c55 { 0x1C, 0x00 }, /* DAI Clock Divider Denominator MSBs */
56 { 0x1D, 0x00 }, /* DAI Clock Divider Denominator LSBs */
H A Darizona.c1999 * Denominator must be bigger than numerator so we only arizona_calc_fll()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c187 static void ATIReduceRatio(int *Numerator, int *Denominator) ATIReduceRatio() argument
192 Divider = *Denominator; ATIReduceRatio()
200 *Denominator /= Divider; ATIReduceRatio()
1083 int Numerator = HDisplay, Denominator = par->lcd_width; aty_var_to_crtc() local
1085 ATIReduceRatio(&Numerator, &Denominator); aty_var_to_crtc()
1087 BestRemainder = (Numerator * 16) / Denominator; aty_var_to_crtc()
1089 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % aty_var_to_crtc()
1090 Denominator; aty_var_to_crtc()
1108 Accumulator += Denominator; aty_var_to_crtc()
/linux-4.4.14/fs/gfs2/
H A Dincore.h574 unsigned int gt_quota_scale_den; /* Denominator */

Completed in 284 milliseconds