Searched refs:mlxsw_i2c (Results 1 – 3 of 3) sorted by relevance
59 struct mlxsw_i2c { struct90 mlxsw_i2c_convert_mbox(struct mlxsw_i2c *mlxsw_i2c, u8 *buf) in mlxsw_i2c_convert_mbox() argument96 mlxsw_i2c->cmd.mb_off_in = tmp & in mlxsw_i2c_convert_mbox()98 mlxsw_i2c->cmd.mb_size_in = (tmp & GENMASK(31, in mlxsw_i2c_convert_mbox()103 mlxsw_i2c->cmd.mb_off_out = tmp & in mlxsw_i2c_convert_mbox()105 mlxsw_i2c->cmd.mb_size_out = (tmp & GENMASK(31, in mlxsw_i2c_convert_mbox()128 struct mlxsw_i2c *mlxsw_i2c, u8 *p_status) in mlxsw_i2c_wait_go_bit() argument172 struct mlxsw_i2c *mlxsw_i2c, in mlxsw_i2c_write_cmd() argument218 struct mlxsw_i2c *mlxsw_i2c) in mlxsw_i2c_get_mbox() argument238 mlxsw_i2c_convert_mbox(mlxsw_i2c, &buf[MLXSW_I2C_MBOX_OUT_PARAM_OFF]); in mlxsw_i2c_get_mbox()[all …]
9 obj-$(CONFIG_MLXSW_I2C) += mlxsw_i2c.o10 mlxsw_i2c-objs := i2c.o
49 module will be called mlxsw_i2c.