Home
last modified time | relevance | path

Searched refs:RCR_AB (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/staging/rtl8712/
A Drtl871x_mp_ioctl.c826 rcr_val32 &= ~(RCR_CBSSID | RCR_AB | RCR_AM | RCR_APM | RCR_AAP); in oid_rt_set_rx_packet_type_hdl()
829 rcr_val32 |= (RCR_AB | RCR_AM | RCR_APM | RCR_AAP | RCR_ACRC32); in oid_rt_set_rx_packet_type_hdl()
832 rcr_val32 |= (RCR_AB | RCR_AM | RCR_APM | RCR_AAP | RCR_ACRC32); in oid_rt_set_rx_packet_type_hdl()
841 RCR_AB | in oid_rt_set_rx_packet_type_hdl()
A Drtl871x_mp_phy_regdef.h1016 #define RCR_AB BIT(3) /* accept broadcast */ macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Dsw.c100 | RCR_AB in rtl92d_init_sw_vars()
253 .maps[MAC_RCR_AB] = RCR_AB,
A Dreg.h697 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
A Dsw.c120 RCR_AB | in rtl92s_init_sw_vars()
294 .maps[MAC_RCR_AB] = RCR_AB,
A Dreg.h447 #define RCR_AB BIT(3) macro
/linux/drivers/staging/rtl8192u/
A Dr8192U_hw.h102 #define RCR_AB BIT(3) // Accept broadcast packet macro
/linux/drivers/staging/rtl8192e/rtl8192e/
A Dr8192E_hw.h146 #define RCR_AB BIT3 macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Dsw.c91 RCR_AB | in rtl88e_init_sw_vars()
A Dreg.h722 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A Dsw.c95 RCR_AB | in rtl92c_init_sw_vars()
A Dreg.h647 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dsw.c96 RCR_AB | in rtl92ee_init_sw_vars()
A Dreg.h684 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Dsw.c101 RCR_AB | in rtl8723e_init_sw_vars()
A Dreg.h685 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dsw.c101 RCR_AB | in rtl8723be_init_sw_vars()
A Dreg.h717 #define RCR_AB BIT(3) macro
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dsw.c110 RCR_AB | in rtl8821ae_init_sw_vars()
/linux/drivers/staging/r8188eu/include/
A Drtl8188e_spec.h675 #define RCR_AB BIT(3) /* Accept broadcast packet */ macro
/linux/drivers/net/ethernet/via/
A Dvia-velocity.h401 #define RCR_AB 0x08 macro
A Dvia-velocity.c1147 rx_mode = (RCR_AM | RCR_AB | RCR_PROM); in velocity_set_multi()
1152 rx_mode = (RCR_AM | RCR_AB); in velocity_set_multi()
1165 rx_mode = RCR_AM | RCR_AB | RCR_AP; in velocity_set_multi()
/linux/drivers/staging/rtl8723bs/hal/
A Dsdio_halinit.c376 pHalData->ReceiveConfig |= RCR_APM | RCR_AM | RCR_AB; in _InitWMACSetting()
/linux/drivers/staging/rtl8723bs/include/
A Dhal_com_reg.h1021 #define RCR_AB BIT3 /* Accept broadcast packet */ macro
/linux/drivers/net/usb/
A Dr8152.c235 #define RCR_AB 0x00000008 macro
236 #define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
2719 ocp_data |= RCR_AB | RCR_APM; in _rtl8152_set_rx_mode()
5482 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8152b_enter_oob()
5957 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8153_enter_oob()
6570 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in rtl8156_down()

Completed in 136 milliseconds

12