Lines Matching full:eeprom
7 * Based on eeprom.c
9 * The MAX6875 has a bank of registers and two banks of EEPROM.
12 * * 0x8000 - 0x8046 = configuration EEPROM
13 * * 0x8100 - 0x82FF = user EEPROM
15 * This driver makes the user EEPROM available for read.
17 * The registers & config EEPROM should be accessed via i2c-dev.
23 * address, so this driver is destructive if loaded for the wrong EEPROM chip.
36 /* USER EEPROM is at addresses 0x8100 - 0x82FF */
76 /* select the eeprom address */
126 .name = "eeprom",