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

/linux-master/sound/pci/rme9652/
H A Dhdsp.c4613 u32 rms_low, rms_high; local
4616 rms_high = readl(src_high);
4617 rms = ((u64)rms_high << 32) | rms_low;
4623 u32 rms_low, rms_high; local
4626 rms_high = readl(src_high) & 0xffffff00;
4627 rms = ((u64)rms_high << 32) | rms_low;

Completed in 111 milliseconds