Searched refs:phyrx_set (Results 1 – 1 of 1) sorted by relevance
699 u32 i, phyrx_set = 0; in r8712_ResetPhyRxPktCount() local702 phyrx_set = 0; in r8712_ResetPhyRxPktCount()703 phyrx_set |= (i << 28); /*select*/ in r8712_ResetPhyRxPktCount()704 phyrx_set |= 0x08000000; /* set counter to zero*/ in r8712_ResetPhyRxPktCount()705 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in r8712_ResetPhyRxPktCount()712 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local716 phyrx_set |= (SelectBit & 0xF0000000); in GetPhyRxPktCounts()717 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()