Searched defs:nom (Results 1 - 8 of 8) sorted by relevance

/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c190 u8 nom, noc; local
254 nom = (2 * noc) + 3;
272 if (!send_mbox(isar, ISAR_HIS_FIRM, 0, nom, NULL)) {
1355 u8 ctrl = 0, nom = 0, p1 = 0; local
1364 nom = 1;
1377 nom = 0;
1386 nom = 1;
1399 nom = 0;
1408 nom = 1;
1421 nom
[all...]
/drivers/isdn/hisax/
H A Disar.c193 u_char len, nom, noc; local
277 nom = 2 * noc;
283 if ((ret = copy_from_user(tmpmsg, p, nom))) {
287 p += nom;
288 cnt += nom;
289 nom += 3;
308 if (!sendmsg(cs, ISAR_HIS_FIRM, 0, nom, msg)) {
1461 u_char ctrl = 0, nom = 0, p1 = 0; local
1469 nom = 1;
1483 nom
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_display.c848 * @nom: nominator
857 static void avivo_reduce_ratio(unsigned *nom, unsigned *den, argument
863 tmp = gcd(*nom, *den);
864 *nom /= tmp;
868 if (*nom < nom_min) {
869 tmp = DIV_ROUND_UP(nom_min, *nom);
870 *nom *= tmp;
877 *nom *= tmp;
885 * @nom: nominator
896 static void avivo_get_fb_ref_div(unsigned nom, unsigne argument
942 unsigned nom, den; local
[all...]
/drivers/video/fbdev/aty/
H A Dradeon_base.c721 int nom, den; local
749 nom = den = 1;
755 nom = 2;
764 nom = 2;
775 nom = 4;
784 nom = 4;
816 if (((v.xres_virtual * v.yres_virtual * nom) / den) > rinfo->mapped_vram)
/drivers/video/fbdev/
H A Dcirrusfb.c408 static void bestclock(long freq, int *nom, int *den, int *div);
669 int nom, den, div; local
845 bestclock(freq, &nom, &den, &div);
847 dev_dbg(info->device, "VCLK freq: %ld kHz nom: %d den: %d div: %d\n",
848 freq, nom, den, div);
862 nom = 0;
884 if (nom) {
897 vga_wseq(regbase, CL_SEQR1E, nom);
899 vga_wseq(regbase, CL_SEQRE, nom);
2739 static void bestclock(long freq, int *nom, in argument
[all...]
/drivers/video/fbdev/riva/
H A Dfbdev.c860 * @nom:
875 int nom, int den)
895 if (modes[i].xres * nom / den * modes[i].yres <
913 (nom * var->yres_virtual)) & ~15;
919 (nom * var->xres_virtual);
924 if (var->xres_virtual * nom / den * var->yres_virtual > info->fix.smem_len) {
933 if (var->xres_virtual * nom / den >= 8192) {
936 var->xres_virtual, 8192 * den / nom - 16);
937 var->xres_virtual = 8192 * den / nom - 16;
951 if (var->yres_virtual > 0x7fff/nom)
873 rivafb_do_maximize(struct fb_info *info, struct fb_var_screeninfo *var, int nom, int den) argument
1096 int nom, den; /* translating from pixels->bytes */ local
[all...]
/drivers/media/dvb-frontends/
H A Ddib7000p.c2422 u32 nom = (insertExtSynchro * P_Kin + syncSize); local
2424 u32 syncFreq = ((nom << quantif) / denom);
H A Ddib8000.c1378 u32 nom = (insertExtSynchro * P_Kin+syncSize); local
1380 u32 syncFreq = ((nom << quantif) / denom);

Completed in 224 milliseconds