Lines Matching defs:adm8211_eeprom
493 struct adm8211_eeprom { struct
494 __le16 signature; /* 0x00 */
495 u8 major_version; /* 0x02 */
496 u8 minor_version; /* 0x03 */
497 u8 reserved_1[4]; /* 0x04 */
498 u8 hwaddr[6]; /* 0x08 */
499 u8 reserved_2[8]; /* 0x1E */
500 __le16 cr49; /* 0x16 */
501 u8 cr03; /* 0x18 */
502 u8 cr28; /* 0x19 */
503 u8 cr29; /* 0x1A */
504 u8 country_code; /* 0x1B */
510 u8 specific_bbptype; /* 0x1C */
511 u8 specific_rftype; /* 0x1D */
512 u8 reserved_3[2]; /* 0x1E */
513 __le16 device_id; /* 0x20 */
514 __le16 vendor_id; /* 0x22 */
515 __le16 subsystem_id; /* 0x24 */
516 __le16 subsystem_vendor_id; /* 0x26 */
517 u8 maxlat; /* 0x28 */
518 u8 mingnt; /* 0x29 */
519 __le16 cis_pointer_low; /* 0x2A */
520 __le16 cis_pointer_high; /* 0x2C */
521 __le16 csr18; /* 0x2E */
522 u8 reserved_4[16]; /* 0x30 */
523 u8 d1_pwrdara; /* 0x40 */
524 u8 d0_pwrdara; /* 0x41 */
525 u8 d3_pwrdara; /* 0x42 */
526 u8 d2_pwrdara; /* 0x43 */
527 u8 antenna_power[14]; /* 0x44 */
528 __le16 cis_wordcnt; /* 0x52 */
529 u8 tx_power[14]; /* 0x54 */
530 u8 lpf_cutoff[14]; /* 0x62 */
531 u8 lnags_threshold[14]; /* 0x70 */
532 __le16 checksum; /* 0x7E */
533 u8 cis_data[0]; /* 0x80, 384 bytes */