Lines Matching defs:power
1008 uint8_t power, tmp;
1016 power = min(sc->txpow[chan - 1], 31);
1018 power = 31;
1021 power -= (100 - ic->ic_txpowlimit) / 8;
1024 chan, power);
1030 ural_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
1036 ural_rf_write(sc, RAL_RF3, power << 7 | 0x38044);
1043 ural_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
1050 ural_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
1055 ural_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
1062 ural_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
1072 ural_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
1084 ural_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
1291 /* read Tx power for all b/g channels */
2253 IEEE80211_C_TXPMGT | /* tx power management */