Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Dkeystone_remoteproc.c70 u32 boot_offset; member
94 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot()
361 &ksproc->boot_offset)) { in keystone_rproc_of_get_dev_syscon()
Dst_remoteproc.c52 u32 boot_offset; member
99 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start()
251 &ddata->boot_offset); in st_rproc_parse_dt()
/Linux-v4.19/kernel/time/
Dtimekeeping.c1522 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
1525 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset()
1551 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local
1556 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init()
1565 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1566 boot_offset = (struct timespec64){0}; in timekeeping_init()
1572 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
/Linux-v4.19/include/linux/
Dtimekeeping.h262 struct timespec64 *boot_offset);
/Linux-v4.19/arch/s390/kernel/
Dtime.c225 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument
239 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()