Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c2233 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; in urtw_8225_set_txpwrlvl() local
2258 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225_set_txpwrlvl()
2259 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225_set_txpwrlvl()
2260 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl; in urtw_8225_set_txpwrlvl()
2261 idx = ofdm_pwrlvl % 6; in urtw_8225_set_txpwrlvl()
2262 set = ofdm_pwrlvl / 6; in urtw_8225_set_txpwrlvl()
2626 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; in urtw_8225v2_set_txpwrlvl() local
2648 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225v2_set_txpwrlvl()
2649 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225v2_set_txpwrlvl()
2650 ofdm_pwrlvl += sc->sc_txpwr_ofdm_base; in urtw_8225v2_set_txpwrlvl()
[all …]