Searched refs:W1_EEPROM_SIZE (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/w1/slaves/ |
| D | w1_ds2433.c | 34 #define W1_EEPROM_SIZE 512 macro 48 u8 memory[W1_EEPROM_SIZE]; 108 if ((count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE)) == 0) in eeprom_read() 217 if ((count = w1_f23_fix_count(off, count, W1_EEPROM_SIZE)) == 0) in eeprom_write() 260 static BIN_ATTR_RW(eeprom, W1_EEPROM_SIZE);
|
| D | w1_ds28e04.c | 44 #define W1_EEPROM_SIZE 512 macro 59 u8 memory[W1_EEPROM_SIZE]; 129 count = w1_f1C_fix_count(off, count, W1_EEPROM_SIZE); in eeprom_read() 237 count = w1_f1C_fix_count(off, count, W1_EEPROM_SIZE); in eeprom_write() 283 static BIN_ATTR_RW(eeprom, W1_EEPROM_SIZE);
|