Home
last modified time | relevance | path

Searched refs:AR_PHY_SFCORR_LOW (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c262 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5416AniControl()
264 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5416AniControl()
272 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5416AniControl()
285 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW, in ar5416AniControl()
288 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW, in ar5416AniControl()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c272 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5212AniControl()
274 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5212AniControl()
282 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar5212AniControl()
286 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW, in ar5212AniControl()
290 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW, in ar5212AniControl()
H A Dar5212phy.h118 #define AR_PHY_SFCORR_LOW 0x986C macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c317 val = OS_REG_READ(ah, AR_PHY_SFCORR_LOW); in ar9300_ani_init_defaults()
556 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_ani_control()
558 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_ani_control()
566 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_ani_control()
578 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW, in ar9300_ani_control()
581 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW, in ar9300_ani_control()
H A Dar9300_attach.c3290 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_set_immunity()
3292 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_set_immunity()
3300 OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_set_immunity()
3313 OS_REG_SET_BIT(ah, AR_PHY_SFCORR_LOW, in ar9300_set_immunity()
3316 OS_REG_CLR_BIT(ah, AR_PHY_SFCORR_LOW, in ar9300_set_immunity()
H A Dar9300phy.h110 #define AR_PHY_SFCORR_LOW AR_CHAN_OFFSET(BB_self_corr_low) macro
H A Dar9300_reset.c4941 ahp->ah_immunity_vals[0] = OS_REG_READ_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_reset()
4943 ahp->ah_immunity_vals[1] = OS_REG_READ_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_reset()
4951 ahp->ah_immunity_vals[5] = OS_REG_READ_FIELD(ah, AR_PHY_SFCORR_LOW, in ar9300_reset()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5212.c360 DEFVOIDfmt(AR_PHY_SFCORR_LOW, "PHY_SFCORR_LOW",
/freebsd/sys/dev/otus/
H A Dif_otusreg.h133 #define AR_PHY_SFCORR_LOW (AR_PHY_BASE + 0x006c) macro