Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c327 u64 ptpsyncts = 0; in sja1105_extts_poll() local
330 rc = sja1105_xfer_u64(priv, SPI_READ, regs->ptpsyncts, &ptpsyncts, in sja1105_extts_poll()
336 if (ptpsyncts && ptp_data->ptpsyncts != ptpsyncts) { in sja1105_extts_poll()
339 event.timestamp = ns_to_ktime(sja1105_ticks_to_ns(ptpsyncts)); in sja1105_extts_poll()
342 ptp_data->ptpsyncts = ptpsyncts; in sja1105_extts_poll()
H A Dsja1105_ptp.h90 u64 ptpsyncts; member
H A Dsja1105_spi.c481 .ptpsyncts = 0x1F,
565 .ptpsyncts = SJA1110_SPI_ADDR(0x84),
H A Dsja1105.h76 u64 ptpsyncts; member