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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c1504 u_int32_t regdata, pll2_divint, pll2_divfrac; local
1516 pll2_divfrac = 0xa3d7;
1520 pll2_divfrac = 0xa3d2;
1524 pll2_divfrac = 0x1eb85;
1531 pll2_divfrac = 0x26666;
1535 pll2_divfrac = 0;
1539 pll2_divfrac = 0x26666;
1562 ((1 << 27) | (pll2_divint << 18) | pll2_divfrac));
1565 ((refdiv << 27) | (pll2_divint << 18) | pll2_divfrac));

Completed in 48 milliseconds