Searched refs:boot_offset (Results 1 – 3 of 3) sorted by relevance
49 u32 boot_offset; member168 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()316 1, &ddata->boot_offset); in st_rproc_parse_dt()
355 struct timespec64 *boot_offset);
1766 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument1769 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset()1803 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local1810 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()1819 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()1820 boot_offset = (struct timespec64){0}; in timekeeping_init()1826 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()