Searched refs:first_low (Results 1 – 2 of 2) sorted by relevance
85 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local90 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()
2195 unsigned long first_low, first_high; in per_cpu_ptr_to_phys() local2208 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()