Searched refs:mtutc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 150 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtutc), mtutc_pl); in mlxsw_sp_ptp_phc_adjfreq() 187 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtutc), mtutc_pl); in mlxsw_sp1_ptp_phc_settime() 370 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtutc), mtutc_pl); in mlxsw_sp2_ptp_phc_settime() 406 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtutc), mtutc_pl); in mlxsw_sp2_ptp_adjtime()
|
H A D | reg.h | 10284 MLXSW_REG_DEFINE(mtutc, MLXSW_REG_MTUTC_ID, MLXSW_REG_MTUTC_LEN); 10297 MLXSW_ITEM32(reg, mtutc, operation, 0x00, 0, 4); 10307 MLXSW_ITEM32(reg, mtutc, freq_adjustment, 0x04, 0, 32); 10315 MLXSW_ITEM32(reg, mtutc, utc_sec, 0x10, 0, 32); 10324 MLXSW_ITEM32(reg, mtutc, utc_nsec, 0x14, 0, 30); 10334 MLXSW_ITEM32(reg, mtutc, time_adjustment, 0x18, 0, 32); 10340 MLXSW_REG_ZERO(mtutc, payload); in mlxsw_reg_mtutc_pack() 13029 MLXSW_REG(mtutc),
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | clock.c | 140 static int mlx5_set_mtutc(struct mlx5_core_dev *dev, u32 *mtutc, u32 size) in mlx5_set_mtutc() argument 144 if (!MLX5_CAP_MCAM_REG(dev, mtutc)) in mlx5_set_mtutc() 147 return mlx5_core_access_reg(dev, mtutc, size, out, sizeof(out), in mlx5_set_mtutc()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10159 u8 mtutc[0x1]; member
|