Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8703b.h34 struct phy_rx_agc_info path_agc[2]; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h405 struct phy_rx_agc_info_t path_agc[2]; member
H A Dtrx.c118 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl8723be_query_rxphystatus()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h500 struct phy_rx_agc_info_t path_agc[2]; member
H A Dtrx.c145 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl92ee_query_rxphystatus()