Home
last modified time | relevance | path

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

/linux-6.15/drivers/remoteproc/
H A Dkeystone_remoteproc.c63 u32 boot_offset; member
86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot()
345 1, &ksproc->boot_offset); in keystone_rproc_of_get_dev_syscon()
H A Dst_remoteproc.c49 u32 boot_offset; member
170 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()
318 1, &ddata->boot_offset); in st_rproc_parse_dt()
/linux-6.15/kernel/time/
H A Dtimekeeping.c1646 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
1649 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset()
1681 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1687 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1696 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1697 boot_offset = (struct timespec64){0}; in timekeeping_init()
1703 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
/linux-6.15/include/linux/
H A Dtimekeeping.h343 struct timespec64 *boot_offset);
/linux-6.15/arch/s390/kernel/
H A Dtime.c212 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
224 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()