Lines Matching refs:rfpath

38 					     enum radio_path rfpath, u32 offset,
56 enum radio_path rfpath, in rtl8723e_phy_query_rf_reg() argument
66 regaddr, rfpath, bitmask); in rtl8723e_phy_query_rf_reg()
72 rfpath, regaddr); in rtl8723e_phy_query_rf_reg()
82 regaddr, rfpath, bitmask, original_value); in rtl8723e_phy_query_rf_reg()
88 enum radio_path rfpath, in rtl8723e_phy_set_rf_reg() argument
98 regaddr, bitmask, data, rfpath); in rtl8723e_phy_set_rf_reg()
105 rfpath, in rtl8723e_phy_set_rf_reg()
113 rtl8723_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl8723e_phy_set_rf_reg()
121 _rtl8723e_phy_fw_rf_serial_write(hw, rfpath, regaddr, data); in rtl8723e_phy_set_rf_reg()
128 regaddr, bitmask, data, rfpath); in rtl8723e_phy_set_rf_reg()
133 enum radio_path rfpath, u32 offset, in _rtl8723e_phy_fw_rf_serial_write() argument
507 enum radio_path rfpath) in rtl8723e_phy_config_rf_with_headerfile() argument
522 switch (rfpath) { in rtl8723e_phy_config_rf_with_headerfile()
538 rtl_set_rfreg(hw, rfpath, radioa_array_table[i], in rtl8723e_phy_config_rf_with_headerfile()
940 u8 rfpath; in _rtl8723e_phy_sw_chnl_step_by_step() local
1012 for (rfpath = 0; rfpath < num_total_rfpath; rfpath++) { in _rtl8723e_phy_sw_chnl_step_by_step()
1013 rtlphy->rfreg_chnlval[rfpath] = in _rtl8723e_phy_sw_chnl_step_by_step()
1014 ((rtlphy->rfreg_chnlval[rfpath] & in _rtl8723e_phy_sw_chnl_step_by_step()
1017 rtl_set_rfreg(hw, (enum radio_path)rfpath, in _rtl8723e_phy_sw_chnl_step_by_step()
1020 rtlphy->rfreg_chnlval[rfpath]); in _rtl8723e_phy_sw_chnl_step_by_step()