Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h297 #define I2C_PAGE_SIZE 0x100 macro
H A Dt4_hw.c11916 if (len > I2C_PAGE_SIZE) in t4_i2c_io()
11920 if (offset < I2C_PAGE_SIZE && offset + len > I2C_PAGE_SIZE) in t4_i2c_io()