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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.c111 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
3198 e1000_set_i2c_data(hw, &i2cctl, 1);
3204 e1000_set_i2c_data(hw, &i2cctl, 0);
3229 e1000_set_i2c_data(hw, &i2cctl, 0);
3235 e1000_set_i2c_data(hw, &i2cctl, 1);
3382 status = e1000_set_i2c_data(hw, &i2cctl, data);
3444 * e1000_set_i2c_data - Sets the I2C data bit
3451 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data) function
3455 DEBUGFUNC("e1000_set_i2c_data");
3515 e1000_set_i2c_data(h
[all...]

Completed in 29 milliseconds