ah_txpower        905 dev/ic/ar5212.c 		    AR5K_REG_SM(hal->ah_txpower.txp_max,
ah_txpower       2896 dev/ic/ar5212.c 	HAL_BOOL tpc = hal->ah_txpower.txp_tpc;
ah_txpower       2905 dev/ic/ar5212.c 	bzero(&hal->ah_txpower, sizeof(hal->ah_txpower));
ah_txpower       2906 dev/ic/ar5212.c 	hal->ah_txpower.txp_tpc = tpc;
ah_txpower       2916 dev/ic/ar5212.c 		    ((((hal->ah_txpower.txp_pcdac[(i << 1) + 1] << 8) | 0xff) &
ah_txpower       2917 dev/ic/ar5212.c 		    0xffff) << 16) | (((hal->ah_txpower.txp_pcdac[i << 1] << 8)
ah_txpower       2937 dev/ic/ar5212.c 	if (hal->ah_txpower.txp_tpc == AH_TRUE) {
ah_txpower        198 dev/ic/ar5xxx.c 	hal->ah_txpower.txp_tpc = AR5K_TUNE_TPC_TXPOWER;
ah_txpower       1740 dev/ic/ar5xxx.c 	rates = hal->ah_txpower.txp_rates;
ah_txpower       1753 dev/ic/ar5xxx.c 	hal->ah_txpower.txp_min = rates[7];
ah_txpower       1754 dev/ic/ar5xxx.c 	hal->ah_txpower.txp_max = rates[0];
ah_txpower       1755 dev/ic/ar5xxx.c 	hal->ah_txpower.txp_ofdm = rates[0];
ah_txpower       1758 dev/ic/ar5xxx.c 	n = AR5K_ELEMENTS(hal->ah_txpower.txp_pcdac);
ah_txpower       1762 dev/ic/ar5xxx.c 		hal->ah_txpower.txp_pcdac[i] =
ah_txpower        839 dev/ic/ar5xxx.h 	(((hal->ah_txpower.txp_rates[(_r)]) & 0x3f) << (_v))		\
ah_txpower        843 dev/ic/ar5xxx.h 	(hal->ah_txpower.txp_rates[(_r)] & 0x3f) << (_v)		\
ah_txpower       1170 dev/ic/ar5xxx.h 	} ah_txpower;