Searched refs:AR_PHY_AGC_CAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210phy.h57 #define AR_PHY_AGC_CAL 0x00000001 /* PHY internal calibration */ macro
H A Dar5210_reset.c258 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL);
259 (void) ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0);
535 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL);
536 if (!ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0)) {

Completed in 158 milliseconds