Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h415 u8 rtl92e_rx_db_to_percent(s8 antpower);
H A Dr8192E_dev.c1314 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus()
1348 RSSI = rtl92e_rx_db_to_percent(rx_pwr[i]); in _rtl92e_query_rxphystatus()
1359 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus()
H A Drtl_core.c1715 u8 rtl92e_rx_db_to_percent(s8 antpower) in rtl92e_rx_db_to_percent() function