Searched refs:ixgbe_get_i2c_data (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c45 static bool ixgbe_get_i2c_data(u32 *i2cctl);
1115 ack = ixgbe_get_i2c_data(&i2cctl);
1154 *data = ixgbe_get_i2c_data(&i2cctl);
1259 if (data != ixgbe_get_i2c_data(i2cctl)) {
1268 * ixgbe_get_i2c_data - Reads the I2C SDA data bit
1274 static bool ixgbe_get_i2c_data(u32 *i2cctl) function

Completed in 59 milliseconds