Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c1778 else if (ath5k_hw_reg_read(ah, AR5K_PHY_IQ) & AR5K_PHY_IQ_RUN) { in ath5k_hw_rf511x_iq_calibrate()
1835 AR5K_REG_ENABLE_BITS(ah, AR5K_PHY_IQ, AR5K_PHY_IQ_RUN); in ath5k_hw_rf511x_iq_calibrate()
3943 AR5K_PHY_IQ_RUN); in ath5k_hw_phy_init()
H A Dreg.h2184 #define AR5K_PHY_IQ_RUN 0x00010000 /* Run i/q calibration */ macro