Searched refs:CPU_TO_LE64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h307 #define CPU_TO_LE64(val) SwapUint64(val) macro
344 #define LE64_TO_CPU(val) CPU_TO_LE64(val)
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dosm.h58 #define CPU_TO_LE64(x) (x) macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dosm.h56 #define CPU_TO_LE64(x) (x) macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dosm.h56 #define CPU_TO_LE64(x) (x) macro
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h102 #define CPU_TO_LE64(h) htole64(h) macro
H A Di40e_lan_hmc.c940 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */
941 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */
1119 src_qword &= ~(CPU_TO_LE64(mask));

Completed in 131 milliseconds