Searched refs:ptpsyncts (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 358 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()
|
H A D | sja1105_ptp.h | 85 u64 ptpsyncts; member
|
H A D | sja1105.h | 50 u64 ptpsyncts; member
|
H A D | sja1105_spi.c | 506 .ptpsyncts = 0x1F,
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 317 u64 ptpsyncts = 0; in sja1105_extts_poll() local 320 rc = sja1105_xfer_u64(priv, SPI_READ, regs->ptpsyncts, &ptpsyncts, in sja1105_extts_poll() 326 if (ptpsyncts && ptp_data->ptpsyncts != ptpsyncts) { in sja1105_extts_poll() 329 event.timestamp = ns_to_ktime(sja1105_ticks_to_ns(ptpsyncts)); in sja1105_extts_poll() 332 ptp_data->ptpsyncts = ptpsyncts; in sja1105_extts_poll()
|
H A D | sja1105_ptp.h | 90 u64 ptpsyncts; member
|
H A D | sja1105.h | 76 u64 ptpsyncts; member
|
H A D | sja1105_spi.c | 481 .ptpsyncts = 0x1F, 565 .ptpsyncts = SJA1110_SPI_ADDR(0x84),
|
Completed in 9 milliseconds