Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dcore.h135 u64 lo64 = le32_to_cpu(lo); in ath12k_le32hilo_to_u64() local
137 return (hi64 << 32) | lo64; in ath12k_le32hilo_to_u64()