162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright(c) 2015, 2016 Intel Corporation.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci/* QSFP support common definitions, for hfi driver */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#define QSFP_DEV 0xA0
862306a36Sopenharmony_ci#define QSFP_PWR_LAG_MSEC 2000
962306a36Sopenharmony_ci#define QSFP_MODPRS_LAG_MSEC 20
1062306a36Sopenharmony_ci/* 128 byte pages, per SFF 8636 rev 2.4 */
1162306a36Sopenharmony_ci#define QSFP_MAX_NUM_PAGES	5
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci/*
1462306a36Sopenharmony_ci * Below are masks for QSFP pins.  Pins are the same for HFI0 and HFI1.
1562306a36Sopenharmony_ci * _N means asserted low
1662306a36Sopenharmony_ci */
1762306a36Sopenharmony_ci#define QSFP_HFI0_I2CCLK    BIT(0)
1862306a36Sopenharmony_ci#define QSFP_HFI0_I2CDAT    BIT(1)
1962306a36Sopenharmony_ci#define QSFP_HFI0_RESET_N   BIT(2)
2062306a36Sopenharmony_ci#define QSFP_HFI0_INT_N	    BIT(3)
2162306a36Sopenharmony_ci#define QSFP_HFI0_MODPRST_N BIT(4)
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci/* QSFP is paged at 256 bytes */
2462306a36Sopenharmony_ci#define QSFP_PAGESIZE 256
2562306a36Sopenharmony_ci/* Reads/writes cannot cross 128 byte boundaries */
2662306a36Sopenharmony_ci#define QSFP_RW_BOUNDARY 128
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ci/* number of bytes in i2c offset for QSFP devices */
2962306a36Sopenharmony_ci#define __QSFP_OFFSET_SIZE 1                           /* num address bytes */
3062306a36Sopenharmony_ci#define QSFP_OFFSET_SIZE (__QSFP_OFFSET_SIZE << 8)     /* shifted value */
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci/* Defined fields that Intel requires of qualified cables */
3362306a36Sopenharmony_ci/* Byte 0 is Identifier, not checked */
3462306a36Sopenharmony_ci/* Byte 1 is reserved "status MSB" */
3562306a36Sopenharmony_ci#define QSFP_MONITOR_VAL_START 22
3662306a36Sopenharmony_ci#define QSFP_MONITOR_VAL_END 81
3762306a36Sopenharmony_ci#define QSFP_MONITOR_RANGE (QSFP_MONITOR_VAL_END - QSFP_MONITOR_VAL_START + 1)
3862306a36Sopenharmony_ci#define QSFP_TX_CTRL_BYTE_OFFS 86
3962306a36Sopenharmony_ci#define QSFP_PWR_CTRL_BYTE_OFFS 93
4062306a36Sopenharmony_ci#define QSFP_CDR_CTRL_BYTE_OFFS 98
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci#define QSFP_PAGE_SELECT_BYTE_OFFS 127
4362306a36Sopenharmony_ci/* Byte 128 is Identifier: must be 0x0c for QSFP, or 0x0d for QSFP+ */
4462306a36Sopenharmony_ci#define QSFP_MOD_ID_OFFS 128
4562306a36Sopenharmony_ci/*
4662306a36Sopenharmony_ci * Byte 129 is "Extended Identifier".
4762306a36Sopenharmony_ci * For bits [7:6]: 0:1.5W, 1:2.0W, 2:2.5W, 3:3.5W
4862306a36Sopenharmony_ci * For bits [1:0]: 0:Unused, 1:4W, 2:4.5W, 3:5W
4962306a36Sopenharmony_ci */
5062306a36Sopenharmony_ci#define QSFP_MOD_PWR_OFFS 129
5162306a36Sopenharmony_ci/* Byte 130 is Connector type. Not Intel req'd */
5262306a36Sopenharmony_ci/* Bytes 131..138 are Transceiver types, bit maps for various tech, none IB */
5362306a36Sopenharmony_ci/* Byte 139 is encoding. code 0x01 is 8b10b. Not Intel req'd */
5462306a36Sopenharmony_ci/* byte 140 is nominal bit-rate, in units of 100Mbits/sec */
5562306a36Sopenharmony_ci#define QSFP_NOM_BIT_RATE_100_OFFS 140
5662306a36Sopenharmony_ci/* Byte 141 is Extended Rate Select. Not Intel req'd */
5762306a36Sopenharmony_ci/* Bytes 142..145 are lengths for various fiber types. Not Intel req'd */
5862306a36Sopenharmony_ci/* Byte 146 is length for Copper. Units of 1 meter */
5962306a36Sopenharmony_ci#define QSFP_MOD_LEN_OFFS 146
6062306a36Sopenharmony_ci/*
6162306a36Sopenharmony_ci * Byte 147 is Device technology. D0..3 not Intel req'd
6262306a36Sopenharmony_ci * D4..7 select from 15 choices, translated by table:
6362306a36Sopenharmony_ci */
6462306a36Sopenharmony_ci#define QSFP_MOD_TECH_OFFS 147
6562306a36Sopenharmony_ciextern const char *const hfi1_qsfp_devtech[16];
6662306a36Sopenharmony_ci/* Active Equalization includes fiber, copper full EQ, and copper near Eq */
6762306a36Sopenharmony_ci#define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1)
6862306a36Sopenharmony_ci/* Active Equalization includes fiber, copper full EQ, and copper far Eq */
6962306a36Sopenharmony_ci#define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1)
7062306a36Sopenharmony_ci/* Attenuation should be valid for copper other than full/near Eq */
7162306a36Sopenharmony_ci#define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1)
7262306a36Sopenharmony_ci/* Length is only valid if technology is "copper" */
7362306a36Sopenharmony_ci#define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1)
7462306a36Sopenharmony_ci#define QSFP_TECH_1490 9
7562306a36Sopenharmony_ci
7662306a36Sopenharmony_ci#define QSFP_OUI(oui) (((unsigned)oui[0] << 16) | ((unsigned)oui[1] << 8) | \
7762306a36Sopenharmony_ci			oui[2])
7862306a36Sopenharmony_ci#define QSFP_OUI_AMPHENOL 0x415048
7962306a36Sopenharmony_ci#define QSFP_OUI_FINISAR  0x009065
8062306a36Sopenharmony_ci#define QSFP_OUI_GORE     0x002177
8162306a36Sopenharmony_ci
8262306a36Sopenharmony_ci/* Bytes 148..163 are Vendor Name, Left-justified Blank-filled */
8362306a36Sopenharmony_ci#define QSFP_VEND_OFFS 148
8462306a36Sopenharmony_ci#define QSFP_VEND_LEN 16
8562306a36Sopenharmony_ci/* Byte 164 is IB Extended transceiver codes Bits D0..3 are SDR,DDR,QDR,EDR */
8662306a36Sopenharmony_ci#define QSFP_IBXCV_OFFS 164
8762306a36Sopenharmony_ci/* Bytes 165..167 are Vendor OUI number */
8862306a36Sopenharmony_ci#define QSFP_VOUI_OFFS 165
8962306a36Sopenharmony_ci#define QSFP_VOUI_LEN 3
9062306a36Sopenharmony_ci/* Bytes 168..183 are Vendor Part Number, string */
9162306a36Sopenharmony_ci#define QSFP_PN_OFFS 168
9262306a36Sopenharmony_ci#define QSFP_PN_LEN 16
9362306a36Sopenharmony_ci/* Bytes 184,185 are Vendor Rev. Left Justified, Blank-filled */
9462306a36Sopenharmony_ci#define QSFP_REV_OFFS 184
9562306a36Sopenharmony_ci#define QSFP_REV_LEN 2
9662306a36Sopenharmony_ci/*
9762306a36Sopenharmony_ci * Bytes 186,187 are Wavelength, if Optical. Not Intel req'd
9862306a36Sopenharmony_ci *  If copper, they are attenuation in dB:
9962306a36Sopenharmony_ci * Byte 186 is at 2.5Gb/sec (SDR), Byte 187 at 5.0Gb/sec (DDR)
10062306a36Sopenharmony_ci */
10162306a36Sopenharmony_ci#define QSFP_ATTEN_OFFS 186
10262306a36Sopenharmony_ci#define QSFP_ATTEN_LEN 2
10362306a36Sopenharmony_ci/*
10462306a36Sopenharmony_ci * Bytes 188,189 are Wavelength tolerance, if optical
10562306a36Sopenharmony_ci * If copper, they are attenuation in dB:
10662306a36Sopenharmony_ci * Byte 188 is at 12.5 Gb/s, Byte 189 at 25 Gb/s
10762306a36Sopenharmony_ci */
10862306a36Sopenharmony_ci#define QSFP_CU_ATTEN_7G_OFFS 188
10962306a36Sopenharmony_ci#define QSFP_CU_ATTEN_12G_OFFS 189
11062306a36Sopenharmony_ci/* Byte 190 is Max Case Temp. Not Intel req'd */
11162306a36Sopenharmony_ci/* Byte 191 is LSB of sum of bytes 128..190. Not Intel req'd */
11262306a36Sopenharmony_ci#define QSFP_CC_OFFS 191
11362306a36Sopenharmony_ci#define QSFP_EQ_INFO_OFFS 193
11462306a36Sopenharmony_ci#define QSFP_CDR_INFO_OFFS 194
11562306a36Sopenharmony_ci/* Bytes 196..211 are Serial Number, String */
11662306a36Sopenharmony_ci#define QSFP_SN_OFFS 196
11762306a36Sopenharmony_ci#define QSFP_SN_LEN 16
11862306a36Sopenharmony_ci/* Bytes 212..219 are date-code YYMMDD (MM==1 for Jan) */
11962306a36Sopenharmony_ci#define QSFP_DATE_OFFS 212
12062306a36Sopenharmony_ci#define QSFP_DATE_LEN 6
12162306a36Sopenharmony_ci/* Bytes 218,219 are optional lot-code, string */
12262306a36Sopenharmony_ci#define QSFP_LOT_OFFS 218
12362306a36Sopenharmony_ci#define QSFP_LOT_LEN 2
12462306a36Sopenharmony_ci/* Bytes 220, 221 indicate monitoring options, Not Intel req'd */
12562306a36Sopenharmony_ci/* Byte 222 indicates nominal bitrate in units of 250Mbits/sec */
12662306a36Sopenharmony_ci#define QSFP_NOM_BIT_RATE_250_OFFS 222
12762306a36Sopenharmony_ci/* Byte 223 is LSB of sum of bytes 192..222 */
12862306a36Sopenharmony_ci#define QSFP_CC_EXT_OFFS 223
12962306a36Sopenharmony_ci
13062306a36Sopenharmony_ci/*
13162306a36Sopenharmony_ci * Interrupt flag masks
13262306a36Sopenharmony_ci */
13362306a36Sopenharmony_ci#define QSFP_DATA_NOT_READY		0x01
13462306a36Sopenharmony_ci
13562306a36Sopenharmony_ci#define QSFP_HIGH_TEMP_ALARM		0x80
13662306a36Sopenharmony_ci#define QSFP_LOW_TEMP_ALARM		0x40
13762306a36Sopenharmony_ci#define QSFP_HIGH_TEMP_WARNING		0x20
13862306a36Sopenharmony_ci#define QSFP_LOW_TEMP_WARNING		0x10
13962306a36Sopenharmony_ci
14062306a36Sopenharmony_ci#define QSFP_HIGH_VCC_ALARM		0x80
14162306a36Sopenharmony_ci#define QSFP_LOW_VCC_ALARM		0x40
14262306a36Sopenharmony_ci#define QSFP_HIGH_VCC_WARNING		0x20
14362306a36Sopenharmony_ci#define QSFP_LOW_VCC_WARNING		0x10
14462306a36Sopenharmony_ci
14562306a36Sopenharmony_ci#define QSFP_HIGH_POWER_ALARM		0x88
14662306a36Sopenharmony_ci#define QSFP_LOW_POWER_ALARM		0x44
14762306a36Sopenharmony_ci#define QSFP_HIGH_POWER_WARNING		0x22
14862306a36Sopenharmony_ci#define QSFP_LOW_POWER_WARNING		0x11
14962306a36Sopenharmony_ci
15062306a36Sopenharmony_ci#define QSFP_HIGH_BIAS_ALARM		0x88
15162306a36Sopenharmony_ci#define QSFP_LOW_BIAS_ALARM		0x44
15262306a36Sopenharmony_ci#define QSFP_HIGH_BIAS_WARNING		0x22
15362306a36Sopenharmony_ci#define QSFP_LOW_BIAS_WARNING		0x11
15462306a36Sopenharmony_ci
15562306a36Sopenharmony_ci#define QSFP_ATTEN_SDR(attenarray) (attenarray[0])
15662306a36Sopenharmony_ci#define QSFP_ATTEN_DDR(attenarray) (attenarray[1])
15762306a36Sopenharmony_ci
15862306a36Sopenharmony_ci/*
15962306a36Sopenharmony_ci * struct qsfp_data encapsulates state of QSFP device for one port.
16062306a36Sopenharmony_ci * it will be part of port-specific data if a board supports QSFP.
16162306a36Sopenharmony_ci *
16262306a36Sopenharmony_ci * Since multiple board-types use QSFP, and their pport_data structs
16362306a36Sopenharmony_ci * differ (in the chip-specific section), we need a pointer to its head.
16462306a36Sopenharmony_ci *
16562306a36Sopenharmony_ci * Avoiding premature optimization, we will have one work_struct per port,
16662306a36Sopenharmony_ci * and let the qsfp_lock arbitrate access to common resources.
16762306a36Sopenharmony_ci *
16862306a36Sopenharmony_ci */
16962306a36Sopenharmony_cistruct qsfp_data {
17062306a36Sopenharmony_ci	/* Helps to find our way */
17162306a36Sopenharmony_ci	struct hfi1_pportdata *ppd;
17262306a36Sopenharmony_ci	struct work_struct qsfp_work;
17362306a36Sopenharmony_ci	u8 cache[QSFP_MAX_NUM_PAGES * 128];
17462306a36Sopenharmony_ci	/* protect qsfp data */
17562306a36Sopenharmony_ci	spinlock_t qsfp_lock;
17662306a36Sopenharmony_ci	u8 check_interrupt_flags;
17762306a36Sopenharmony_ci	u8 reset_needed;
17862306a36Sopenharmony_ci	u8 limiting_active;
17962306a36Sopenharmony_ci	u8 cache_valid;
18062306a36Sopenharmony_ci	u8 cache_refresh_required;
18162306a36Sopenharmony_ci};
18262306a36Sopenharmony_ci
18362306a36Sopenharmony_ciint refresh_qsfp_cache(struct hfi1_pportdata *ppd,
18462306a36Sopenharmony_ci		       struct qsfp_data *cp);
18562306a36Sopenharmony_ciint get_qsfp_power_class(u8 power_byte);
18662306a36Sopenharmony_ciint qsfp_mod_present(struct hfi1_pportdata *ppd);
18762306a36Sopenharmony_ciint get_cable_info(struct hfi1_devdata *dd, u32 port_num, u32 addr,
18862306a36Sopenharmony_ci		   u32 len, u8 *data);
18962306a36Sopenharmony_ci
19062306a36Sopenharmony_ciint i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
19162306a36Sopenharmony_ci	      int offset, void *bp, int len);
19262306a36Sopenharmony_ciint i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
19362306a36Sopenharmony_ci	     int offset, void *bp, int len);
19462306a36Sopenharmony_ciint qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
19562306a36Sopenharmony_ci	       int len);
19662306a36Sopenharmony_ciint qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
19762306a36Sopenharmony_ci	      int len);
19862306a36Sopenharmony_ciint one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
19962306a36Sopenharmony_ci		   int len);
20062306a36Sopenharmony_ciint one_qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
20162306a36Sopenharmony_ci		  int len);
20262306a36Sopenharmony_cistruct hfi1_asic_data;
20362306a36Sopenharmony_ciint set_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad);
20462306a36Sopenharmony_civoid clean_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad);
205