Searched defs:slic_oasis_eeprom (Results 1 – 1 of 1) sorted by relevance
360 struct slic_oasis_eeprom { struct361 __le16 id; /* 00 EEPROM/FLASH Magic code 'A5A5' */362 __le16 eeprom_code_size;/* 01 Size of EEPROM Codes (bytes * 4)*/363 __le16 spidev0_cfg; /* 02 Flash Config for SPI device 0 */364 __le16 spidev1_cfg; /* 03 Flash Config for SPI device 1 */365 __le16 vendor_id; /* 04 Vendor ID */366 __le16 dev_id; /* 05 Device ID (function 0) */367 u8 rev_id; /* 06 Revision ID */368 u8 class_code0[3]; /* 07 Class Code for PCI function 0 */369 u8 irqpin1; /* 08 Interrupt pin for PCI function 1*/[all …]