Searched refs:phyrx_set (Results 1 – 1 of 1) sorted by relevance
685 u32 i, phyrx_set = 0; in r8712_ResetPhyRxPktCount() local688 phyrx_set = 0; in r8712_ResetPhyRxPktCount()689 phyrx_set |= (i << 28); /*select*/ in r8712_ResetPhyRxPktCount()690 phyrx_set |= 0x08000000; /* set counter to zero*/ in r8712_ResetPhyRxPktCount()691 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in r8712_ResetPhyRxPktCount()698 u32 phyrx_set = 0; in GetPhyRxPktCounts() local702 phyrx_set |= (SelectBit & 0xF0000000); in GetPhyRxPktCounts()703 r8712_write32(pAdapter, RXERR_RPT, phyrx_set); in GetPhyRxPktCounts()
Completed in 4 milliseconds