Searched refs:phyrx_set (Results 1 – 1 of 1) sorted by relevance
706 u32 i, phyrx_set = 0; in r8712_ResetPhyRxPktCount() local709 phyrx_set = 0; in r8712_ResetPhyRxPktCount()710 phyrx_set |= (i << 28); /*select*/ in r8712_ResetPhyRxPktCount()711 phyrx_set |= 0x08000000; /* set counter to zero*/ in r8712_ResetPhyRxPktCount()712 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in r8712_ResetPhyRxPktCount()719 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local723 phyrx_set |= (SelectBit & 0xF0000000); in GetPhyRxPktCounts()724 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()