Searched refs:AR_PHY_TIMING2 (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416phy.h | 141 #define AR_PHY_TIMING2 0x9810 /* Timing Control 2 */ macro
|
| /NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_spectral.c | 185 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING2, AR_PHY_TIMING2_DC_OFFSET, 0); in ar9300_disable_dc_offset() 519 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING2, AR_PHY_TIMING2_DC_OFFSET, in ar9300_stop_spectral_scan()
|
| HD | ar9300_misc.c | 1997 data4 = OS_REG_READ(ah, AR_PHY_TIMING2) & in ar9300_ppm_force() 1999 OS_REG_WRITE(ah, AR_PHY_TIMING2, in ar9300_ppm_force() 2010 data4 = OS_REG_READ(ah, AR_PHY_TIMING2) & ~AR_PHY_TIMING2_USE_FORCE_PPM; in ar9300_ppm_un_force() 2011 OS_REG_WRITE(ah, AR_PHY_TIMING2, data4); in ar9300_ppm_un_force() 2054 OS_REG_READ(ah, AR_PHY_TIMING2) & in ar9300_ppm_get_force_state()
|
| HD | ar9300_reset.c | 4787 OS_REG_READ(ah, AR_PHY_TIMING2) & in ar9300_reset() 4927 tmp_reg = OS_REG_READ(ah, AR_PHY_TIMING2) & in ar9300_reset() 4929 OS_REG_WRITE(ah, AR_PHY_TIMING2, tmp_reg | save_force_val); in ar9300_reset() 5309 ahp->ah_dc_offset = MS(OS_REG_READ(ah, AR_PHY_TIMING2), in ar9300_reset()
|
| HD | ar9300phy.h | 44 #define AR_PHY_TIMING2 AR_CHAN_OFFSET(BB_timing_controls_2) macro
|