Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
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-v6.1/drivers/ptp/
Dptp_ocp.c42 u32 time_sec; member
114 u32 time_sec; member
793 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
815 time_sec = ioread32(&bp->reg->time_sec); in __ptp_ocp_gettime_locked()
817 ts->tv_sec = time_sec; in __ptp_ocp_gettime_locked()
841 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
845 time_sec = ts->tv_sec; in __ptp_ocp_settime_locked()
851 iowrite32(time_sec, &bp->reg->adjust_sec); in __ptp_ocp_settime_locked()
1758 sec = ioread32(&reg->time_sec); in ptp_ocp_ts_irq()
/Linux-v6.1/include/linux/mlx5/
Ddevice.h683 __be32 time_sec; member