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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.h431 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
433 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
H A De1000_phy.h45 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
47 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
H A De1000_82575.c3026 * @byte_offset: byte offset to read
3033 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
3065 status = e1000_clock_out_i2c_byte(hw, byte_offset);
3115 * @byte_offset: byte offset to write
3122 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
3150 status = e1000_clock_out_i2c_byte(hw, byte_offset);
H A De1000_phy.c167 * @byte_offset: byte offset to write
173 u8 E1000_UNUSEDARG byte_offset,
184 * @byte_offset: byte offset to write
190 u8 E1000_UNUSEDARG byte_offset,
172 e1000_read_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw, u8 E1000_UNUSEDARG byte_offset, u8 E1000_UNUSEDARG dev_addr, u8 E1000_UNUSEDARG *data) argument
189 e1000_write_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw, u8 E1000_UNUSEDARG byte_offset, u8 E1000_UNUSEDARG dev_addr, u8 E1000_UNUSEDARG data) argument

Completed in 50 milliseconds