Lines Matching +full:vendor +full:- +full:id
1 /*-
29 * The following set of constants are from Document SFF-8436
34 * 1) 256-byte addressable block and 128-byte pages
35 * 2) Lower 128-bytes addresses always refer to the same page
44 * 0-127 Monitoring data & page select byte
45 * 128-255:
48 * 128-191 Base ID Fields
49 * 191-223 Extended ID
50 * 223-255 Vendor Specific ID
53 * 128-255 App-specific data
56 * 128-255 User EEPROM Data
59 * 128-223 Thresholds
60 * 225-237 Vendor Specific
61 * 238-253 Channel Controls/Monitor
62 * 254-255 Reserverd
69 /* Table 17 - Lower Memory Map */
72 SFF_8436_STATUS = 1, /* 2-bytes status (Table 18) */
73 SFF_8436_INTR_START = 3, /* Interrupt flags (Tables 19-21) */
107 /* Table 18 - Status Indicators bits */
120 * Table 29 - Serial ID: Data fields.
122 * Note that this table is mostly the same as used in SFF-8472.
153 * 50um multi-mode fiber, units of 1m*/
162 SFF_8436_VENDOR_START = 148, /* Vendor name, 16 bytes, padded
166 SFF_8436_VENDOR_OUI_START = 165 , /* Vendor OUI SFP vendor IEEE
167 * company ID */
169 SFF_8436_PN_START = 168, /* Vendor PN, padded right with 0x20 */
171 SFF_8436_REV_START = 184, /* Vendor Revision, padded right 0x20 */
179 * an 8-bit value in Degrees C. A value
181 SFF_8436_CC_BASE = 191, /* CC_BASE Check code for Base ID
183 /* Extended ID fields */
188 SFF_8436_SN_START = 196, /* Vendor SN, riwght padded with 0x20 */
190 SFF_8436_DATE_START = 212, /* Vendor’s manufacturing date code
205 SFF_8436_CC_EXT = 223, /* Check code for the Extended ID
206 * Fields (bytes 192-222 incl) */