Searched refs:p_r1 (Results 1 – 1 of 1) sorted by relevance
1526 register u32 crc, p_r, p_r1; in hamachi_rx() local1533 p_r1 = *(p-1); in hamachi_rx()1540 + (p_r1 >> 16 & 0xff00); in hamachi_rx()1543 crc = p_r + (p_r1 >> 16); in hamachi_rx()1546 crc = p_r + (p_r1 & 0xff00) + (p_r1 >> 16); in hamachi_rx()