Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-vr41xx.c85 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local
90 first_low = rtc1_read(ETIMELREG); in read_elapsed_second()
96 } while (first_low != second_low || first_mid != second_mid || in read_elapsed_second()
99 return ((u64)first_high << 17) | (first_mid << 1) | (first_low >> 15); in read_elapsed_second()
/kernel/linux/linux-5.10/mm/
H A Dpercpu.c2195 unsigned long first_low, first_high; in per_cpu_ptr_to_phys() local
2208 first_low = (unsigned long)pcpu_base_addr + in per_cpu_ptr_to_phys()
2212 if ((unsigned long)addr >= first_low && in per_cpu_ptr_to_phys()
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c2375 unsigned long first_low, first_high; in per_cpu_ptr_to_phys() local
2388 first_low = (unsigned long)pcpu_base_addr + in per_cpu_ptr_to_phys()
2392 if ((unsigned long)addr >= first_low && in per_cpu_ptr_to_phys()

Completed in 9 milliseconds