Home
last modified time | relevance | path

Searched refs:AR_PHY_DESIRED_SZ (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212phy.h91 #define AR_PHY_DESIRED_SZ 0x9850 macro
H A Dar5212_ani.c247 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, in ar5212AniControl()
H A Dar5212_reset.c1678 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, in ar5212SetBoardValues()
1680 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, in ar5212SetBoardValues()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5212.c355 DEFVOID(AR_PHY_DESIRED_SZ, "PHY_DESIRED_SZ"),
/freebsd/sys/dev/otus/
H A Dif_otusreg.h129 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050) macro
H A Dif_otus.c2639 tmp = otus_phy_get_def(sc, AR_PHY_DESIRED_SZ); in otus_set_board_values()
2642 otus_write(sc, AR_PHY_DESIRED_SZ, tmp); in otus_set_board_values()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c526 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, in ar9287SetBoardValues()
H A Dar9285_reset.c319 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_ADC, in ar9285SetBoardValues()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c236 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, in ar5416AniControl()
H A Dar5416_reset.c1678 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_ADC, pModal->adcDesiredSize); in ar5416SetBoardValues()
1681 OS_REG_RMW_FIELD(ah, AR_PHY_DESIRED_SZ, AR_PHY_DESIRED_SZ_PGA, pModal->pgaDesiredSize); in ar5416SetBoardValues()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300phy.h342 #define AR_PHY_DESIRED_SZ AR_AGC_OFFSET(BB_desired_sigsize) macro
H A Dar9300_misc.c1467 reg = OS_REG_READ(ah, AR_PHY_DESIRED_SZ); in ar9300_dma_reg_dump()