Searched refs:I2C_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
306 #define I2C_PAGE_SIZE 0x100 macro
10984 if (len > I2C_PAGE_SIZE) in t4_i2c_io()10988 if (offset < I2C_PAGE_SIZE && offset + len > I2C_PAGE_SIZE) in t4_i2c_io()
1863 #define I2C_PAGE_SIZE 256 macro1963 if (offset < I2C_PAGE_SIZE && offset + size > I2C_PAGE_SIZE) in mlx4_get_module_info()1967 size -= offset + size - I2C_PAGE_SIZE; in mlx4_get_module_info()1970 if (offset >= I2C_PAGE_SIZE) { in mlx4_get_module_info()1973 offset -= I2C_PAGE_SIZE; in mlx4_get_module_info()