Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Dchan.c407 struct timespec64 ts_next, ts_cur, diff; in zl3073x_chan_tod_adjust() local
415 rc = zl3073x_chan_tod_read(zldev, ch, false, &ts_cur, NULL); in zl3073x_chan_tod_adjust()
422 diff = timespec64_sub(ts_next, ts_cur); in zl3073x_chan_tod_adjust()