Searched refs:dest_dword (Results 1 – 2 of 2) sorted by relevance
821 __le32 dest_dword; in i40e_write_dword() local851 memcpy(&dest_dword, dest, sizeof(dest_dword)); in i40e_write_dword()853 dest_dword &= ~(cpu_to_le32(mask)); /* get the bits not changing */ in i40e_write_dword()854 dest_dword |= cpu_to_le32(src_dword); /* add in the new bits */ in i40e_write_dword()857 memcpy(dest, &dest_dword, sizeof(dest_dword)); in i40e_write_dword()
3967 __le32 dest_dword; in ice_write_dword() local3999 memcpy(&dest_dword, dest, sizeof(dest_dword)); in ice_write_dword()4001 dest_dword &= ~(cpu_to_le32(mask)); /* get the bits not changing */ in ice_write_dword()4002 dest_dword |= cpu_to_le32(src_dword); /* add in the new bits */ in ice_write_dword()4005 memcpy(dest, &dest_dword, sizeof(dest_dword)); in ice_write_dword()