Searched refs:p_r (Results 1 – 1 of 1) sorted by relevance
1615 register u32 crc, p_r, p_r1; in hamachi_rx() local1621 p_r = *p; in hamachi_rx()1625 crc = (p_r & 0xffff) + (p_r >> 16); in hamachi_rx()1628 crc = (p_r >> 16) + (p_r & 0xffff) in hamachi_rx()1632 crc = p_r + (p_r1 >> 16); in hamachi_rx()1635 crc = p_r + (p_r1 & 0xff00) + (p_r1 >> 16); in hamachi_rx()