Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4570 u32 rms_low, rms_high; in copy_u64_le() local
4573 rms_high = readl(src_high); in copy_u64_le()
4574 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()
4580 u32 rms_low, rms_high; in copy_u48_le() local
4583 rms_high = readl(src_high) & 0xffffff00; in copy_u48_le()
4584 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()