Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c650 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo; in ar5312ChipReset() local
699 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL); in ar5312ChipReset()
710 if (curPhyPLL != phyPLL) { in ar5312ChipReset()
716 if (curPhyPLL != phyPLL) { in ar5312ChipReset()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c889 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo; in ar5212ChipReset() local
935 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL); in ar5212ChipReset()
946 if (curPhyPLL != phyPLL) { in ar5212ChipReset()
952 if (curPhyPLL != phyPLL) { in ar5212ChipReset()