Searched refs:rms_high (Results 1 – 1 of 1) sorted by relevance
4590 u32 rms_low, rms_high; in copy_u64_le() local4593 rms_high = readl(src_high); in copy_u64_le()4594 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4600 u32 rms_low, rms_high; in copy_u48_le() local4603 rms_high = readl(src_high) & 0xffffff00; in copy_u48_le()4604 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()