Searched refs:p_r (Results 1 – 1 of 1) sorted by relevance
1492 register u32 crc, p_r, p_r1; in hamachi_rx() local1498 p_r = *p; in hamachi_rx()1502 crc = (p_r & 0xffff) + (p_r >> 16); in hamachi_rx()1505 crc = (p_r >> 16) + (p_r & 0xffff) in hamachi_rx()1509 crc = p_r + (p_r1 >> 16); in hamachi_rx()1512 crc = p_r + (p_r1 & 0xff00) + (p_r1 >> 16); in hamachi_rx()