Home
last modified time | relevance | path

Searched refs:AR_PHY_TIMING4 (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c346 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm_clear()
358 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm_clear()
367 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm_clear()
369 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm_clear()
398 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm()
413 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm()
434 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm()
436 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_spur_ofdm()
Dar9003_calib.c50 REG_RMW_FIELD(ah, AR_PHY_TIMING4, in ar9003_hw_setup_calibration()
59 REG_SET_BIT(ah, AR_PHY_TIMING4, AR_PHY_TIMING4_DO_CAL); in ar9003_hw_setup_calibration()
83 if (REG_READ(ah, AR_PHY_TIMING4) & AR_PHY_TIMING4_DO_CAL) in ar9003_hw_per_calibration()
Dar9003_mci.c766 REG_CLR_BIT(ah, AR_PHY_TIMING4, in ar9003_mci_end_reset()
778 REG_SET_BIT(ah, AR_PHY_TIMING4, in ar9003_mci_end_reset()
Dar9003_phy.h28 #define AR_PHY_TIMING4 (AR_CHAN_BASE + 0xc) macro