Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h293 #define I2C_PAGE_SIZE 0x100 macro
Dcxgb4_ethtool.c1515 if (offset + len <= I2C_PAGE_SIZE) in cxgb4_get_module_eeprom()
1520 if (offset <= I2C_PAGE_SIZE) { in cxgb4_get_module_eeprom()
1522 len = I2C_PAGE_SIZE - offset; in cxgb4_get_module_eeprom()
1527 offset = I2C_PAGE_SIZE; in cxgb4_get_module_eeprom()
Dt4_hw.c10394 if (len > I2C_PAGE_SIZE) in t4_i2c_rd()
10398 if (offset < I2C_PAGE_SIZE && offset + len > I2C_PAGE_SIZE) in t4_i2c_rd()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dport.c1975 #define I2C_PAGE_SIZE 256 macro
2073 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()