Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.h25 struct phy_rx_agc_info_t path_agc[2]; member
H A Dodm_HWConfig.c186 rx_pwr[i] = ((phy_sta_rpt->path_agc[i].gain & 0x3F) * 2) - 110; in odm_rx_phy_status_parsing()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h602 struct phy_rx_agc_info path_agc[RTL8723A_MAX_RF_PATHS]; member