Searched refs:i801_features (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/i2c/busses/
H A Di2c-i801.c139 static unsigned int i801_features; variable
412 } else if (!(i801_features & FEATURE_I2C_BLOCK_READ)) {
432 if ((i801_features & FEATURE_BLOCK_BUFFER)
461 hwpec = (i801_features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC)
561 ((i801_features & FEATURE_SMBUS_PEC) ? I2C_FUNC_SMBUS_PEC : 0) |
562 ((i801_features & FEATURE_I2C_BLOCK_READ) ?
709 i801_features = 0;
712 i801_features |= FEATURE_I2C_BLOCK_READ;
715 i801_features |= FEATURE_SMBUS_PEC;
716 i801_features |
[all...]

Completed in 34 milliseconds