Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h58 #define __cpu_to_be32(x) htobe32(x) macro
59 #define cpu_to_be32(x) __cpu_to_be32(x)
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dspectral.c662 fft_sample->tsf = __cpu_to_be32(search.timestamp); in ath11k_spectral_process_fft()
669 fft_sample->noise = __cpu_to_be32(summary->meta.noise_floor[search.chain_idx]); in ath11k_spectral_process_fft()