Searched refs:cpu_to_le64 (Results 1 – 4 of 4) sorted by relevance
31 #define cpu_to_le64 __cpu_to_le64 macro
109 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c)))
290 ivec.ll[0] = cpu_to_le64(sector_num); in encrypt_sectors()
115 +#define cpu_to_le64(x) ((__u64) (x))1155 + disk->offset = cpu_to_le64(cpu->offset);1157 + disk->objectid = cpu_to_le64(cpu->objectid);
Completed in 9 milliseconds