Home
last modified time | relevance | path

Searched refs:tmr_cnt_read (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_qoriq.c27 static u64 tmr_cnt_read(struct ptp_qoriq *ptp_qoriq) in tmr_cnt_read() function
58 ns = tmr_cnt_read(ptp_qoriq) + 1500000000ULL; in set_alarm()
216 now = tmr_cnt_read(ptp_qoriq); in ptp_qoriq_adjtime()
235 ns = tmr_cnt_read(ptp_qoriq); in ptp_qoriq_gettime()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_qoriq.c27 static u64 tmr_cnt_read(struct ptp_qoriq *ptp_qoriq) in tmr_cnt_read() function
81 ns = tmr_cnt_read(ptp_qoriq) + tmr_offset_read(ptp_qoriq) in set_alarm()
245 now = tmr_cnt_read(ptp_qoriq); in ptp_qoriq_adjtime()
269 ns = tmr_cnt_read(ptp_qoriq) + tmr_offset_read(ptp_qoriq); in ptp_qoriq_gettime()

Completed in 3 milliseconds