| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_mp.c | 684 u32 i, phyrx_set = 0; in r8712_ResetPhyRxPktCount() local 687 phyrx_set = 0; in r8712_ResetPhyRxPktCount() 688 phyrx_set |= (i << 28); /*select*/ in r8712_ResetPhyRxPktCount() 689 phyrx_set |= 0x08000000; /* set counter to zero*/ in r8712_ResetPhyRxPktCount() 690 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in r8712_ResetPhyRxPktCount() 697 u32 phyrx_set = 0; in GetPhyRxPktCounts() local 701 phyrx_set |= (SelectBit & 0xF0000000); in GetPhyRxPktCounts() 702 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mp.c | 1824 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 1827 phyrx_set = 0; in ResetPhyRxPktCount() 1828 phyrx_set |= _RXERR_RPT_SEL(i); //select in ResetPhyRxPktCount() 1829 phyrx_set |= RXERR_RPT_RST; // set counter to zero in ResetPhyRxPktCount() 1830 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 1837 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 1839 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 1840 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mp.c | 1821 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 1824 phyrx_set = 0; in ResetPhyRxPktCount() 1825 phyrx_set |= _RXERR_RPT_SEL(i); //select in ResetPhyRxPktCount() 1826 phyrx_set |= RXERR_RPT_RST; // set counter to zero in ResetPhyRxPktCount() 1827 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 1834 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 1836 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 1837 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mp.c | 1984 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 1987 phyrx_set = 0; in ResetPhyRxPktCount() 1988 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 1989 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 1990 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 1997 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 1999 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2000 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mp.c | 2173 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2176 phyrx_set = 0; in ResetPhyRxPktCount() 2177 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2178 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2179 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2186 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2188 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2189 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mp.c | 2154 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2157 phyrx_set = 0; in ResetPhyRxPktCount() 2158 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2159 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2160 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2167 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2169 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2170 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mp.c | 2155 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2158 phyrx_set = 0; in ResetPhyRxPktCount() 2159 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2160 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2161 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2168 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2170 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2171 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mp.c | 2178 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2181 phyrx_set = 0; in ResetPhyRxPktCount() 2182 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2183 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2184 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2191 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2193 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2194 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mp.c | 2173 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2176 phyrx_set = 0; in ResetPhyRxPktCount() 2177 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2178 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2179 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2186 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2188 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2189 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mp.c | 1965 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 1968 phyrx_set = 0; in ResetPhyRxPktCount() 1969 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 1970 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 1971 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 1978 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 1980 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 1981 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_mp.c | 2098 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2101 phyrx_set = 0; in ResetPhyRxPktCount() 2102 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2103 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2104 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2111 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2113 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2114 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mp.c | 2098 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2101 phyrx_set = 0; in ResetPhyRxPktCount() 2102 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2103 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2104 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2111 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2113 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2114 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mp.c | 2172 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2175 phyrx_set = 0; in ResetPhyRxPktCount() 2176 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2177 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2178 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2185 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2187 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2188 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mp.c | 2178 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2181 phyrx_set = 0; in ResetPhyRxPktCount() 2182 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2183 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2184 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2191 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2193 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2194 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_mp.c | 2105 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2108 phyrx_set = 0; in ResetPhyRxPktCount() 2109 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2110 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2111 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2118 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2120 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2121 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mp.c | 2152 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2155 phyrx_set = 0; in ResetPhyRxPktCount() 2156 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2157 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2158 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2165 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2167 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2168 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mp.c | 2154 u32 i, phyrx_set = 0; in ResetPhyRxPktCount() local 2157 phyrx_set = 0; in ResetPhyRxPktCount() 2158 phyrx_set |= _RXERR_RPT_SEL(i); /* select */ in ResetPhyRxPktCount() 2159 phyrx_set |= RXERR_RPT_RST; /* set counter to zero */ in ResetPhyRxPktCount() 2160 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in ResetPhyRxPktCount() 2167 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local 2169 phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); in GetPhyRxPktCounts() 2170 rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
|