Home
last modified time | relevance | path

Searched refs:PTP_CLOCK_SEC (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.c54 #define PTP_CLOCK_SEC 0xFD0ULL macro
131 sec = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec()
133 sec1 = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec()
/Linux-v6.1/drivers/net/ethernet/microchip/
Dlan743x_ptp.c1249 (*seconds) = lan743x_csr_read(adapter, PTP_CLOCK_SEC); in lan743x_ptp_clock_get()
1736 lan743x_csr_write(adapter, PTP_CLOCK_SEC, seconds); in lan743x_ptp_clock_set()
Dlan743x_main.h497 #define PTP_CLOCK_SEC (0x0A14) macro