Searched refs:write_i2c_byte (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_pf.h | 134 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, member
|
| H A D | ixl_pf_main.c | 255 pf->write_i2c_byte = ixl_write_i2c_byte_aq; in ixl_get_hw_capabilities() 258 pf->write_i2c_byte = ixl_write_i2c_byte_reg; in ixl_get_hw_capabilities() 264 pf->write_i2c_byte = ixl_write_i2c_byte_aq; in ixl_get_hw_capabilities() 268 pf->write_i2c_byte = ixl_write_i2c_byte_reg; in ixl_get_hw_capabilities() 272 pf->write_i2c_byte = ixl_write_i2c_byte_bb; in ixl_get_hw_capabilities() 4613 error = pf->write_i2c_byte(pf, offset, dev_addr, value); in ixl_sysctl_write_i2c_byte()
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | e1000_hw.h | 770 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8); member
|
| H A D | e1000_82575.c | 171 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575()
|
| H A D | e1000_phy.c | 100 phy->ops.write_i2c_byte = e1000_write_i2c_byte_null; in e1000_init_phy_ops_generic()
|
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 271 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_generic; in ixgbe_init_phy_ops_generic() 1968 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
|
| H A D | ixgbe_api.c | 1519 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
|
| H A D | ixgbe_82599.c | 140 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
|
| H A D | ixgbe_common.c | 5492 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed() 5511 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
|
| H A D | ixgbe_type.h | 4020 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member
|