Home
last modified time | relevance | path

Searched refs:__cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h54 #define __cpu_to_be64(x) htobe64(x) macro
55 #define cpu_to_be64(x) __cpu_to_be64(x)
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.c139 fft_sample->tsf = __cpu_to_be64(tsf); in ath10k_spectral_process_fft()