Home
last modified time | relevance | path

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

/src/sys/dev/usb/wlan/
H A Dif_urtw.c2787 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; in urtw_8225_set_txpwrlvl() local
2810 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225_set_txpwrlvl()
2811 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225_set_txpwrlvl()
2812 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl; in urtw_8225_set_txpwrlvl()
2814 idx = ofdm_pwrlvl % 6; in urtw_8225_set_txpwrlvl()
2815 set = ofdm_pwrlvl / 6; in urtw_8225_set_txpwrlvl()
3103 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; in urtw_8225v2_set_txpwrlvl() local
3121 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225v2_set_txpwrlvl()
3122 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225v2_set_txpwrlvl()
3123 ofdm_pwrlvl += sc->sc_txpwr_ofdm_base; in urtw_8225v2_set_txpwrlvl()
[all …]