Home
last modified time | relevance | path

Searched refs:pll2_divint (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c1481 u_int32_t regdata, pll2_divint, pll2_divfrac; in ar9300_init_pll() local
1492 pll2_divint = 0x1c; in ar9300_init_pll()
1496 pll2_divint = 0x1c; in ar9300_init_pll()
1500 pll2_divint = 0x54; in ar9300_init_pll()
1507 pll2_divint = 0x11; in ar9300_init_pll()
1511 pll2_divint = 88; in ar9300_init_pll()
1515 pll2_divint = 0x11; in ar9300_init_pll()
1539 ((1 << 27) | (pll2_divint << 18) | pll2_divfrac)); in ar9300_init_pll()
1542 ((refdiv << 27) | (pll2_divint << 18) | pll2_divfrac)); in ar9300_init_pll()