Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dtime-utils.c20 u64 time_sec, time_nsec; in parse_nsec_time() local
23 time_sec = strtoul(str, &end, 10); in parse_nsec_time()
47 *ptime = time_sec * NSEC_PER_SEC + time_nsec; in parse_nsec_time()
/linux-6.3-rc2/drivers/ptp/
A Dptp_ocp.c47 u32 time_sec; member
119 u32 time_sec; member
981 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
1003 time_sec = ioread32(&bp->reg->time_sec); in __ptp_ocp_gettime_locked()
1005 ts->tv_sec = time_sec; in __ptp_ocp_gettime_locked()
1029 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
1033 time_sec = ts->tv_sec; in __ptp_ocp_settime_locked()
1039 iowrite32(time_sec, &bp->reg->adjust_sec); in __ptp_ocp_settime_locked()
1939 sec = ioread32(&reg->time_sec); in ptp_ocp_ts_irq()
/linux-6.3-rc2/include/linux/mlx5/
A Ddevice.h684 __be32 time_sec; member

Completed in 25 milliseconds