Searched refs:e1000_set_i2c_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/e1000/
H A De1000_82575.c115 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
3438 e1000_set_i2c_data(hw, &i2cctl, 1);
3444 e1000_set_i2c_data(hw, &i2cctl, 0);
3469 e1000_set_i2c_data(hw, &i2cctl, 0);
3475 e1000_set_i2c_data(hw, &i2cctl, 1);
3626 status = e1000_set_i2c_data(hw, &i2cctl, data);
3688 * e1000_set_i2c_data - Sets the I2C data bit
3695 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data) function
3699 DEBUGFUNC("e1000_set_i2c_data");
3760 e1000_set_i2c_data(h
[all...]

Completed in 63 milliseconds