Searched refs:USER_EEPROM_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dmax6875.c48 #define USER_EEPROM_SIZE 0x0200 macro
60 u8 data[USER_EEPROM_SIZE];
135 if (off > USER_EEPROM_SIZE)
138 if (off + count > USER_EEPROM_SIZE)
139 count = USER_EEPROM_SIZE - off;
157 .size = USER_EEPROM_SIZE,

Completed in 10 milliseconds