HomeSort by: relevance | last modified time | path
    Searched defs:curPhyPLL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 681 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo;
731 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL);
742 if (curPhyPLL != phyPLL) {
748 if (curPhyPLL != phyPLL) {
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 894 uint32_t rfMode, phyPLL = 0, curPhyPLL, turbo;
941 curPhyPLL = OS_REG_READ(ah, AR_PHY_PLL_CTL);
952 if (curPhyPLL != phyPLL) {
958 if (curPhyPLL != phyPLL) {

Completed in 14 milliseconds