Searched refs:phyrx_set (Results 1 – 1 of 1) sorted by relevance
703 u32 i, phyrx_set = 0; in r8712_ResetPhyRxPktCount() local706 phyrx_set = 0; in r8712_ResetPhyRxPktCount()707 phyrx_set |= (i << 28); /*select*/ in r8712_ResetPhyRxPktCount()708 phyrx_set |= 0x08000000; /* set counter to zero*/ in r8712_ResetPhyRxPktCount()709 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in r8712_ResetPhyRxPktCount()716 u32 phyrx_set = 0, count = 0; in GetPhyRxPktCounts() local720 phyrx_set |= (SelectBit & 0xF0000000); in GetPhyRxPktCounts()721 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()