Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h113 u64 hi64 = le32_to_cpu(hi); in ath12k_le32hilo_to_u64() local
116 return (hi64 << 32) | lo64; in ath12k_le32hilo_to_u64()