Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c160 u64 ns = 0, clock_edge = 0; in ixgbe_ptp_setup_sdp_x540() local
192 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()
/Linux-v4.19/include/drm/i2c/
Dch7006.h61 } clock_edge; member
/Linux-v4.19/drivers/gpu/drm/i2c/
Dch7006_drv.c138 if (params->clock_edge) in ch7006_encoder_mode_set()