/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mp_ioctl.c | 826 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() 835 rcr_val32 |= (RCR_APM | RCR_ACRC32); in oid_rt_set_rx_packet_type_hdl() 839 RCR_APM | in oid_rt_set_rx_packet_type_hdl()
|
H A D | rtl871x_mp_phy_regdef.h | 1012 #define RCR_APM BIT(1) /* accept physical match */ macro
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152.h | 133 #define RCR_APM 0x00000002 macro 136 #define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB)
|
H A D | r8152.c | 435 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in rtl8152_set_rx_mode() 722 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8152b_enter_oob() 855 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8153_enter_oob()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_hw.h | 104 #define RCR_APM BIT(1) // Accept physical match packet macro
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_hw.h | 72 #define RCR_APM BIT1 macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | sw.c | 98 RCR_APM | in rtl92ee_init_sw_vars()
|
H A D | reg.h | 686 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | sw.c | 93 RCR_APM | in rtl88e_init_sw_vars()
|
H A D | reg.h | 724 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | sw.c | 103 RCR_APM | in rtl8723be_init_sw_vars()
|
H A D | reg.h | 719 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | sw.c | 97 RCR_APM | in rtl92c_init_sw_vars()
|
H A D | reg.h | 649 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | sw.c | 102 | RCR_APM in rtl92d_init_sw_vars()
|
H A D | reg.h | 699 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | sw.c | 103 RCR_APM | in rtl8723e_init_sw_vars()
|
H A D | reg.h | 687 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | sw.c | 125 RCR_APM | in rtl92s_init_sw_vars()
|
H A D | reg.h | 449 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | sw.c | 112 RCR_APM | in rtl8821ae_init_sw_vars()
|
H A D | reg.h | 748 #define RCR_APM BIT(1) macro
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_com_reg.h | 762 #define RCR_APM BIT1 /* Accept physical match packet */ macro
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | sdio_halinit.c | 376 pHalData->ReceiveConfig |= RCR_APM | RCR_AM | RCR_AB; in _InitWMACSetting()
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 235 #define RCR_APM 0x00000002 macro 238 #define RCR_ACPT_ALL (RCR_AAP | RCR_APM | RCR_AM | RCR_AB) 2842 ocp_data |= RCR_AB | RCR_APM; in _rtl8152_set_rx_mode() 5612 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8152b_enter_oob() 6101 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in r8153_enter_oob() 6729 ocp_data |= RCR_APM | RCR_AM | RCR_AB; in rtl8156_down()
|