Lines Matching refs:rtlphy
26 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92c_phy_query_rf_reg() local
34 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92c_phy_query_rf_reg()
99 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_rf_reg() local
108 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92ce_phy_set_rf_reg()
291 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_bw_mode_callback() local
297 rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20 ? in rtl92ce_phy_set_bw_mode_callback()
301 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()
308 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
321 pr_info("unknown bandwidth: %#X\n", rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
325 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
346 rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
349 rtl92ce_phy_rf6052_set_bandwidth(hw, rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
350 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()