Lines Matching +full:t +full:- +full:calibration +full:- +full:data

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013 George V. Neville-Neil
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * The following set of constants are from Document SFF-8472
35 * long for the storage of data and diagnostics on cables, such as
39 * Base Address 0xa0 (Identification Data)
40 * 0-95 Serial ID Defined by SFP MSA
41 * 96-127 Vendor Specific Data
42 * 128-255 Reserved
44 * Base Address 0xa2 (Diagnostic Data)
45 * 0-55 Alarm and Warning Thresholds
46 * 56-95 Cal Constants
47 * 96-119 Real Time Diagnostic Interface
48 * 120-127 Vendor Specific
49 * 128-247 User Writable EEPROM
50 * 248-255 Vendor Specific
62 /* Table 3.1 Two-wire interface ID: Data Fields */
95 * 20-35] */
128 SFF_8472_SN_START = 68, /* Vendor SN [Address A0h, Bytes 68-83] */
144 SFF_8472_COMPLIANCE = 94, /* SFF-8472 Compliance Indicates
145 * which revision of SFF-8472 the
164 * See SFF-8472 doc. */
202 * floating point calibration data
203 * - Rx optical power. Bit 7 of
209 * floating point calibration data
210 * - Rx optical power. Bit 7 of
216 * floating point calibration data,
223 * floating point calibration data,
230 * floating point calibration data,
237 * (unsigned) calibration data,
245 * calibration data, laser bias
252 * (unsigned) calibration data,
261 * calibration data, transmitter
267 SFF_8472_T_SLOPE = 84, /* T (Slope) Fixed decimal
268 * (unsigned) calibration data,
271 * byte 85 is LSB. T(Slope) should
274 SFF_8472_T_OFFSET = 86, /* T (Offset) Fixed decimal (signed
275 * two’s complement) calibration
276 * data, internal module
279 * T(Offset) should be set to zero
283 * (unsigned) calibration data,
291 * two’s complement) calibration
292 * data, internal module supply
333 * RS(1) State Digital state of SFP input pin AS(1) per SFF-8079 or
334 * RS(1) per SFF-8431. Updated within 100ms of change on pin. See A2h
342 * This pin is also known as AS(0) in SFF-8079 and RS(0) in SFF-8431.
371 * Indicates transceiver has achieved power up and data is ready. Bit
372 * remains high until data is ready to be read at which time the
379 * Identifier constants has taken from SFF-8024 rev 4.6 table 4.1
391 SFF_8024_ID_XFPE = 0x8, /* XFP-E */
394 SFF_8024_ID_DWDM_SFP = 0xB, /* DWDM-SFP */
407 SFF_8024_ID_QSFP_DD = 0x18, /* QSFP-DD 8X Pluggable Transceiver */
409 SFF_8024_ID_SFP_DD = 0x1A, /* SFP-DD 2X Pluggable Transceiver */
427 "XFP-E",
430 "DWDM-SFP/SFP+",
443 "QSFP-DD",
445 "SFP-DD",
523 * yielding a total range of 0 to 6.5535 mW (~ -40 to +8.2 dBm).