Home
last modified time | relevance | path

Searched defs:i2cctl (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
HDixl_pf_i2c.c78 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw)); in ixl_i2c_bus_clear() local
115 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw)); in ixl_i2c_stop() local
166 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw)); in ixl_clock_in_i2c_bit() local
203 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw)); in ixl_get_i2c_ack() local
253 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw)); in ixl_clock_out_i2c_bit() local
289 u32 i2cctl; in ixl_clock_out_i2c_byte() local
320 ixl_lower_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) in ixl_lower_i2c_clk()
342 ixl_raise_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) in ixl_raise_i2c_clk()
372 ixl_get_i2c_data(struct ixl_pf *pf, u32 *i2cctl) in ixl_get_i2c_data()
393 ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data) in ixl_set_i2c_data()
[all …]
/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_phy.c2219 u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw)); in ixgbe_i2c_start() local
2254 u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw)); in ixgbe_i2c_stop() local
2315 u32 i2cctl; in ixgbe_clock_out_i2c_byte() local
2349 u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw)); in ixgbe_get_i2c_ack() local
2399 u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw)); in ixgbe_clock_in_i2c_bit() local
2436 u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw)); in ixgbe_clock_out_i2c_bit() local
2470 static void ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl) in ixgbe_raise_i2c_clk()
2506 static void ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl) in ixgbe_lower_i2c_clk()
2529 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) in ixgbe_set_i2c_data()
2576 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl) in ixgbe_get_i2c_data()
[all …]
/freebsd-11-stable/sys/dev/e1000/
HDe1000_82575.c3433 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_i2c_start() local
3464 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_i2c_stop() local
3515 u32 i2cctl; in e1000_clock_out_i2c_byte() local
3548 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_get_i2c_ack() local
3592 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_in_i2c_bit() local
3622 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_out_i2c_bit() local
3653 static void e1000_raise_i2c_clk(struct e1000_hw *hw, u32 *i2cctl) in e1000_raise_i2c_clk()
3673 static void e1000_lower_i2c_clk(struct e1000_hw *hw, u32 *i2cctl) in e1000_lower_i2c_clk()
3695 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data) in e1000_set_i2c_data()
3730 static bool e1000_get_i2c_data(u32 *i2cctl) in e1000_get_i2c_data()
[all …]