Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c818 u32 rcr_val32; in oid_rt_set_rx_packet_type_hdl() local
825 rcr_val32 = r8712_read32(Adapter, RCR);/*RCR = 0x10250048*/ in oid_rt_set_rx_packet_type_hdl()
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()
838 rcr_val32 &= ~(RCR_AAP | in oid_rt_set_rx_packet_type_hdl()
849 r8712_write32(Adapter, RCR, rcr_val32); in oid_rt_set_rx_packet_type_hdl()