Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_netc.c178 u32 time_h, time_l; in netc_timer_cur_time_read() local
184 time_l = netc_timer_rd(priv, NETC_TMR_CUR_TIME_L); in netc_timer_cur_time_read()
186 ns = (u64)time_h << 32 | time_l; in netc_timer_cur_time_read()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c780 MLX5_SET(mrtc_reg, in, time_l, now_us & 0xFFFFFFFF); in mlx5_health_log_ts_update()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11713 u8 time_l[0x20]; member