Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c3801 u32 value_rcr, rcr_bits; in hw_var_set_monitor() local
3829 value_rcr = rcr_bits; in hw_var_set_monitor()
3830 rtw_write32(Adapter, REG_RCR, value_rcr); in hw_var_set_monitor()
4347 u32 value_rcr, rcr_clear_bit, value_rxfltmap2; in hw_var_set_mlme_sitesurvey() local
4383 value_rcr = rtw_read32(Adapter, REG_RCR); in hw_var_set_mlme_sitesurvey()
4387 value_rcr &= ~(rcr_clear_bit); in hw_var_set_mlme_sitesurvey()
4388 rtw_write32(Adapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
4422 value_rcr |= rcr_clear_bit; in hw_var_set_mlme_sitesurvey()
4423 rtw_write32(Adapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
4691 u32 value_rcr, rcr_clear_bit, value_rxfltmap2; in SetHwReg8188E() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c3514 u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; in hw_var_set_mlme_sitesurvey() local
3534 value_rcr = rtw_read32(padapter, REG_RCR); in hw_var_set_mlme_sitesurvey()
3538 value_rcr &= ~(rcr_clear_bit); in hw_var_set_mlme_sitesurvey()
3539 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
3565 value_rcr |= rcr_clear_bit; in hw_var_set_mlme_sitesurvey()
3566 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_hal_init.c5117 u32 value_rcr, rcr_bits; in hw_var_set_monitor() local
5145 value_rcr = rcr_bits; in hw_var_set_monitor()
5146 rtw_write32(Adapter, REG_RCR, value_rcr); in hw_var_set_monitor()
5670 u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; in hw_var_set_mlme_sitesurvey() local
5727 value_rcr = rtw_read32(padapter, REG_RCR); in hw_var_set_mlme_sitesurvey()
5755 value_rcr &= ~(rcr_clear_bit); in hw_var_set_mlme_sitesurvey()
5756 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()
5783 value_rcr |= rcr_clear_bit; in hw_var_set_mlme_sitesurvey()
5784 rtw_write32(padapter, REG_RCR, value_rcr); in hw_var_set_mlme_sitesurvey()