Lines Matching refs:nom
407 static void bestclock(long freq, int *nom, int *den, int *div);
668 int nom, den, div; in cirrusfb_set_par_foo() local
844 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
847 freq, nom, den, div); in cirrusfb_set_par_foo()
861 nom = 0; in cirrusfb_set_par_foo()
883 if (nom) { in cirrusfb_set_par_foo()
896 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo()
898 vga_wseq(regbase, CL_SEQRE, nom); in cirrusfb_set_par_foo()
2737 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() argument
2742 assert(nom != NULL); in bestclock()
2746 *nom = 0; in bestclock()
2770 *nom = n; in bestclock()
2785 *nom = n; in bestclock()