Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-vr41xx.c85 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local
92 first_high = rtc1_read(ETIMEHREG); in read_elapsed_second()
97 first_high != second_high); in read_elapsed_second()
99 return ((u64)first_high << 17) | (first_mid << 1) | (first_low >> 15); in read_elapsed_second()
/Linux-v5.10/mm/
Dpercpu.c2195 unsigned long first_low, first_high; in per_cpu_ptr_to_phys() local
2210 first_high = (unsigned long)pcpu_base_addr + in per_cpu_ptr_to_phys()
2213 (unsigned long)addr < first_high) { in per_cpu_ptr_to_phys()