Searched refs:PWDB_ALL (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dodm_HWConfig.c96 u8 EVM, PWDB_ALL = 0, PWDB_ALL_BT; local
155 PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all);
160 PWDB_ALL = (PWDB_ALL > 94) ? 100 : (PWDB_ALL+6);
162 if (PWDB_ALL > 38)
163 PWDB_ALL -= 16;
165 PWDB_ALL = (PWDB_ALL <= 16) ? (PWDB_ALL>>
[all...]
/drivers/staging/rtl8188eu/hal/
H A Dodm_HWConfig.c98 u8 EVM, PWDB_ALL = 0, PWDB_ALL_BT; local
163 PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all);
165 if (PWDB_ALL >= 80)
166 PWDB_ALL = ((PWDB_ALL-80)<<1)+((PWDB_ALL-80)>>1)+80;
167 else if ((PWDB_ALL <= 78) && (PWDB_ALL >= 20))
168 PWDB_ALL += 3;
169 if (PWDB_ALL > 10
[all...]

Completed in 70 milliseconds