Searched refs:value_rcr (Results 1 – 1 of 1) sorted by relevance
3019 u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; in hw_var_set_mlme_sitesurvey() local3039 value_rcr = rtw_read32(padapter, REG_RCR); in hw_var_set_mlme_sitesurvey()3043 value_rcr &= ~(rcr_clear_bit); in hw_var_set_mlme_sitesurvey()3044 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()3070 value_rcr |= rcr_clear_bit; in hw_var_set_mlme_sitesurvey()3071 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()