Searched refs:clock_edge (Results 1 – 3 of 3) sorted by relevance
160 u64 ns = 0, clock_edge = 0; in ixgbe_ptp_setup_sdp_x540() local192 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_setup_sdp_x540()193 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_setup_sdp_x540()194 ns = timecounter_cyc2time(&adapter->hw_tc, clock_edge); in ixgbe_ptp_setup_sdp_x540()197 clock_edge += ((IXGBE_PTP_PPS_HALF_SECOND - (u64)rem) << shift); in ixgbe_ptp_setup_sdp_x540()200 trgttiml = (u32)clock_edge; in ixgbe_ptp_setup_sdp_x540()201 trgttimh = (u32)(clock_edge >> 32); in ixgbe_ptp_setup_sdp_x540()
61 } clock_edge; member
138 if (params->clock_edge) in ch7006_encoder_mode_set()