Lines Matching refs:nom
408 static void bestclock(long freq, int *nom, int *den, int *div);
669 int nom, den, div; in cirrusfb_set_par_foo() local
845 bestclock(freq, &nom, &den, &div); in cirrusfb_set_par_foo()
848 freq, nom, den, div); in cirrusfb_set_par_foo()
862 nom = 0; in cirrusfb_set_par_foo()
884 if (nom) { in cirrusfb_set_par_foo()
897 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo()
899 vga_wseq(regbase, CL_SEQRE, nom); in cirrusfb_set_par_foo()
2739 static void bestclock(long freq, int *nom, int *den, int *div) in bestclock() argument
2744 assert(nom != NULL); in bestclock()
2748 *nom = 0; in bestclock()
2772 *nom = n; in bestclock()
2787 *nom = n; in bestclock()