Searched refs:p_r1 (Results 1 – 1 of 1) sorted by relevance
1539 register u32 crc, p_r, p_r1; in hamachi_rx() local1546 p_r1 = *(p-1); in hamachi_rx()1553 + (p_r1 >> 16 & 0xff00); in hamachi_rx()1556 crc = p_r + (p_r1 >> 16); in hamachi_rx()1559 crc = p_r + (p_r1 & 0xff00) + (p_r1 >> 16); in hamachi_rx()