Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_ptp.c358 u64 ptpsyncts = 0; in sja1105_extts_poll() local
361 rc = sja1105_xfer_u64(priv, SPI_READ, regs->ptpsyncts, &ptpsyncts, in sja1105_extts_poll()
367 if (ptpsyncts && ptp_data->ptpsyncts != ptpsyncts) { in sja1105_extts_poll()
370 event.timestamp = ns_to_ktime(sja1105_ticks_to_ns(ptpsyncts)); in sja1105_extts_poll()
373 ptp_data->ptpsyncts = ptpsyncts; in sja1105_extts_poll()
Dsja1105_ptp.h85 u64 ptpsyncts; member
Dsja1105.h50 u64 ptpsyncts; member
Dsja1105_spi.c506 .ptpsyncts = 0x1F,