Lines Matching refs:rfpath
19 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92cu_phy_query_rf_reg() argument
27 regaddr, rfpath, bitmask); in rtl92cu_phy_query_rf_reg()
30 rfpath, regaddr); in rtl92cu_phy_query_rf_reg()
33 rfpath, regaddr); in rtl92cu_phy_query_rf_reg()
39 regaddr, rfpath, bitmask, original_value); in rtl92cu_phy_query_rf_reg()
44 enum radio_path rfpath, in rtl92cu_phy_set_rf_reg() argument
53 regaddr, bitmask, data, rfpath); in rtl92cu_phy_set_rf_reg()
57 rfpath, in rtl92cu_phy_set_rf_reg()
64 _rtl92c_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl92cu_phy_set_rf_reg()
68 rfpath, in rtl92cu_phy_set_rf_reg()
75 _rtl92c_phy_fw_rf_serial_write(hw, rfpath, regaddr, data); in rtl92cu_phy_set_rf_reg()
79 regaddr, bitmask, data, rfpath); in rtl92cu_phy_set_rf_reg()
208 enum radio_path rfpath) in rtl92cu_phy_config_rf_with_headerfile() argument
237 rtl_dbg(rtlpriv, COMP_INIT, DBG_TRACE, "Radio No %x\n", rfpath); in rtl92cu_phy_config_rf_with_headerfile()
238 switch (rfpath) { in rtl92cu_phy_config_rf_with_headerfile()
241 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92cu_phy_config_rf_with_headerfile()
248 rtl_rfreg_delay(hw, rfpath, radiob_array_table[i], in rtl92cu_phy_config_rf_with_headerfile()
255 pr_err("switch case %#x not processed\n", rfpath); in rtl92cu_phy_config_rf_with_headerfile()