Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c4730 uint8_t reg, rf, txpow_bound; in run_rt5592_set_chan() local
4798 txpow_bound = 0x27; in run_rt5592_set_chan()
4818 txpow_bound = 0x2b; in run_rt5592_set_chan()
4826 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()
4827 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()
4835 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()
4836 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()