Searched refs:read_i2c_byte (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 429 pf->read_i2c_byte = ixl_read_i2c_byte_aq; in ixl_get_hw_capabilities() 432 pf->read_i2c_byte = ixl_read_i2c_byte_reg; in ixl_get_hw_capabilities() 438 pf->read_i2c_byte = ixl_read_i2c_byte_aq; in ixl_get_hw_capabilities() 442 pf->read_i2c_byte = ixl_read_i2c_byte_reg; in ixl_get_hw_capabilities() 446 pf->read_i2c_byte = ixl_read_i2c_byte_bb; in ixl_get_hw_capabilities() 4261 error = pf->read_i2c_byte(pf, 0, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data() 4274 pf->read_i2c_byte(pf, 92, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data() 4283 pf->read_i2c_byte(pf, offset, 0xA2, &output); in ixl_sysctl_read_i2c_diag_data() 4287 pf->read_i2c_byte(pf, offset, 0xA2, &output); in ixl_sysctl_read_i2c_diag_data() 4298 pf->read_i2c_byte(pf, offset, 0xA0, &output); in ixl_sysctl_read_i2c_diag_data() [all …]
|
| H A D | ixl_pf.h | 182 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, member
|
| H A D | if_ixl.c | 1957 if (pf->read_i2c_byte == NULL) in ixl_if_i2c_req() 1961 if (pf->read_i2c_byte(pf, req->offset + i, in ixl_if_i2c_req()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 264 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_generic; in ixgbe_init_phy_ops_generic() 2021 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic() 2037 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic()
|
| H A D | ixgbe_api.c | 1551 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
|
| H A D | ixgbe_common.c | 5026 status = hw->phy.ops.read_i2c_byte(hw, in ixgbe_get_thermal_sensor_data_generic() 5851 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed() 5870 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
|
| H A D | ixgbe_82599.c | 138 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
|
| H A D | if_ix.c | 1577 if (hw->phy.ops.read_i2c_byte == NULL) in ixgbe_if_i2c_req() 1580 hw->phy.ops.read_i2c_byte(hw, req->offset + i, in ixgbe_if_i2c_req()
|
| H A D | ixgbe_type.h | 4169 s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *); member
|
| H A D | ixgbe_e610.c | 5118 phy->ops.read_i2c_byte = NULL; /* disabled for E610 */ in ixgbe_init_phy_ops_E610()
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_hw.h | 814 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *); member
|
| H A D | e1000_82575.c | 166 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic; in e1000_init_phy_params_82575()
|
| H A D | e1000_phy.c | 98 phy->ops.read_i2c_byte = e1000_read_i2c_byte_null; in e1000_init_phy_ops_generic()
|