Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_qoriq.c236 s64 now, curr_delta; in ptp_qoriq_adjtime() local
249 curr_delta = tmr_offset_read(ptp_qoriq); in ptp_qoriq_adjtime()
250 curr_delta += delta; in ptp_qoriq_adjtime()
251 tmr_offset_write(ptp_qoriq, curr_delta); in ptp_qoriq_adjtime()