Home
last modified time | relevance | path

Searched refs:read_i2c_byte (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
HDixl_pf_main.c427 pf->read_i2c_byte = ixl_read_i2c_byte_aq; in ixl_get_hw_capabilities()
430 pf->read_i2c_byte = ixl_read_i2c_byte_reg; in ixl_get_hw_capabilities()
436 pf->read_i2c_byte = ixl_read_i2c_byte_aq; in ixl_get_hw_capabilities()
440 pf->read_i2c_byte = ixl_read_i2c_byte_reg; in ixl_get_hw_capabilities()
444 pf->read_i2c_byte = ixl_read_i2c_byte_bb; in ixl_get_hw_capabilities()
4123 error = pf->read_i2c_byte(pf, 0, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data()
4136 pf->read_i2c_byte(pf, 92, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data()
4145 pf->read_i2c_byte(pf, offset, 0xA2, &output); in ixl_sysctl_read_i2c_diag_data()
4149 pf->read_i2c_byte(pf, offset, 0xA2, &output); in ixl_sysctl_read_i2c_diag_data()
4160 pf->read_i2c_byte(pf, offset, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data()
[all …]
HDixl_pf.h165 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, member
HDif_ixl.c1819 if (pf->read_i2c_byte == NULL) in ixl_if_i2c_req()
1823 if (pf->read_i2c_byte(pf, req->offset + i, in ixl_if_i2c_req()
/freebsd-13-stable/sys/dev/ixgbe/
HDixgbe_phy.c264 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_generic; in ixgbe_init_phy_ops_generic()
1954 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic()
1970 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic()
HDixgbe_api.c1533 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
HDixgbe_common.c5004 status = hw->phy.ops.read_i2c_byte(hw, in ixgbe_get_thermal_sensor_data_generic()
5827 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed()
5846 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
HDixgbe_82599.c138 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
HDif_ix.c1319 if (hw->phy.ops.read_i2c_byte == NULL) in ixgbe_if_i2c_req()
1322 hw->phy.ops.read_i2c_byte(hw, req->offset + i, in ixgbe_if_i2c_req()
HDixgbe_type.h4137 s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *); member
/freebsd-13-stable/sys/dev/e1000/
HDe1000_hw.h809 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *); member
HDe1000_82575.c166 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic; in e1000_init_phy_params_82575()
HDe1000_phy.c98 phy->ops.read_i2c_byte = e1000_read_i2c_byte_null; in e1000_init_phy_ops_generic()