Searched refs:clock_edge (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 162 u64 ns = 0, clock_edge = 0, clock_period; in ixgbe_ptp_setup_sdp_X540() local 197 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540() 209 clock_edge += div_u64(((u64)rem << cc->shift), cc->mult); in ixgbe_ptp_setup_sdp_X540() 210 trgttiml = (u32)clock_edge; in ixgbe_ptp_setup_sdp_X540() 211 trgttimh = (u32)(clock_edge >> 32); in ixgbe_ptp_setup_sdp_X540() 241 u64 ns = 0, clock_edge = 0; in ixgbe_ptp_setup_sdp_X550() local 280 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550() 292 clock_edge += div_u64(((u64)rem << cc->shift), cc->mult); in ixgbe_ptp_setup_sdp_X550() 301 ts = ns_to_timespec64(clock_edge); in ixgbe_ptp_setup_sdp_X550()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 165 u64 ns = 0, clock_edge = 0, clock_period; in ixgbe_ptp_setup_sdp_X540() local 200 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540() 212 clock_edge += div_u64(((u64)rem << cc->shift), cc->mult); in ixgbe_ptp_setup_sdp_X540() 213 trgttiml = (u32)clock_edge; in ixgbe_ptp_setup_sdp_X540() 214 trgttimh = (u32)(clock_edge >> 32); in ixgbe_ptp_setup_sdp_X540() 244 u64 ns = 0, clock_edge = 0; in ixgbe_ptp_setup_sdp_X550() local 283 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550() 295 clock_edge += div_u64(((u64)rem << cc->shift), cc->mult); in ixgbe_ptp_setup_sdp_X550() 304 ts = ns_to_timespec64(clock_edge); in ixgbe_ptp_setup_sdp_X550()
|
/kernel/linux/linux-5.10/include/drm/i2c/ |
H A D | ch7006.h | 61 } clock_edge; member
|
/kernel/linux/linux-6.6/include/drm/i2c/ |
H A D | ch7006.h | 61 } clock_edge; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 138 if (params->clock_edge) in ch7006_encoder_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 140 if (params->clock_edge) in ch7006_encoder_mode_set()
|
Completed in 7 milliseconds