Lines Matching refs:rtlphy
52 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92c_phy_query_rf_reg() local
60 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92c_phy_query_rf_reg()
125 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_rf_reg() local
134 if (rtlphy->rf_mode != RF_OP_BY_FW) { in rtl92ce_phy_set_rf_reg()
320 struct rtl_phy *rtlphy = &(rtlpriv->phy); in rtl92ce_phy_set_bw_mode_callback() local
326 rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20 ? in rtl92ce_phy_set_bw_mode_callback()
330 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()
337 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
351 "unknown bandwidth: %#X\n", rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
355 switch (rtlphy->current_chan_bw) { in rtl92ce_phy_set_bw_mode_callback()
376 "unknown bandwidth: %#X\n", rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
379 rtl92ce_phy_rf6052_set_bandwidth(hw, rtlphy->current_chan_bw); in rtl92ce_phy_set_bw_mode_callback()
380 rtlphy->set_bwmode_inprogress = false; in rtl92ce_phy_set_bw_mode_callback()