Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c2231 uint8_t cck_pwrlvl_max, ofdm_pwrlvl_min, ofdm_pwrlvl_max; in urtw_8225_set_txpwrlvl() local
2237 ofdm_pwrlvl_max = 25; /* 12 -> 25 */ in urtw_8225_set_txpwrlvl()
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()
2624 uint8_t cck_pwrlvl_max = 15, ofdm_pwrlvl_max = 25, ofdm_pwrlvl_min = 10; 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()
3358 ofdm_pwrlvl_max; in urtw_8225v2_b_set_txpwrlvl() local
3366 ofdm_pwrlvl_max = 17; in urtw_8225v2_b_set_txpwrlvl()
3371 ofdm_pwrlvl_max = 25; in urtw_8225v2_b_set_txpwrlvl()
[all …]