Searched refs:p_r1 (Results 1 – 1 of 1) sorted by relevance
1492 register u32 crc, p_r, p_r1; in hamachi_rx() local1499 p_r1 = *(p-1); in hamachi_rx()1506 + (p_r1 >> 16 & 0xff00); 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()