Lines Matching refs:rtlphy

938 	struct rtl_phy *rtlphy = &(rtlpriv->phy);  in rtl8723e_hw_init()  local
987 rtlphy->rf_mode = RF_OP_BY_SW_3WIRE; in rtl8723e_hw_init()
1000 rtlphy->rfreg_chnlval[0] = rtl_get_rfreg(hw, (enum radio_path)0, in rtl8723e_hw_init()
1002 rtlphy->rfreg_chnlval[1] = rtl_get_rfreg(hw, (enum radio_path)1, in rtl8723e_hw_init()
1021 if (rtlphy->iqk_initialized) { in rtl8723e_hw_init()
1025 rtlphy->iqk_initialized = true; in rtl8723e_hw_init()
1056 struct rtl_phy *rtlphy = &(rtlpriv->phy); in _rtl8723e_read_chip_version() local
1089 rtlphy->polarity_ctl = ((value32 & WL_HWPDN_SL) ? in _rtl8723e_read_chip_version()
1113 rtlphy->rf_type = RF_1T1R; in _rtl8723e_read_chip_version()
1116 (rtlphy->rf_type == RF_2T2R) ? "RF_2T2R" : "RF_1T1R"); in _rtl8723e_read_chip_version()
1864 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_read_eeprom_info() local
1875 if (get_rf_type(rtlphy) == RF_1T1R) in rtl8723e_read_eeprom_info()
1907 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_update_hal_rate_table() local
1944 if (get_rf_type(rtlphy) == RF_1T2R || in rtl8723e_update_hal_rate_table()
1945 get_rf_type(rtlphy) == RF_1T1R) in rtl8723e_update_hal_rate_table()
1953 if (rtlphy->rf_type == RF_1T2R) in rtl8723e_update_hal_rate_table()
1997 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_update_hal_rate_mask() local
2056 if (rtlphy->rf_type == RF_1T2R || in rtl8723e_update_hal_rate_mask()
2057 rtlphy->rf_type == RF_1T1R) { in rtl8723e_update_hal_rate_mask()
2102 if (rtlphy->rf_type == RF_1T2R) in rtl8723e_update_hal_rate_mask()
2153 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_gpio_radio_on_off_checking() local
2180 if (rtlphy->polarity_ctl) in rtl8723e_gpio_radio_on_off_checking()