Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/wlan/
HDif_run.c4570 uint8_t reg, rf, txpow_bound; in run_rt5592_set_chan() local
4638 txpow_bound = 0x27; in run_rt5592_set_chan()
4658 txpow_bound = 0x2b; in run_rt5592_set_chan()
4666 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()
4667 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()
4675 if ((rf & 0x3f) > txpow_bound) in run_rt5592_set_chan()
4676 rf = (rf & ~0x3f) | txpow_bound; in run_rt5592_set_chan()