Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1423 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x1142c); in ar9300_init_pll()
1451 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x1142c); in ar9300_init_pll()
1467 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x142c); in ar9300_init_pll()
1500 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x142c); in ar9300_init_pll()
1548 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x1142c); /* Bypass mode */ in ar9300_init_pll()
1627 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, 0x142c); in ar9300_init_pll()
1652 OS_REG_WRITE(ah, AR_RTC_PLL_CONTROL, pll); in ar9300_init_pll()
H A Dar9300reg.h1128 #define AR_RTC_PLL_CONTROL AR_RTC_OFFSET(PLL_CONTROL) macro