Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.c52 #define PTP_CLOCK_SEC 0xFD0ULL macro
81 sec = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec()
83 sec1 = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec()
/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c1242 (*seconds) = lan743x_csr_read(adapter, PTP_CLOCK_SEC); in lan743x_ptp_clock_get()
1729 lan743x_csr_write(adapter, PTP_CLOCK_SEC, seconds); in lan743x_ptp_clock_set()
Dlan743x_main.h411 #define PTP_CLOCK_SEC (0x0A14) macro