Searched refs:AR_PHY_TIMING_CTRL4 (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_reset.c | 543 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5212Reset() 546 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5212Reset() 1001 !(OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) & AR_PHY_TIMING_CTRL4_DO_IQCAL)) { in ar5212PerCalibrationN() 1018 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1057 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1059 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1061 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1076 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1079 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5212PerCalibrationN() 1721 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5212SetBoardValues() [all …]
|
| HD | ar5212phy.h | 162 #define AR_PHY_TIMING_CTRL4 0x9920 /* timing control */ macro
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_cal.c | 100 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5416SetupMeasurement() 128 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, AR_PHY_TIMING_CTRL4_DO_CAL); in ar5416SetupMeasurement() 172 if (!ath_hal_wait(ah, AR_PHY_TIMING_CTRL4, AR_PHY_TIMING_CTRL4_DO_CAL, 0)) { 403 if (!(OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) & AR_PHY_TIMING_CTRL4_DO_CAL)) { in ar5416DoCalibration()
|
| HD | ar5416_cal_iq.c | 130 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5416IQCalibration()
|
| HD | ar5416phy.h | 146 (AR_PHY_TIMING_CTRL4 + ((_i) << 12))
|
| HD | ar5416_reset.c | 1633 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4 + regChainOffset, in ar5416SetBoardValues() 1634 (OS_REG_READ(ah, AR_PHY_TIMING_CTRL4 + regChainOffset) & in ar5416SetBoardValues()
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/ |
| HD | ar5211phy.h | 54 #define AR_PHY_TIMING_CTRL4 0x9920 /* PHY */ macro
|
| HD | ar5211_reset.c | 478 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4, in ar5211Reset() 661 !(OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) & AR_PHY_TIMING_CTRL4_DO_IQCAL)) { in ar5211PerCalibrationN() 699 data = OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) | in ar5211PerCalibrationN() 703 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4, data); in ar5211PerCalibrationN()
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/ |
| HD | ar5312_reset.c | 467 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING_CTRL4, in ar5312Reset() 470 OS_REG_SET_BIT(ah, AR_PHY_TIMING_CTRL4, in ar5312Reset()
|
| /freebsd-11-stable/tools/tools/ath/common/ |
| HD | dumpregs_5211.c | 275 DEFVOID(AR_PHY_TIMING_CTRL4,"PHY_TIMING_CTRL4"),
|
| HD | dumpregs_5212.c | 374 DEFVOID(AR_PHY_TIMING_CTRL4,"PHY_TIMING_CTRL4"),
|
| /freebsd-11-stable/sys/dev/otus/ |
| HD | if_otusreg.h | 136 #define AR_PHY_TIMING_CTRL4 (AR_PHY_BASE + 0x0120) macro
|
| HD | if_otus.c | 2602 tmp = otus_phy_get_def(sc, AR_PHY_TIMING_CTRL4); in otus_set_board_values() 2605 otus_write(sc, AR_PHY_TIMING_CTRL4, tmp); in otus_set_board_values() 2607 tmp = otus_phy_get_def(sc, AR_PHY_TIMING_CTRL4 + offset); in otus_set_board_values() 2610 otus_write(sc, AR_PHY_TIMING_CTRL4 + offset, tmp); in otus_set_board_values()
|