Home
last modified time | relevance | path

Searched refs:PTP_PTP_TOD_SEC_LSB (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c295 ts->tv_sec = spx5_rd(sparx5, PTP_PTP_TOD_SEC_LSB(consts->tod_pin)); in sparx5_get_hwtimestamp()
468 sparx5, PTP_PTP_TOD_SEC_LSB(consts->tod_pin)); in sparx5_ptp_settime64()
508 s |= spx5_rd(sparx5, PTP_PTP_TOD_SEC_LSB(consts->tod_pin)); in sparx5_ptp_gettime64()
H A Dsparx5_main_regs.h6748 #define PTP_PTP_TOD_SEC_LSB(g) \ macro