max_n              14 drivers/clk/sunxi-ng/ccu_nk.c 	unsigned long	n, min_n, max_n;
max_n              26 drivers/clk/sunxi-ng/ccu_nk.c 		for (_n = nk->min_n; _n <= nk->max_n; _n++) {
max_n             103 drivers/clk/sunxi-ng/ccu_nk.c 	_nk.max_n = nk->n.max ?: 1 << nk->n.width;
max_n             128 drivers/clk/sunxi-ng/ccu_nk.c 	_nk.max_n = nk->n.max ?: 1 << nk->n.width;
max_n              14 drivers/clk/sunxi-ng/ccu_nkm.c 	unsigned long	n, min_n, max_n;
max_n              27 drivers/clk/sunxi-ng/ccu_nkm.c 		for (_n = nkm->min_n; _n <= nkm->max_n; _n++) {
max_n             116 drivers/clk/sunxi-ng/ccu_nkm.c 	_nkm.max_n = nkm->n.max ?: 1 << nkm->n.width;
max_n             156 drivers/clk/sunxi-ng/ccu_nkm.c 	_nkm.max_n = nkm->n.max ?: 1 << nkm->n.width;
max_n              14 drivers/clk/sunxi-ng/ccu_nkmp.c 	unsigned long	n, min_n, max_n;
max_n              40 drivers/clk/sunxi-ng/ccu_nkmp.c 		for (_n = nkmp->min_n; _n <= nkmp->max_n; _n++) {
max_n             145 drivers/clk/sunxi-ng/ccu_nkmp.c 	_nkmp.max_n = nkmp->n.max ?: 1 << nkmp->n.width;
max_n             176 drivers/clk/sunxi-ng/ccu_nkmp.c 	_nkmp.max_n = nkmp->n.max ?: 1 << nkmp->n.width;
max_n              15 drivers/clk/sunxi-ng/ccu_nm.c 	unsigned long	n, min_n, max_n;
max_n              37 drivers/clk/sunxi-ng/ccu_nm.c 	for (_n = nm->min_n; _n <= nm->max_n; _n++) {
max_n             156 drivers/clk/sunxi-ng/ccu_nm.c 	_nm.max_n = nm->n.max ?: 1 << nm->n.width;
max_n             200 drivers/clk/sunxi-ng/ccu_nm.c 	_nm.max_n = nm->n.max ?: 1 << nm->n.width;
max_n             787 drivers/gpu/drm/i915/display/intel_display.c 	int max_n;
max_n             796 drivers/gpu/drm/i915/display/intel_display.c 	max_n = limit->n.max;
max_n             798 drivers/gpu/drm/i915/display/intel_display.c 	for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
max_n             818 drivers/gpu/drm/i915/display/intel_display.c 						max_n = clock.n;
max_n             884 drivers/gpu/drm/i915/display/intel_display.c 	int max_n = min(limit->n.max, refclk / 19200);
max_n             892 drivers/gpu/drm/i915/display/intel_display.c 	for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
max_n             271 drivers/gpu/drm/nouveau/dispnv04/hw.c 	    pv.N1 >= pll_lim.vco1.min_n && pv.N1 <= pll_lim.vco1.max_n &&
max_n              71 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/pll.h 		u8  max_n;
max_n             279 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = 0xff;
max_n             293 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 			info->vco2.max_n = 0x1f;
max_n             296 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 			info->vco2.max_n = 0x28;
max_n             313 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = nvbios_rd08(bios, data + 21);
max_n             317 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco2.max_n = nvbios_rd08(bios, data + 25);
max_n             342 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = nvbios_rd08(bios, data + 17);
max_n             346 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco2.max_n = nvbios_rd08(bios, data + 21);
max_n             364 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = nvbios_rd08(bios, data + 11);
max_n             378 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = nvbios_rd08(bios, data + 16);
max_n             417 drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c 		info->vco1.max_n = 0xff;
max_n              60 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c 	.min_n = 8, .max_n = 255,
max_n             155 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c 			if (n > clk->params->max_n)
max_n             163 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c 				if (n > clk->params->max_n)
max_n             106 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.h 	u32 min_n, max_n;
max_n             155 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	.min_n = 8, .max_n = 255,
max_n             247 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	if (n >> DFS_DET_RANGE > p->max_n) {
max_n             249 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 		n = p->max_n << DFS_DET_RANGE;
max_n              64 drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c 		if (N > info->vco1.max_n)
max_n              43 drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c 	int minN = info->vco1.min_n, maxN = info->vco1.max_n;
max_n             145 drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c 	int minN1 = info->vco1.min_n, maxN1 = info->vco1.max_n;
max_n             147 drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c 	int minN2 = info->vco2.min_n, maxN2 = info->vco2.max_n;
max_n             369 drivers/gpu/drm/tegra/hdmi.c 	const unsigned int max_n = afreq / 300;
max_n             378 drivers/gpu/drm/tegra/hdmi.c 	for (n = min_n; n <= max_n; n++) {
max_n             127 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c static void get_best_ratio(u32 *pnum, u32 *pdenom, u32 max_n, u32 max_d)
max_n             142 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 		if ((n[i] > max_n) || (d[i] > max_d)) {
max_n             625 drivers/staging/rts5208/rtsx_card.c 	u8 n = (u8)(clk - 2), min_n, max_n;
max_n             633 drivers/staging/rts5208/rtsx_card.c 	max_n = 120;
max_n             639 drivers/staging/rts5208/rtsx_card.c 	if ((clk <= 2) || (n > max_n))
max_n              43 drivers/video/fbdev/intelfb/intelfbhw.c 	int min_m2, max_m2, min_n, max_n;
max_n             997 drivers/video/fbdev/intelfb/intelfbhw.c 		} while ((n <= pll->max_n) && (f_out >= clock));
max_n            1116 net/mac80211/scan.c 		int max_n;
max_n            1122 net/mac80211/scan.c 			max_n = local->hw.wiphy->bands[band]->n_channels;
max_n            1123 net/mac80211/scan.c 			for (i = 0; i < max_n; i++) {
max_n            4309 sound/soc/codecs/madera.c 	unsigned int fll_n, min_n, max_n, ratio, theta, lambda;
max_n            4354 sound/soc/codecs/madera.c 		max_n = MADERA_FLLHJ_FRAC_MAX_N;
max_n            4358 sound/soc/codecs/madera.c 		max_n = MADERA_FLLHJ_INT_MAX_N;
max_n            4373 sound/soc/codecs/madera.c 	while (frac && (ratio / fbdiv > max_n)) {
max_n            4395 sound/soc/codecs/madera.c 	if (fll_n < min_n || fll_n > max_n) {
max_n            4397 sound/soc/codecs/madera.c 			       frac ? "fractional" : "integer", min_n, max_n,
max_n             139 sound/soc/codecs/rl6231.c 	int max_n = RL6231_PLL_N_MAX, max_m = RL6231_PLL_M_MAX;
max_n             175 sound/soc/codecs/rl6231.c 		for (n_t = 0; n_t <= max_n; n_t++) {