Go to the documentation of this file.
6 #ifndef DRIVER_ATM_ZEPROM_H
7 #define DRIVER_ATM_ZEPROM_H
11 #define ZEPROM_V1_REG PCI_VENDOR_ID
12 #define ZEPROM_V2_REG 0x40
16 #define ZEPROM_SK 0x80000000
17 #define ZEPROM_CS 0x40000000
18 #define ZEPROM_DI 0x20000000
19 #define ZEPROM_DO 0x10000000
21 #define ZEPROM_SIZE 32
22 #define ZEPROM_V1_ESI_OFF 24
23 #define ZEPROM_V2_ESI_OFF 4
25 #define ZEPROM_CMD_LEN 3
26 #define ZEPROM_ADDR_LEN 6
30 #define ZEPROM_CMD_READ 6