Home
last modified time | relevance | path

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

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

Completed in 182 milliseconds