Lines Matching refs:dest_dword
4935 __le32 dest_dword;
4967 ice_memcpy(&dest_dword, dest, sizeof(dest_dword), ICE_NONDMA_TO_NONDMA);
4969 dest_dword &= ~(CPU_TO_LE32(mask)); /* get the bits not changing */
4970 dest_dword |= CPU_TO_LE32(src_dword); /* add in the new bits */
4973 ice_memcpy(dest, &dest_dword, sizeof(dest_dword), ICE_NONDMA_TO_NONDMA);
5212 u32 dest_dword, mask;
5243 dest_dword = LE32_TO_CPU(src_dword);
5245 dest_dword >>= shift_width;
5251 ice_memcpy(target, &dest_dword, sizeof(dest_dword), ICE_NONDMA_TO_NONDMA);