Lines Matching refs:rtlphy

915 	struct rtl_phy *rtlphy = &(rtlpriv->phy);  in rtl8723e_hw_init()  local
964 rtlphy->rf_mode = RF_OP_BY_SW_3WIRE; in rtl8723e_hw_init()
977 rtlphy->rfreg_chnlval[0] = rtl_get_rfreg(hw, (enum radio_path)0, in rtl8723e_hw_init()
979 rtlphy->rfreg_chnlval[1] = rtl_get_rfreg(hw, (enum radio_path)1, in rtl8723e_hw_init()
998 if (rtlphy->iqk_initialized) { in rtl8723e_hw_init()
1002 rtlphy->iqk_initialized = true; in rtl8723e_hw_init()
1033 struct rtl_phy *rtlphy = &(rtlpriv->phy); in _rtl8723e_read_chip_version() local
1066 rtlphy->polarity_ctl = ((value32 & WL_HWPDN_SL) ? in _rtl8723e_read_chip_version()
1089 rtlphy->rf_type = RF_1T1R; in _rtl8723e_read_chip_version()
1092 (rtlphy->rf_type == RF_2T2R) ? "RF_2T2R" : "RF_1T1R"); in _rtl8723e_read_chip_version()
1792 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_read_eeprom_info() local
1803 if (get_rf_type(rtlphy) == RF_1T1R) in rtl8723e_read_eeprom_info()
1835 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_update_hal_rate_table() local
1872 if (get_rf_type(rtlphy) == RF_1T2R || in rtl8723e_update_hal_rate_table()
1873 get_rf_type(rtlphy) == RF_1T1R) in rtl8723e_update_hal_rate_table()
1881 if (rtlphy->rf_type == RF_1T2R) in rtl8723e_update_hal_rate_table()
1925 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_update_hal_rate_mask() local
1984 if (rtlphy->rf_type == RF_1T2R || in rtl8723e_update_hal_rate_mask()
1985 rtlphy->rf_type == RF_1T1R) { in rtl8723e_update_hal_rate_mask()
2030 if (rtlphy->rf_type == RF_1T2R) in rtl8723e_update_hal_rate_mask()
2082 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl8723e_gpio_radio_on_off_checking() local
2107 if (rtlphy->polarity_ctl) in rtl8723e_gpio_radio_on_off_checking()