Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf.h167 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, member
H A Dixl_pf_main.c430 pf->write_i2c_byte = ixl_write_i2c_byte_aq; in ixl_get_hw_capabilities()
433 pf->write_i2c_byte = ixl_write_i2c_byte_reg; in ixl_get_hw_capabilities()
439 pf->write_i2c_byte = ixl_write_i2c_byte_aq; in ixl_get_hw_capabilities()
443 pf->write_i2c_byte = ixl_write_i2c_byte_reg; in ixl_get_hw_capabilities()
447 pf->write_i2c_byte = ixl_write_i2c_byte_bb; in ixl_get_hw_capabilities()
4404 error = pf->write_i2c_byte(pf, offset, dev_addr, value); in ixl_sysctl_write_i2c_byte()
/freebsd/sys/dev/e1000/
H A De1000_hw.h810 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8); member
H A De1000_82575.c167 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c99 phy->ops.write_i2c_byte = e1000_write_i2c_byte_null; in e1000_init_phy_ops_generic()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c265 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_generic; in ixgbe_init_phy_ops_generic()
1973 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
H A Dixgbe_api.c1597 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
H A Dixgbe_common.c5078 hw->phy.ops.write_i2c_byte(hw, in ixgbe_init_thermal_sensor_thresh_generic()
5837 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed()
5856 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
H A Dixgbe_82599.c139 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
H A Dixgbe_type.h4136 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member