Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c295 i2c_op.buf = redrv_data; in axgbe_phy_redrv_write()
308 i2c_op.len = 1; in axgbe_phy_redrv_write()
309 i2c_op.buf = redrv_data; in axgbe_phy_redrv_write()
337 i2c_op.target = target; in axgbe_phy_i2c_read()
338 i2c_op.len = reg_len; in axgbe_phy_i2c_read()
339 i2c_op.buf = reg; in axgbe_phy_i2c_read()
352 i2c_op.target = target; in axgbe_phy_i2c_read()
353 i2c_op.len = val_len; in axgbe_phy_i2c_read()
354 i2c_op.buf = val; in axgbe_phy_i2c_read()
376 i2c_op.buf = &mux_channel; in axgbe_phy_sfp_put_mux()
[all …]