Lines Matching refs:rtlphy
48 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92c_phy_query_rf_reg() local
56 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92c_phy_query_rf_reg()
121 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_rf_reg() local
130 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92ce_phy_set_rf_reg()
366 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_bw_mode_callback() local
372 rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20 ? in rtl92ce_phy_set_bw_mode_callback()
376 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()
383 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
397 "unknown bandwidth: %#X\n", rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
401 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
422 "unknown bandwidth: %#X\n", rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
425 rtl92ce_phy_rf6052_set_bandwidth(hw, rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
426 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()