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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_82575.c114 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
3357 e1000_set_i2c_data(hw, &i2cctl, 1);
3363 e1000_set_i2c_data(hw, &i2cctl, 0);
3388 e1000_set_i2c_data(hw, &i2cctl, 0);
3394 e1000_set_i2c_data(hw, &i2cctl, 1);
3545 status = e1000_set_i2c_data(hw, &i2cctl, data);
3607 * e1000_set_i2c_data - Sets the I2C data bit
3614 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data) function
3618 DEBUGFUNC("e1000_set_i2c_data");
3679 e1000_set_i2c_data(h
[all...]

Completed in 55 milliseconds