Home
last modified time | relevance | path

Searched defs:nint (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/mips/mach-ath79/ar934x/
H A Dclk.c34 u8 nint[2]; member
234 const u32 nint = (regval >> AR934X_PLL_CPU_CONFIG_NINT_SHIFT) & in ar934x_cpupll_to_hz() local
249 const u32 nint = (regval >> AR934X_PLL_DDR_CONFIG_NINT_SHIFT) & in ar934x_ddrpll_to_hz() local
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S37 #define MK_PLL_CPU_CONF(frac, nint, ref, outdiv) \ argument
47 #define MK_PLL_DDR_CONF(frac, nint, ref, outdiv) \ argument