Home
last modified time | relevance | path

Searched refs:AR_PHY_TIMING2 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416phy.h141 #define AR_PHY_TIMING2 0x9810 /* Timing Control 2 */ macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_spectral.c185 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()
HDar9300_misc.c1997 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()
HDar9300_reset.c4787 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()
HDar9300phy.h44 #define AR_PHY_TIMING2 AR_CHAN_OFFSET(BB_timing_controls_2) macro