Lines Matching refs:rfpath

48 					 enum radio_path rfpath, u32 offset);
50 enum radio_path rfpath, u32 offset,
159 enum radio_path rfpath, u32 regaddr, in rtl8821ae_phy_query_rf_reg() argument
168 regaddr, rfpath, bitmask); in rtl8821ae_phy_query_rf_reg()
172 original_value = _rtl8821ae_phy_rf_serial_read(hw, rfpath, regaddr); in rtl8821ae_phy_query_rf_reg()
180 regaddr, rfpath, bitmask, original_value); in rtl8821ae_phy_query_rf_reg()
186 enum radio_path rfpath, in rtl8821ae_phy_set_rf_reg() argument
195 regaddr, bitmask, data, rfpath); in rtl8821ae_phy_set_rf_reg()
201 _rtl8821ae_phy_rf_serial_read(hw, rfpath, regaddr); in rtl8821ae_phy_set_rf_reg()
206 _rtl8821ae_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl8821ae_phy_set_rf_reg()
212 regaddr, bitmask, data, rfpath); in rtl8821ae_phy_set_rf_reg()
216 enum radio_path rfpath, u32 offset) in _rtl8821ae_phy_rf_serial_read() argument
238 if (rfpath == RF90_PATH_A) in _rtl8821ae_phy_rf_serial_read()
240 else if (rfpath == RF90_PATH_B) in _rtl8821ae_phy_rf_serial_read()
250 if (rfpath == RF90_PATH_A) in _rtl8821ae_phy_rf_serial_read()
253 else if (rfpath == RF90_PATH_B) in _rtl8821ae_phy_rf_serial_read()
257 if (rfpath == RF90_PATH_A) in _rtl8821ae_phy_rf_serial_read()
260 else if (rfpath == RF90_PATH_B) in _rtl8821ae_phy_rf_serial_read()
277 enum radio_path rfpath, u32 offset, in _rtl8821ae_phy_rf_serial_write() argument
282 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl8821ae_phy_rf_serial_write()
297 rfpath, pphyreg->rf3wire_offset, data_and_addr); in _rtl8821ae_phy_rf_serial_write()
694 enum radio_path rfpath, u32 regaddr) in _rtl8821ae_config_rf_reg() argument
702 rtl_set_rfreg(hw, rfpath, regaddr, RFREG_OFFSET_MASK, data); in _rtl8821ae_config_rf_reg()
752 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local
755 for (rfpath = 0; rfpath < TX_PWR_BY_RATE_NUM_RF; ++rfpath) in _rtl8821ae_phy_init_tx_power_by_rate()
761 [rfpath][txnum][rate_section] = 0; in _rtl8821ae_phy_init_tx_power_by_rate()
1884 u32 band, u32 rfpath, in _rtl8821ae_store_tx_power_by_rate() argument
1896 if (rfpath >= MAX_RF_PATH) { in _rtl8821ae_store_tx_power_by_rate()
1897 RT_TRACE(rtlpriv, COMP_INIT, DBG_WARNING, "Invalid RfPath %d\n", rfpath); in _rtl8821ae_store_tx_power_by_rate()
1898 rfpath = MAX_RF_PATH - 1; in _rtl8821ae_store_tx_power_by_rate()
1904 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = data; in _rtl8821ae_store_tx_power_by_rate()
1907 band, rfpath, txnum, rate_section, in _rtl8821ae_store_tx_power_by_rate()
1908 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section]); in _rtl8821ae_store_tx_power_by_rate()
1987 enum radio_path rfpath) in rtl8812ae_phy_config_rf_with_headerfile() argument
2002 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "Radio No %x\n", rfpath); in rtl8812ae_phy_config_rf_with_headerfile()
2004 switch (rfpath) { in rtl8812ae_phy_config_rf_with_headerfile()
2083 enum radio_path rfpath) in rtl8821ae_phy_config_rf_with_headerfile() argument
2105 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "Radio No %x\n", rfpath); in rtl8821ae_phy_config_rf_with_headerfile()
2107 switch (rfpath) { in rtl8821ae_phy_config_rf_with_headerfile()