Searched refs:p_r1 (Results 1 – 1 of 1) sorted by relevance
1535 register u32 crc, p_r, p_r1; in hamachi_rx() local1542 p_r1 = *(p-1); in hamachi_rx()1549 + (p_r1 >> 16 & 0xff00); in hamachi_rx()1552 crc = p_r + (p_r1 >> 16); in hamachi_rx()1555 crc = p_r + (p_r1 & 0xff00) + (p_r1 >> 16); in hamachi_rx()