cpu_to_le64
tmp = cpu_to_le64(record->ts);
tmp = cpu_to_le64((record->offset & 0xffffffffffff));
tmp = cpu_to_le64((record->retired_page & 0xffffffffffff));
*fence_drv->cpu_addr = cpu_to_le64(seq);
ehdr->timestamp = cpu_to_le64(0);
eshdr->timestamp = cpu_to_le64(0);
cmd.rxbuf = cpu_to_le64(rxbuf_dma);
cmd.txbuf = cpu_to_le64(txbuf_dma);
reply->lane_count = cpu_to_le64(4);
u64 lane_count = cpu_to_le64(request->lane_count);
reply->lane_count = cpu_to_le64(lane_count);
*dbuf64++ = cpu_to_le64(val64);
huc_in.huc_base_address = cpu_to_le64(huc_phys_addr);