Lines Matching refs:nom
408 static void bestclock(long freq, int *nom, int *den, int *div);
670 int nom, den, div; in cirrusfb_set_par_foo() local
846 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
849 freq, nom, den, div); in cirrusfb_set_par_foo()
863 nom = 0; in cirrusfb_set_par_foo()
885 if (nom) { in cirrusfb_set_par_foo()
898 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo()
900 vga_wseq(regbase, CL_SEQRE, nom); in cirrusfb_set_par_foo()
2741 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() argument
2746 assert(nom != NULL); in bestclock()
2750 *nom = 0; in bestclock()
2774 *nom = n; in bestclock()
2789 *nom = n; in bestclock()