Searched refs:I2C_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
292 #define I2C_PAGE_SIZE 0x100 macro
1353 if (offset + len <= I2C_PAGE_SIZE) in cxgb4_get_module_eeprom()1358 if (offset <= I2C_PAGE_SIZE) { in cxgb4_get_module_eeprom()1360 len = I2C_PAGE_SIZE - offset; in cxgb4_get_module_eeprom()1365 offset = I2C_PAGE_SIZE; in cxgb4_get_module_eeprom()
10152 if (len > I2C_PAGE_SIZE) in t4_i2c_rd()10156 if (offset < I2C_PAGE_SIZE && offset + len > I2C_PAGE_SIZE) in t4_i2c_rd()
1975 #define I2C_PAGE_SIZE 256 macro2073 if (offset < I2C_PAGE_SIZE && offset + size > I2C_PAGE_SIZE) in mlx4_get_module_info()2077 size -= offset + size - I2C_PAGE_SIZE; in mlx4_get_module_info()2080 if (offset >= I2C_PAGE_SIZE) { in mlx4_get_module_info()2083 offset -= I2C_PAGE_SIZE; in mlx4_get_module_info()