nom              1107 drivers/acpi/cppc_acpi.c 	u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0;
nom              1149 drivers/acpi/cppc_acpi.c 	cpc_read(cpunum, nominal_reg, &nom);
nom              1150 drivers/acpi/cppc_acpi.c 	perf_caps->nominal_perf = nom;
nom              1163 drivers/acpi/cppc_acpi.c 	if (!high || !low || !nom || !min_nonlinear)
nom                44 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c static void amdgpu_pll_reduce_ratio(unsigned *nom, unsigned *den,
nom                50 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	tmp = gcd(*nom, *den);
nom                51 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	*nom /= tmp;
nom                55 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	if (*nom < nom_min) {
nom                56 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 		tmp = DIV_ROUND_UP(nom_min, *nom);
nom                57 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 		*nom *= tmp;
nom                64 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 		*nom *= tmp;
nom                83 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c static void amdgpu_pll_get_fb_ref_div(unsigned nom, unsigned den, unsigned post_div,
nom                92 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	*fb_div = DIV_ROUND_CLOSEST(nom * *ref_div * post_div, den);
nom               129 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	unsigned nom, den;
nom               186 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	nom = target_clock;
nom               190 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	amdgpu_pll_reduce_ratio(&nom, &den, fb_div_min, post_div_min);
nom               201 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 		amdgpu_pll_get_fb_ref_div(nom, den, post_div, fb_div_max,
nom               216 drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c 	amdgpu_pll_get_fb_ref_div(nom, den, post_div, fb_div_max, ref_div_max,
nom               885 drivers/gpu/drm/radeon/radeon_display.c static void avivo_reduce_ratio(unsigned *nom, unsigned *den,
nom               891 drivers/gpu/drm/radeon/radeon_display.c 	tmp = gcd(*nom, *den);
nom               892 drivers/gpu/drm/radeon/radeon_display.c 	*nom /= tmp;
nom               896 drivers/gpu/drm/radeon/radeon_display.c 	if (*nom < nom_min) {
nom               897 drivers/gpu/drm/radeon/radeon_display.c 		tmp = DIV_ROUND_UP(nom_min, *nom);
nom               898 drivers/gpu/drm/radeon/radeon_display.c 		*nom *= tmp;
nom               905 drivers/gpu/drm/radeon/radeon_display.c 		*nom *= tmp;
nom               924 drivers/gpu/drm/radeon/radeon_display.c static void avivo_get_fb_ref_div(unsigned nom, unsigned den, unsigned post_div,
nom               933 drivers/gpu/drm/radeon/radeon_display.c 	*fb_div = DIV_ROUND_CLOSEST(nom * *ref_div * post_div, den);
nom               970 drivers/gpu/drm/radeon/radeon_display.c 	unsigned nom, den;
nom              1030 drivers/gpu/drm/radeon/radeon_display.c 	nom = target_clock;
nom              1034 drivers/gpu/drm/radeon/radeon_display.c 	avivo_reduce_ratio(&nom, &den, fb_div_min, post_div_min);
nom              1045 drivers/gpu/drm/radeon/radeon_display.c 		avivo_get_fb_ref_div(nom, den, post_div, fb_div_max,
nom              1060 drivers/gpu/drm/radeon/radeon_display.c 	avivo_get_fb_ref_div(nom, den, post_div, fb_div_max, ref_div_max,
nom               177 drivers/isdn/hardware/mISDN/mISDNisar.c 	u8	nom, noc;
nom               241 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = (2 * noc) + 3;
nom               259 drivers/isdn/hardware/mISDN/mISDNisar.c 			if (!send_mbox(isar, ISAR_HIS_FIRM, 0, nom, NULL)) {
nom              1344 drivers/isdn/hardware/mISDN/mISDNisar.c 	u8 ctrl = 0, nom = 0, p1 = 0;
nom              1353 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 1;
nom              1366 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 0;
nom              1375 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 1;
nom              1388 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 0;
nom              1397 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 1;
nom              1410 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 0;
nom              1419 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 1;
nom              1432 drivers/isdn/hardware/mISDN/mISDNisar.c 			nom = 0;
nom              1439 drivers/isdn/hardware/mISDN/mISDNisar.c 		nom = 1;
nom              1444 drivers/isdn/hardware/mISDN/mISDNisar.c 		send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, ctrl, nom, &p1);
nom              2440 drivers/media/dvb-frontends/dib7000p.c 	u32 nom = (insertExtSynchro * P_Kin + syncSize);
nom              2442 drivers/media/dvb-frontends/dib7000p.c 	u32 syncFreq = ((nom << quantif) / denom);
nom              1383 drivers/media/dvb-frontends/dib8000.c 	u32 nom = (insertExtSynchro * P_Kin+syncSize);
nom              1385 drivers/media/dvb-frontends/dib8000.c 	u32 syncFreq = ((nom << quantif) / denom);
nom               839 drivers/video/fbdev/aty/radeon_base.c         int nom, den;
nom               867 drivers/video/fbdev/aty/radeon_base.c                         nom = den = 1;
nom               873 drivers/video/fbdev/aty/radeon_base.c 			nom = 2;
nom               882 drivers/video/fbdev/aty/radeon_base.c                         nom = 2;
nom               893 drivers/video/fbdev/aty/radeon_base.c                         nom = 4;
nom               902 drivers/video/fbdev/aty/radeon_base.c                         nom = 4;
nom               934 drivers/video/fbdev/aty/radeon_base.c 	if (((v.xres_virtual * v.yres_virtual * nom) / den) > rinfo->mapped_vram)
nom               408 drivers/video/fbdev/cirrusfb.c static void bestclock(long freq, int *nom, int *den, int *div);
nom               669 drivers/video/fbdev/cirrusfb.c 	int nom, den, div;
nom               845 drivers/video/fbdev/cirrusfb.c 	bestclock(freq, &nom, &den, &div);
nom               848 drivers/video/fbdev/cirrusfb.c 		freq, nom, den, div);
nom               862 drivers/video/fbdev/cirrusfb.c 			nom = 0;
nom               884 drivers/video/fbdev/cirrusfb.c 	if (nom) {
nom               897 drivers/video/fbdev/cirrusfb.c 			vga_wseq(regbase, CL_SEQR1E, nom);
nom               899 drivers/video/fbdev/cirrusfb.c 			vga_wseq(regbase, CL_SEQRE, nom);
nom              2738 drivers/video/fbdev/cirrusfb.c static void bestclock(long freq, int *nom, int *den, int *div)
nom              2743 drivers/video/fbdev/cirrusfb.c 	assert(nom != NULL);
nom              2747 drivers/video/fbdev/cirrusfb.c 	*nom = 0;
nom              2771 drivers/video/fbdev/cirrusfb.c 				*nom = n;
nom              2786 drivers/video/fbdev/cirrusfb.c 				*nom = n;
nom               866 drivers/video/fbdev/riva/fbdev.c 			      int nom, int den)
nom               886 drivers/video/fbdev/riva/fbdev.c 			if (modes[i].xres * nom / den * modes[i].yres <
nom               904 drivers/video/fbdev/riva/fbdev.c 			(nom * var->yres_virtual)) & ~15;
nom               910 drivers/video/fbdev/riva/fbdev.c 			(nom * var->xres_virtual);
nom               915 drivers/video/fbdev/riva/fbdev.c 		if (var->xres_virtual * nom / den * var->yres_virtual > info->fix.smem_len) {
nom               924 drivers/video/fbdev/riva/fbdev.c 	if (var->xres_virtual * nom / den >= 8192) {
nom               927 drivers/video/fbdev/riva/fbdev.c 		       var->xres_virtual, 8192 * den / nom - 16);
nom               928 drivers/video/fbdev/riva/fbdev.c 		var->xres_virtual = 8192 * den / nom - 16;
nom               942 drivers/video/fbdev/riva/fbdev.c 	if (var->yres_virtual > 0x7fff/nom)
nom               943 drivers/video/fbdev/riva/fbdev.c 		var->yres_virtual = 0x7fff/nom;
nom               944 drivers/video/fbdev/riva/fbdev.c 	if (var->xres_virtual > 0x7fff/nom)
nom               945 drivers/video/fbdev/riva/fbdev.c 		var->xres_virtual = 0x7fff/nom;
nom              1087 drivers/video/fbdev/riva/fbdev.c 	int nom, den;		/* translating from pixels->bytes */
nom              1096 drivers/video/fbdev/riva/fbdev.c 		nom = den = 1;
nom              1123 drivers/video/fbdev/riva/fbdev.c 		nom = 2;
nom              1132 drivers/video/fbdev/riva/fbdev.c 		nom = 4;
nom              1170 drivers/video/fbdev/riva/fbdev.c 	if (rivafb_do_maximize(info, var, nom, den) < 0)
nom               152 sound/soc/img/img-spdif-in.c 	unsigned int ori, nom, hld;
nom               167 sound/soc/img/img-spdif-in.c 	nom = (4096 / ori) + 1;
nom               169 sound/soc/img/img-spdif-in.c 		hld = 4096 - (--nom * (ori - 1));
nom               172 sound/soc/img/img-spdif-in.c 	*pnom = nom;
nom               181 sound/soc/img/img-spdif-in.c 	unsigned int nom, hld;
nom               190 sound/soc/img/img-spdif-in.c 	ret = img_spdif_in_do_clkgen_calc(rate, &nom, &hld, clk_rate);
nom               194 sound/soc/img/img-spdif-in.c 	reg = (nom << IMG_SPDIF_IN_CLKGEN_NOM_SHIFT) &
nom               218 sound/soc/img/img-spdif-in.c 	unsigned int nom, hld, rate, max_rate = 0;
nom               234 sound/soc/img/img-spdif-in.c 		ret = img_spdif_in_do_clkgen_calc(rate, &nom, &hld, clk_rate);
nom               238 sound/soc/img/img-spdif-in.c 		reg = (nom << IMG_SPDIF_IN_ACLKGEN_NOM_SHIFT) &