Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/remoteproc/
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()
353 &ksproc->boot_offset)) { in keystone_rproc_of_get_dev_syscon()
A Dst_remoteproc.c50 u32 boot_offset; member
168 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()
325 &ddata->boot_offset); in st_rproc_parse_dt()
/linux-6.3-rc2/include/linux/
A Dtimekeeping.h307 struct timespec64 *boot_offset);
/linux-6.3-rc2/kernel/time/
A 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.3-rc2/arch/s390/kernel/
A Dtime.c210 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
222 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()

Completed in 20 milliseconds