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

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210phy.h 55 #define AR_PHY_AGC_CAL 0x00000001 /* PHY internal calibration */
ar5210_reset.c 254 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL);
255 (void) ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0);
533 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL);
534 if (!ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0)) {

Completed in 23 milliseconds