Home
last modified time | relevance | path

Searched refs:value_rcr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c3009 u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; in hw_var_set_mlme_sitesurvey() local
3029 value_rcr = rtw_read32(padapter, REG_RCR); in hw_var_set_mlme_sitesurvey()
3033 value_rcr &= ~(rcr_clear_bit); in hw_var_set_mlme_sitesurvey()
3034 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
3060 value_rcr |= rcr_clear_bit; in hw_var_set_mlme_sitesurvey()
3061 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()