Searched refs:txpow_bound (Results 1 – 1 of 1) sorted by relevance
4714 uint8_t reg, rf, txpow_bound; in run_rt5592_set_chan() local4782 txpow_bound = 0x27; in run_rt5592_set_chan()4802 txpow_bound = 0x2b; in run_rt5592_set_chan()4810 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()4811 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()4819 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()4820 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()