Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/remoteproc/
Dkeystone_remoteproc.c63 u32 boot_offset; member
86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot()
353 &ksproc->boot_offset)) { in keystone_rproc_of_get_dev_syscon()
Dst_remoteproc.c50 u32 boot_offset; member
171 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()
328 &ddata->boot_offset); in st_rproc_parse_dt()
/linux-6.6.21/include/linux/
Dtimekeeping.h307 struct timespec64 *boot_offset);
/linux-6.6.21/kernel/time/
Dtimekeeping.c1605 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
1608 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset()
1634 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1639 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1648 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1649 boot_offset = (struct timespec64){0}; in timekeeping_init()
1655 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
/linux-6.6.21/arch/s390/kernel/
Dtime.c215 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
227 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()