Home
last modified time | relevance | path

Searched refs:I2C_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ifmlx4/
HDport.c1066 #define I2C_PAGE_SIZE 256 macro
1166 if (offset < I2C_PAGE_SIZE && offset + size > I2C_PAGE_SIZE) in mlx4_get_module_info()
1170 size -= offset + size - I2C_PAGE_SIZE; in mlx4_get_module_info()
1173 if (offset >= I2C_PAGE_SIZE) { in mlx4_get_module_info()
1176 offset -= I2C_PAGE_SIZE; in mlx4_get_module_info()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDport.c1066 #define I2C_PAGE_SIZE 256 macro
1171 if (offset < I2C_PAGE_SIZE && offset + size > I2C_PAGE_SIZE) in mlx4_get_module_info()
1175 size -= offset + size - I2C_PAGE_SIZE; in mlx4_get_module_info()
1178 if (offset >= I2C_PAGE_SIZE) { in mlx4_get_module_info()
1181 offset -= I2C_PAGE_SIZE; in mlx4_get_module_info()