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

/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h308 #define CPU_TO_LE64(val) SwapUint64(val) macro
345 #define LE64_TO_CPU(val) CPU_TO_LE64(val)
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dosm.h60 #define CPU_TO_LE64(x) (x) macro
/freebsd-12-stable/sys/dev/hptnr/
H A Dosm.h58 #define CPU_TO_LE64(x) (x) macro
/freebsd-12-stable/sys/dev/hptrr/
H A Dosm.h58 #define CPU_TO_LE64(x) (x) macro
/freebsd-12-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));
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h315 #define CPU_TO_LE64 htole64 macro
H A Dice_common.c4014 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */
4015 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */
4232 src_qword &= ~(CPU_TO_LE64(mask));
H A Dice_lib.c2960 *phy_type_low = CPU_TO_LE64(sc->ldo_tlv.phy_type_low);
2961 *phy_type_high = CPU_TO_LE64(sc->ldo_tlv.phy_type_high);

Completed in 180 milliseconds