Lines Matching +full:rx +full:- +full:input +full:- +full:m

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013 George V. Neville-Neil
30 * The following set of constants are from Document SFF-8472
40 * 0-95 Serial ID Defined by SFP MSA
41 * 96-127 Vendor Specific Data
42 * 128-255 Reserved
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 */
84 * mode fiber, units of 100 m */
86 * OM2 fiber, units of 10 m */
88 * um OM1 fiber, units of 10 m */
90 * OM4 fiber, units of 10m.
92 * attach cable, units of m */
93 SFF_8472_LEN_OM3 = 19, /* Link length supported for 50 um OM3 fiber, units of 10 m */
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. */
196 SFF_8472_RX_POWER_HIGH_ALM = 32, /* RX Power High Alarm */
197 SFF_8472_RX_POWER_LOW_ALM = 34, /* RX Power Low Alarm */
198 SFF_8472_RX_POWER_HIGH_WARN = 36, /* RX Power High Warning */
199 SFF_8472_RX_POWER_LOW_WARN = 38, /* RX Power Low Warning */
203 * - Rx optical power. Bit 7 of
210 * - Rx optical power. Bit 7 of
217 * Rx optical power. Bit 7 of byte
224 * Rx optical power. Bit 7 of byte
231 * Rx optical power. Bit 7 of byte
309 SFF_8472_RX_POWER = 104, /* Measured RX input power. */
316 * TX Disable State Digital state of the TX Disable Input Pin. Updated
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
341 * Rate_Select Input Pin. Updated within 100ms of change on pin. Note:
342 * This pin is also known as AS(0) in SFF-8079 and RS(0) in SFF-8431.
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).