Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Di2c.c67 struct mlxsw_i2c { struct
99 mlxsw_i2c_convert_mbox(struct mlxsw_i2c *mlxsw_i2c, u8 *buf) in mlxsw_i2c_convert_mbox() argument
105 mlxsw_i2c->cmd.mb_off_in = tmp & in mlxsw_i2c_convert_mbox()
107 mlxsw_i2c->cmd.mb_size_in = (tmp & GENMASK(31, in mlxsw_i2c_convert_mbox()
112 mlxsw_i2c->cmd.mb_off_out = tmp & in mlxsw_i2c_convert_mbox()
114 mlxsw_i2c->cmd.mb_size_out = (tmp & GENMASK(31, in mlxsw_i2c_convert_mbox()
137 struct mlxsw_i2c *mlxsw_i2c, u8 *p_status) in mlxsw_i2c_wait_go_bit() argument
181 struct mlxsw_i2c *mlxsw_i2c, in mlxsw_i2c_write_cmd() argument
228 struct mlxsw_i2c *mlxsw_i2c, u16 opcode, u32 in_mod) in mlxsw_i2c_write_init_cmd() argument
269 err = mlxsw_i2c_wait_go_bit(client, mlxsw_i2c, &status); in mlxsw_i2c_write_init_cmd()
[all …]
H A DMakefile9 obj-$(CONFIG_MLXSW_I2C) += mlxsw_i2c.o
10 mlxsw_i2c-objs := i2c.o
H A DKconfig50 module will be called mlxsw_i2c.