Lines Matching refs:rfpath
37 enum radio_path rfpath, u32 offset);
39 enum radio_path rfpath, u32 offset,
106 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl88e_phy_query_rf_reg() argument
114 regaddr, rfpath, bitmask); in rtl88e_phy_query_rf_reg()
119 original_value = _rtl88e_phy_rf_serial_read(hw, rfpath, regaddr); in rtl88e_phy_query_rf_reg()
127 regaddr, rfpath, bitmask, original_value); in rtl88e_phy_query_rf_reg()
132 enum radio_path rfpath, in rtl88e_phy_set_rf_reg() argument
141 regaddr, bitmask, data, rfpath); in rtl88e_phy_set_rf_reg()
147 rfpath, in rtl88e_phy_set_rf_reg()
155 _rtl88e_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl88e_phy_set_rf_reg()
162 regaddr, bitmask, data, rfpath); in rtl88e_phy_set_rf_reg()
166 enum radio_path rfpath, u32 offset) in _rtl88e_phy_rf_serial_read() argument
170 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl88e_phy_rf_serial_read()
183 if (rfpath == RF90_PATH_A) in _rtl88e_phy_rf_serial_read()
194 if (rfpath == RF90_PATH_A) in _rtl88e_phy_rf_serial_read()
197 else if (rfpath == RF90_PATH_B) in _rtl88e_phy_rf_serial_read()
208 rfpath, pphyreg->rf_rb, retvalue); in _rtl88e_phy_rf_serial_read()
213 enum radio_path rfpath, u32 offset, in _rtl88e_phy_rf_serial_write() argument
220 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl88e_phy_rf_serial_write()
232 rfpath, pphyreg->rf3wire_offset, data_and_addr); in _rtl88e_phy_rf_serial_write()
313 u32 data, enum radio_path rfpath, in _rtl8188e_config_rf_reg() argument
329 rtl_set_rfreg(hw, rfpath, regaddr, in _rtl8188e_config_rf_reg()
791 enum radio_path rfpath) in rtl88e_phy_config_rf_with_headerfile() argument
802 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "Radio No %x\n", rfpath); in rtl88e_phy_config_rf_with_headerfile()
804 switch (rfpath) { in rtl88e_phy_config_rf_with_headerfile()
1266 u8 rfpath; in _rtl88e_phy_sw_chnl_step_by_step() local
1336 for (rfpath = 0; rfpath < num_total_rfpath; rfpath++) { in _rtl88e_phy_sw_chnl_step_by_step()
1337 rtlphy->rfreg_chnlval[rfpath] = in _rtl88e_phy_sw_chnl_step_by_step()
1338 ((rtlphy->rfreg_chnlval[rfpath] & in _rtl88e_phy_sw_chnl_step_by_step()
1341 rtl_set_rfreg(hw, (enum radio_path)rfpath, in _rtl88e_phy_sw_chnl_step_by_step()
1344 rtlphy->rfreg_chnlval[rfpath]); in _rtl88e_phy_sw_chnl_step_by_step()