Home
last modified time | relevance | path

Searched refs:boot_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/remoteproc/
H A Dst_remoteproc.c49 u32 boot_offset; member
168 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()
316 1, &ddata->boot_offset); in st_rproc_parse_dt()
/linux/include/linux/
H A Dtimekeeping.h355 struct timespec64 *boot_offset);
/linux/kernel/time/
H A Dtimekeeping.c1766 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
1769 *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() local
1810 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()