Lines Matching refs:nom
407 static void bestclock(long freq, int *nom, int *den, int *div);
668 int nom, den, div;
844 bestclock(freq, &nom, &den, &div);
846 dev_dbg(info->device, "VCLK freq: %ld kHz nom: %d den: %d div: %d\n",
847 freq, nom, den, div);
861 nom = 0;
883 if (nom) {
896 vga_wseq(regbase, CL_SEQR1E, nom);
898 vga_wseq(regbase, CL_SEQRE, nom);
2737 static void bestclock(long freq, int *nom, int *den, int *div)
2742 assert(nom != NULL);
2746 *nom = 0;
2770 *nom = n;
2785 *nom = n;