Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-vr41xx.c94 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local
101 first_high = rtc1_read(ETIMEHREG); in read_elapsed_second()
106 first_high != second_high); in read_elapsed_second()
108 return (first_high << 17) | (first_mid << 1) | (first_low >> 15); in read_elapsed_second()
/linux-3.4.99/mm/
Dpercpu.c1005 unsigned long first_low, first_high; in per_cpu_ptr_to_phys() local
1014 first_high = pcpu_chunk_addr(pcpu_first_chunk, pcpu_high_unit_cpu, in per_cpu_ptr_to_phys()
1017 (unsigned long)addr < first_high) { in per_cpu_ptr_to_phys()