Searched refs:PTP_CLOCK_HI (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c53 #define PTP_CLOCK_HI 0xF10ULL macro
130 ptp_clock_hi = readq(ptp->reg_base + PTP_CLOCK_HI);
160 nsec = readq(ptp->reg_base + PTP_CLOCK_HI);
164 nsec = readq(ptp->reg_base + PTP_CLOCK_HI);
174 return readq(ptp->reg_base + PTP_CLOCK_HI);
290 ptp_clock_hi = readq(ptp->reg_base + PTP_CLOCK_HI);
457 ptp_clock_hi = readq(ptp->reg_base + PTP_CLOCK_HI);
/linux-master/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c27 #define PTP_CLOCK_HI 0xF10ULL macro
217 return readq(clock->reg_base + PTP_CLOCK_HI);

Completed in 81 milliseconds