Home
last modified time | relevance | path

Searched defs:max_n (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_nk.c14 unsigned long n, min_n, max_n; member
H A Dccu_nm.c15 unsigned long n, min_n, max_n; member
H A Dccu_nkmp.c14 unsigned long n, min_n, max_n; member
H A Dccu_nkm.c14 unsigned long n, min_n, max_n; member
/openbmc/linux/sound/soc/codecs/
H A Drl6231.c143 int max_n = RL6231_PLL_N_MAX, max_m = RL6231_PLL_M_MAX; in rl6231_pll_calc() local
H A Dmadera.c4425 unsigned int fll_n, min_n, max_n, ratio, theta, lambda; in madera_fllhj_apply() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpll.h71 u8 max_n; member
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c189 const int max_n = 32; in clock_set_pll5() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.h106 u32 min_n, max_n; member
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_card.c625 u8 n = (u8)(clk - 2), min_n, max_n; in switch_ssc_clock() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c563 int max_n; in g4x_find_best_dpll() local
660 int max_n = min(limit->n.max, refclk / 19200); in vlv_find_best_dpll() local
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c159 static void get_best_ratio(u32 *pnum, u32 *pdenom, u32 max_n, u32 max_d) in get_best_ratio()
/openbmc/linux/net/mac80211/
H A Dscan.c1193 int max_n; in ieee80211_request_ibss_scan() local
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dclock.c1069 const u32 max_m = 1 << 5, max_n = 1 << 10, max_p = 1 << 3, in clock_set_display_rate() local
/openbmc/qemu/disas/
H A Dsh4.c1631 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; in print_insn_sh() local
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhdmi.c390 const unsigned int max_n = afreq / 300; in tegra_hdmi_get_audio_config() local
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c43 int min_m2, max_m2, min_n, max_n; member