Searched refs:clock_edge (Results 1 – 3 of 3) sorted by relevance
124 u64 ns = 0, clock_edge = 0; in ixgbe_ptp_setup_sdp() local159 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_setup_sdp()160 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_setup_sdp()161 ns = timecounter_cyc2time(&adapter->tc, clock_edge); in ixgbe_ptp_setup_sdp()164 clock_edge += ((IXGBE_PTP_PPS_HALF_SECOND - (u64)rem) << shift); in ixgbe_ptp_setup_sdp()167 trgttiml = (u32)clock_edge; in ixgbe_ptp_setup_sdp()168 trgttimh = (u32)(clock_edge >> 32); in ixgbe_ptp_setup_sdp()
61 } clock_edge; member
138 if (params->clock_edge) in ch7006_encoder_mode_set()