Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_urtw.c2798 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225_set_txpwrlvl()
2800 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl; in urtw_8225_set_txpwrlvl()
2802 idx = ofdm_pwrlvl % 6; in urtw_8225_set_txpwrlvl()
2803 set = ofdm_pwrlvl / 6; in urtw_8225_set_txpwrlvl()
3217 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225v2_set_txpwrlvl()
3220 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl; in urtw_8225v2_set_txpwrlvl()
3965 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225v2_b_set_txpwrlvl()
3969 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl; in urtw_8225v2_b_set_txpwrlvl()
3970 ofdm_pwrlvl = (ofdm_pwrlvl < 0) ? 0 : ofdm_pwrlvl; in urtw_8225v2_b_set_txpwrlvl()
3976 if (ofdm_pwrlvl <= 11) { in urtw_8225v2_b_set_txpwrlvl()
[all …]