Lines Matching full:eeprom
9 /* EEPROM Commands */
10 #define EEPROM_READ_OPCODE 0x6 /* EEPROM read opcode */
11 #define EEPROM_WRITE_OPCODE 0x5 /* EEPROM write opcode */
12 #define EEPROM_ERASE_OPCODE 0x7 /* EEPROM erase opcode */
13 #define EEPROM_EWEN_OPCODE 0x13 /* EEPROM erase/write enable */
14 #define EEPROM_EWDS_OPCODE 0x10 /* EEPROM erase/write disable */
16 /* EEPROM MAP (Word Offsets) */
35 /* Mask bits for fields in Word 0x0a of the EEPROM */
41 /* For checksumming, the sum of all words in the EEPROM should equal 0xBABA. */
44 /* EEPROM Map Sizes (Byte Counts) */
47 /* EEPROM Map defines (WORD OFFSETS)*/
49 /* EEPROM structure */
70 /* EEPROM Functions */