Home
last modified time | relevance | path

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

/linux/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/drivers/ptp/
A Dptp_ocp.c40 u32 time_sec; member
109 u32 time_sec; member
529 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
551 time_sec = ioread32(&bp->reg->time_sec); in __ptp_ocp_gettime_locked()
553 ts->tv_sec = time_sec; in __ptp_ocp_gettime_locked()
577 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
581 time_sec = ts->tv_sec; in __ptp_ocp_settime_locked()
587 iowrite32(time_sec, &bp->reg->adjust_sec); in __ptp_ocp_settime_locked()
1241 sec = ioread32(&reg->time_sec); in ptp_ocp_ts_irq()
/linux/include/linux/mlx5/
A Ddevice.h700 __be32 time_sec; member

Completed in 17 milliseconds