Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/rme9652/
Dhdsp.c4609 u32 rms_low, rms_high; in copy_u64_le() local
4612 rms_high = readl(src_high); in copy_u64_le()
4613 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()
4619 u32 rms_low, rms_high; in copy_u48_le() local
4622 rms_high = readl(src_high) & 0xffffff00; in copy_u48_le()
4623 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()