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