Lines Matching refs:rtlhal
243 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl92s_phy_scan_operation_backup() local
245 if (!is_hal_stop(rtlhal)) { in rtl92s_phy_scan_operation_backup()
265 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl92s_phy_set_bw_mode() local
276 if (is_hal_stop(rtlhal)) in rtl92s_phy_set_bw_mode()
305 if (rtlhal->version >= VERSION_8192S_BCUT) in rtl92s_phy_set_bw_mode()
316 if (rtlhal->version >= VERSION_8192S_BCUT) in rtl92s_phy_set_bw_mode()
460 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl92s_phy_sw_chnl() local
474 if (is_hal_stop(rtlhal)) in rtl92s_phy_sw_chnl()
665 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in _rtl92s_phy_config_rfpa_bias_current() local
670 if (rtlhal->ic_class != IC_INFERIORITY_A) { in _rtl92s_phy_config_rfpa_bias_current()
1234 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in _rtl92s_phy_set_fwcmd_io() local
1238 if (is_hal_stop(rtlhal)) in _rtl92s_phy_set_fwcmd_io()
1245 switch (rtlhal->current_fwcmd_io) { in _rtl92s_phy_set_fwcmd_io()
1247 rtlhal->current_fwcmd_io = FW_CMD_RA_REFRESH_N_COMB; in _rtl92s_phy_set_fwcmd_io()
1250 rtlhal->current_fwcmd_io = FW_CMD_RA_REFRESH_BG_COMB; in _rtl92s_phy_set_fwcmd_io()
1257 switch (rtlhal->current_fwcmd_io) { in _rtl92s_phy_set_fwcmd_io()
1366 rtlhal->set_fwcmd_inprogress = false; in _rtl92s_phy_set_fwcmd_io()
1373 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); in rtl92s_phy_set_fw_cmd() local
1381 fw_cmdio, rtlhal->set_fwcmd_inprogress); in rtl92s_phy_set_fw_cmd()
1583 if (postprocessing && !rtlhal->set_fwcmd_inprogress) { in rtl92s_phy_set_fw_cmd()
1584 rtlhal->set_fwcmd_inprogress = true; in rtl92s_phy_set_fw_cmd()
1586 rtlhal->current_fwcmd_io = fw_cmdio; in rtl92s_phy_set_fw_cmd()