Searched refs:AR_PHY_PLL_CTL (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211phy.h | 44 #define AR_PHY_PLL_CTL 0x987c /* PLL control register */ macro
|
H A D | ar5211_attach.c | 259 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, AR_PHY_PLL_CTL_44); in ar5211Attach()
|
H A D | ar5211_reset.c | 607 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, AR_PHY_PLL_CTL_44); in ar5211ChipReset() 611 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, AR_PHY_PLL_CTL_40); in ar5211ChipReset()
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 701 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL); in ar5312ChipReset() 713 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, phyPLL); in ar5312ChipReset() 719 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, phyPLL); in ar5312ChipReset()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212phy.h | 139 #define AR_PHY_PLL_CTL 0x987c /* PLL control register */ macro
|
H A D | ar5212_reset.c | 938 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL); in ar5212ChipReset() 950 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, phyPLL); in ar5212ChipReset() 956 OS_REG_WRITE(ah, AR_PHY_PLL_CTL, phyPLL); in ar5212ChipReset()
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5211.c | 271 DEFVOID(AR_PHY_PLL_CTL, "PHY_PLL_CTL"),
|
H A D | dumpregs_5212.c | 370 DEFVOID(AR_PHY_PLL_CTL, "PHY_PLL_CTL"),
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300phy.h | 569 #define AR_PHY_PLL_CTL AR_SM_OFFSET(BB_pll_cntl) macro
|