Home
last modified time | relevance | path

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; in ar9300_init_pll() local
1516 pll2_divfrac = 0xa3d7; in ar9300_init_pll()
1520 pll2_divfrac = 0xa3d2; in ar9300_init_pll()
1524 pll2_divfrac = 0x1eb85; in ar9300_init_pll()
1531 pll2_divfrac = 0x26666; in ar9300_init_pll()
1535 pll2_divfrac = 0; in ar9300_init_pll()
1539 pll2_divfrac = 0x26666; in ar9300_init_pll()
1562 ((1 << 27) | (pll2_divint << 18) | pll2_divfrac)); in ar9300_init_pll()
1565 ((refdiv << 27) | (pll2_divint << 18) | pll2_divfrac)); in ar9300_init_pll()