Lines Matching refs:rfpath
22 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92c_phy_query_rf_reg() argument
30 regaddr, rfpath, bitmask); in rtl92c_phy_query_rf_reg()
36 rfpath, regaddr); in rtl92c_phy_query_rf_reg()
39 rfpath, regaddr); in rtl92c_phy_query_rf_reg()
49 regaddr, rfpath, bitmask, original_value); in rtl92c_phy_query_rf_reg()
95 enum radio_path rfpath, in rtl92ce_phy_set_rf_reg() argument
104 regaddr, bitmask, data, rfpath); in rtl92ce_phy_set_rf_reg()
111 rfpath, in rtl92ce_phy_set_rf_reg()
119 _rtl92c_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl92ce_phy_set_rf_reg()
123 rfpath, in rtl92ce_phy_set_rf_reg()
130 _rtl92c_phy_fw_rf_serial_write(hw, rfpath, regaddr, data); in rtl92ce_phy_set_rf_reg()
137 regaddr, bitmask, data, rfpath); in rtl92ce_phy_set_rf_reg()
231 enum radio_path rfpath) in rtl92c_phy_config_rf_with_headerfile() argument
260 rtl_dbg(rtlpriv, COMP_INIT, DBG_TRACE, "Radio No %x\n", rfpath); in rtl92c_phy_config_rf_with_headerfile()
261 switch (rfpath) { in rtl92c_phy_config_rf_with_headerfile()
264 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92c_phy_config_rf_with_headerfile()
271 rtl_rfreg_delay(hw, rfpath, radiob_array_table[i], in rtl92c_phy_config_rf_with_headerfile()
278 pr_info("Incorrect rfpath %#x\n", rfpath); in rtl92c_phy_config_rf_with_headerfile()
281 pr_info("switch case %#x not processed\n", rfpath); in rtl92c_phy_config_rf_with_headerfile()