Searched refs:pllconfig (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751.c313 u_int32_t pllconfig; local
317 "pllconfig", &pllspec))
320 pllconfig = 0;
323 pllconfig |= HIFN_PLL_REF_SEL;
348 pllconfig |= (mul / 2 - 1) << HIFN_PLL_ND_SHIFT;
350 pllconfig |= HIFN_PLL_IS;
351 *pll = pllconfig;

Completed in 105 milliseconds