]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
scsi: hisi_sas: add v2 hw DFX feature
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / hisi_sas / hisi_sas_v2_hw.c
CommitLineData
3417ba8a
JG
1/*
2 * Copyright (c) 2016 Linaro Ltd.
3 * Copyright (c) 2016 Hisilicon Limited.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 */
11
12#include "hisi_sas.h"
13#define DRV_NAME "hisi_sas_v2_hw"
14
45c901b8
JG
15/* global registers need init*/
16#define DLVRY_QUEUE_ENABLE 0x0
17#define IOST_BASE_ADDR_LO 0x8
18#define IOST_BASE_ADDR_HI 0xc
19#define ITCT_BASE_ADDR_LO 0x10
20#define ITCT_BASE_ADDR_HI 0x14
21#define IO_BROKEN_MSG_ADDR_LO 0x18
22#define IO_BROKEN_MSG_ADDR_HI 0x1c
23#define PHY_CONTEXT 0x20
24#define PHY_STATE 0x24
25#define PHY_PORT_NUM_MA 0x28
26#define PORT_STATE 0x2c
27#define PORT_STATE_PHY8_PORT_NUM_OFF 16
28#define PORT_STATE_PHY8_PORT_NUM_MSK (0xf << PORT_STATE_PHY8_PORT_NUM_OFF)
29#define PORT_STATE_PHY8_CONN_RATE_OFF 20
30#define PORT_STATE_PHY8_CONN_RATE_MSK (0xf << PORT_STATE_PHY8_CONN_RATE_OFF)
31#define PHY_CONN_RATE 0x30
32#define HGC_TRANS_TASK_CNT_LIMIT 0x38
33#define AXI_AHB_CLK_CFG 0x3c
34#define ITCT_CLR 0x44
35#define ITCT_CLR_EN_OFF 16
36#define ITCT_CLR_EN_MSK (0x1 << ITCT_CLR_EN_OFF)
37#define ITCT_DEV_OFF 0
38#define ITCT_DEV_MSK (0x7ff << ITCT_DEV_OFF)
39#define AXI_USER1 0x48
40#define AXI_USER2 0x4c
41#define IO_SATA_BROKEN_MSG_ADDR_LO 0x58
42#define IO_SATA_BROKEN_MSG_ADDR_HI 0x5c
43#define SATA_INITI_D2H_STORE_ADDR_LO 0x60
44#define SATA_INITI_D2H_STORE_ADDR_HI 0x64
45#define HGC_SAS_TX_OPEN_FAIL_RETRY_CTRL 0x84
46#define HGC_SAS_TXFAIL_RETRY_CTRL 0x88
47#define HGC_GET_ITV_TIME 0x90
48#define DEVICE_MSG_WORK_MODE 0x94
49#define OPENA_WT_CONTI_TIME 0x9c
50#define I_T_NEXUS_LOSS_TIME 0xa0
51#define MAX_CON_TIME_LIMIT_TIME 0xa4
52#define BUS_INACTIVE_LIMIT_TIME 0xa8
53#define REJECT_TO_OPEN_LIMIT_TIME 0xac
54#define CFG_AGING_TIME 0xbc
55#define HGC_DFX_CFG2 0xc0
56#define HGC_IOMB_PROC1_STATUS 0x104
57#define CFG_1US_TIMER_TRSH 0xcc
d3b688d3
XC
58#define HGC_LM_DFX_STATUS2 0x128
59#define HGC_LM_DFX_STATUS2_IOSTLIST_OFF 0
60#define HGC_LM_DFX_STATUS2_IOSTLIST_MSK (0xfff << \
61 HGC_LM_DFX_STATUS2_IOSTLIST_OFF)
62#define HGC_LM_DFX_STATUS2_ITCTLIST_OFF 12
63#define HGC_LM_DFX_STATUS2_ITCTLIST_MSK (0x7ff << \
64 HGC_LM_DFX_STATUS2_ITCTLIST_OFF)
65#define HGC_CQE_ECC_ADDR 0x13c
66#define HGC_CQE_ECC_1B_ADDR_OFF 0
ce41b41e 67#define HGC_CQE_ECC_1B_ADDR_MSK (0x3f << HGC_CQE_ECC_1B_ADDR_OFF)
d3b688d3 68#define HGC_CQE_ECC_MB_ADDR_OFF 8
ce41b41e 69#define HGC_CQE_ECC_MB_ADDR_MSK (0x3f << HGC_CQE_ECC_MB_ADDR_OFF)
d3b688d3
XC
70#define HGC_IOST_ECC_ADDR 0x140
71#define HGC_IOST_ECC_1B_ADDR_OFF 0
ce41b41e 72#define HGC_IOST_ECC_1B_ADDR_MSK (0x3ff << HGC_IOST_ECC_1B_ADDR_OFF)
d3b688d3 73#define HGC_IOST_ECC_MB_ADDR_OFF 16
ce41b41e 74#define HGC_IOST_ECC_MB_ADDR_MSK (0x3ff << HGC_IOST_ECC_MB_ADDR_OFF)
d3b688d3
XC
75#define HGC_DQE_ECC_ADDR 0x144
76#define HGC_DQE_ECC_1B_ADDR_OFF 0
ce41b41e 77#define HGC_DQE_ECC_1B_ADDR_MSK (0xfff << HGC_DQE_ECC_1B_ADDR_OFF)
d3b688d3 78#define HGC_DQE_ECC_MB_ADDR_OFF 16
ce41b41e 79#define HGC_DQE_ECC_MB_ADDR_MSK (0xfff << HGC_DQE_ECC_MB_ADDR_OFF)
45c901b8
JG
80#define HGC_INVLD_DQE_INFO 0x148
81#define HGC_INVLD_DQE_INFO_FB_CH0_OFF 9
82#define HGC_INVLD_DQE_INFO_FB_CH0_MSK (0x1 << HGC_INVLD_DQE_INFO_FB_CH0_OFF)
83#define HGC_INVLD_DQE_INFO_FB_CH3_OFF 18
d3b688d3
XC
84#define HGC_ITCT_ECC_ADDR 0x150
85#define HGC_ITCT_ECC_1B_ADDR_OFF 0
86#define HGC_ITCT_ECC_1B_ADDR_MSK (0x3ff << \
87 HGC_ITCT_ECC_1B_ADDR_OFF)
88#define HGC_ITCT_ECC_MB_ADDR_OFF 16
89#define HGC_ITCT_ECC_MB_ADDR_MSK (0x3ff << \
90 HGC_ITCT_ECC_MB_ADDR_OFF)
91#define HGC_AXI_FIFO_ERR_INFO 0x154
92#define AXI_ERR_INFO_OFF 0
93#define AXI_ERR_INFO_MSK (0xff << AXI_ERR_INFO_OFF)
94#define FIFO_ERR_INFO_OFF 8
95#define FIFO_ERR_INFO_MSK (0xff << FIFO_ERR_INFO_OFF)
45c901b8
JG
96#define INT_COAL_EN 0x19c
97#define OQ_INT_COAL_TIME 0x1a0
98#define OQ_INT_COAL_CNT 0x1a4
99#define ENT_INT_COAL_TIME 0x1a8
100#define ENT_INT_COAL_CNT 0x1ac
101#define OQ_INT_SRC 0x1b0
102#define OQ_INT_SRC_MSK 0x1b4
103#define ENT_INT_SRC1 0x1b8
104#define ENT_INT_SRC1_D2H_FIS_CH0_OFF 0
105#define ENT_INT_SRC1_D2H_FIS_CH0_MSK (0x1 << ENT_INT_SRC1_D2H_FIS_CH0_OFF)
106#define ENT_INT_SRC1_D2H_FIS_CH1_OFF 8
107#define ENT_INT_SRC1_D2H_FIS_CH1_MSK (0x1 << ENT_INT_SRC1_D2H_FIS_CH1_OFF)
108#define ENT_INT_SRC2 0x1bc
109#define ENT_INT_SRC3 0x1c0
d3b688d3
XC
110#define ENT_INT_SRC3_WP_DEPTH_OFF 8
111#define ENT_INT_SRC3_IPTT_SLOT_NOMATCH_OFF 9
112#define ENT_INT_SRC3_RP_DEPTH_OFF 10
113#define ENT_INT_SRC3_AXI_OFF 11
114#define ENT_INT_SRC3_FIFO_OFF 12
115#define ENT_INT_SRC3_LM_OFF 14
45c901b8
JG
116#define ENT_INT_SRC3_ITC_INT_OFF 15
117#define ENT_INT_SRC3_ITC_INT_MSK (0x1 << ENT_INT_SRC3_ITC_INT_OFF)
d3b688d3 118#define ENT_INT_SRC3_ABT_OFF 16
45c901b8
JG
119#define ENT_INT_SRC_MSK1 0x1c4
120#define ENT_INT_SRC_MSK2 0x1c8
121#define ENT_INT_SRC_MSK3 0x1cc
122#define ENT_INT_SRC_MSK3_ENT95_MSK_OFF 31
123#define ENT_INT_SRC_MSK3_ENT95_MSK_MSK (0x1 << ENT_INT_SRC_MSK3_ENT95_MSK_OFF)
d3b688d3
XC
124#define SAS_ECC_INTR 0x1e8
125#define SAS_ECC_INTR_DQE_ECC_1B_OFF 0
126#define SAS_ECC_INTR_DQE_ECC_MB_OFF 1
127#define SAS_ECC_INTR_IOST_ECC_1B_OFF 2
128#define SAS_ECC_INTR_IOST_ECC_MB_OFF 3
129#define SAS_ECC_INTR_ITCT_ECC_MB_OFF 4
130#define SAS_ECC_INTR_ITCT_ECC_1B_OFF 5
131#define SAS_ECC_INTR_IOSTLIST_ECC_MB_OFF 6
132#define SAS_ECC_INTR_IOSTLIST_ECC_1B_OFF 7
133#define SAS_ECC_INTR_ITCTLIST_ECC_1B_OFF 8
134#define SAS_ECC_INTR_ITCTLIST_ECC_MB_OFF 9
135#define SAS_ECC_INTR_CQE_ECC_1B_OFF 10
136#define SAS_ECC_INTR_CQE_ECC_MB_OFF 11
137#define SAS_ECC_INTR_NCQ_MEM0_ECC_MB_OFF 12
138#define SAS_ECC_INTR_NCQ_MEM0_ECC_1B_OFF 13
139#define SAS_ECC_INTR_NCQ_MEM1_ECC_MB_OFF 14
140#define SAS_ECC_INTR_NCQ_MEM1_ECC_1B_OFF 15
141#define SAS_ECC_INTR_NCQ_MEM2_ECC_MB_OFF 16
142#define SAS_ECC_INTR_NCQ_MEM2_ECC_1B_OFF 17
143#define SAS_ECC_INTR_NCQ_MEM3_ECC_MB_OFF 18
144#define SAS_ECC_INTR_NCQ_MEM3_ECC_1B_OFF 19
45c901b8
JG
145#define SAS_ECC_INTR_MSK 0x1ec
146#define HGC_ERR_STAT_EN 0x238
147#define DLVRY_Q_0_BASE_ADDR_LO 0x260
148#define DLVRY_Q_0_BASE_ADDR_HI 0x264
149#define DLVRY_Q_0_DEPTH 0x268
150#define DLVRY_Q_0_WR_PTR 0x26c
151#define DLVRY_Q_0_RD_PTR 0x270
152#define HYPER_STREAM_ID_EN_CFG 0xc80
153#define OQ0_INT_SRC_MSK 0xc90
154#define COMPL_Q_0_BASE_ADDR_LO 0x4e0
155#define COMPL_Q_0_BASE_ADDR_HI 0x4e4
156#define COMPL_Q_0_DEPTH 0x4e8
157#define COMPL_Q_0_WR_PTR 0x4ec
158#define COMPL_Q_0_RD_PTR 0x4f0
d3b688d3
XC
159#define HGC_RXM_DFX_STATUS14 0xae8
160#define HGC_RXM_DFX_STATUS14_MEM0_OFF 0
161#define HGC_RXM_DFX_STATUS14_MEM0_MSK (0x1ff << \
162 HGC_RXM_DFX_STATUS14_MEM0_OFF)
163#define HGC_RXM_DFX_STATUS14_MEM1_OFF 9
164#define HGC_RXM_DFX_STATUS14_MEM1_MSK (0x1ff << \
165 HGC_RXM_DFX_STATUS14_MEM1_OFF)
166#define HGC_RXM_DFX_STATUS14_MEM2_OFF 18
167#define HGC_RXM_DFX_STATUS14_MEM2_MSK (0x1ff << \
168 HGC_RXM_DFX_STATUS14_MEM2_OFF)
169#define HGC_RXM_DFX_STATUS15 0xaec
170#define HGC_RXM_DFX_STATUS15_MEM3_OFF 0
171#define HGC_RXM_DFX_STATUS15_MEM3_MSK (0x1ff << \
172 HGC_RXM_DFX_STATUS15_MEM3_OFF)
45c901b8
JG
173/* phy registers need init */
174#define PORT_BASE (0x2000)
175
176#define PHY_CFG (PORT_BASE + 0x0)
177#define HARD_PHY_LINKRATE (PORT_BASE + 0x4)
178#define PHY_CFG_ENA_OFF 0
179#define PHY_CFG_ENA_MSK (0x1 << PHY_CFG_ENA_OFF)
180#define PHY_CFG_DC_OPT_OFF 2
181#define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
182#define PROG_PHY_LINK_RATE (PORT_BASE + 0x8)
183#define PROG_PHY_LINK_RATE_MAX_OFF 0
184#define PROG_PHY_LINK_RATE_MAX_MSK (0xff << PROG_PHY_LINK_RATE_MAX_OFF)
185#define PHY_CTRL (PORT_BASE + 0x14)
186#define PHY_CTRL_RESET_OFF 0
187#define PHY_CTRL_RESET_MSK (0x1 << PHY_CTRL_RESET_OFF)
188#define SAS_PHY_CTRL (PORT_BASE + 0x20)
189#define SL_CFG (PORT_BASE + 0x84)
190#define PHY_PCN (PORT_BASE + 0x44)
191#define SL_TOUT_CFG (PORT_BASE + 0x8c)
192#define SL_CONTROL (PORT_BASE + 0x94)
193#define SL_CONTROL_NOTIFY_EN_OFF 0
194#define SL_CONTROL_NOTIFY_EN_MSK (0x1 << SL_CONTROL_NOTIFY_EN_OFF)
9c81e2cf
JG
195#define SL_CONTROL_CTA_OFF 17
196#define SL_CONTROL_CTA_MSK (0x1 << SL_CONTROL_CTA_OFF)
0844a3ff
JG
197#define RX_PRIMS_STATUS (PORT_BASE + 0x98)
198#define RX_BCAST_CHG_OFF 1
199#define RX_BCAST_CHG_MSK (0x1 << RX_BCAST_CHG_OFF)
45c901b8
JG
200#define TX_ID_DWORD0 (PORT_BASE + 0x9c)
201#define TX_ID_DWORD1 (PORT_BASE + 0xa0)
202#define TX_ID_DWORD2 (PORT_BASE + 0xa4)
203#define TX_ID_DWORD3 (PORT_BASE + 0xa8)
204#define TX_ID_DWORD4 (PORT_BASE + 0xaC)
205#define TX_ID_DWORD5 (PORT_BASE + 0xb0)
206#define TX_ID_DWORD6 (PORT_BASE + 0xb4)
9c81e2cf
JG
207#define TXID_AUTO (PORT_BASE + 0xb8)
208#define TXID_AUTO_CT3_OFF 1
209#define TXID_AUTO_CT3_MSK (0x1 << TXID_AUTO_CT3_OFF)
819cbf18
XT
210#define TXID_AUTO_CTB_OFF 11
211#define TXID_AUTO_CTB_MSK (0x1 << TXID_AUTO_CTB_OFF)
0844a3ff
JG
212#define TX_HARDRST_OFF 2
213#define TX_HARDRST_MSK (0x1 << TX_HARDRST_OFF)
45c901b8
JG
214#define RX_IDAF_DWORD0 (PORT_BASE + 0xc4)
215#define RX_IDAF_DWORD1 (PORT_BASE + 0xc8)
216#define RX_IDAF_DWORD2 (PORT_BASE + 0xcc)
217#define RX_IDAF_DWORD3 (PORT_BASE + 0xd0)
218#define RX_IDAF_DWORD4 (PORT_BASE + 0xd4)
219#define RX_IDAF_DWORD5 (PORT_BASE + 0xd8)
220#define RX_IDAF_DWORD6 (PORT_BASE + 0xdc)
221#define RXOP_CHECK_CFG_H (PORT_BASE + 0xfc)
f2f89c32 222#define CON_CONTROL (PORT_BASE + 0x118)
c7b9d369
XT
223#define CON_CONTROL_CFG_OPEN_ACC_STP_OFF 0
224#define CON_CONTROL_CFG_OPEN_ACC_STP_MSK \
225 (0x01 << CON_CONTROL_CFG_OPEN_ACC_STP_OFF)
45c901b8
JG
226#define DONE_RECEIVED_TIME (PORT_BASE + 0x11c)
227#define CHL_INT0 (PORT_BASE + 0x1b4)
228#define CHL_INT0_HOTPLUG_TOUT_OFF 0
229#define CHL_INT0_HOTPLUG_TOUT_MSK (0x1 << CHL_INT0_HOTPLUG_TOUT_OFF)
230#define CHL_INT0_SL_RX_BCST_ACK_OFF 1
231#define CHL_INT0_SL_RX_BCST_ACK_MSK (0x1 << CHL_INT0_SL_RX_BCST_ACK_OFF)
232#define CHL_INT0_SL_PHY_ENABLE_OFF 2
233#define CHL_INT0_SL_PHY_ENABLE_MSK (0x1 << CHL_INT0_SL_PHY_ENABLE_OFF)
234#define CHL_INT0_NOT_RDY_OFF 4
235#define CHL_INT0_NOT_RDY_MSK (0x1 << CHL_INT0_NOT_RDY_OFF)
236#define CHL_INT0_PHY_RDY_OFF 5
237#define CHL_INT0_PHY_RDY_MSK (0x1 << CHL_INT0_PHY_RDY_OFF)
238#define CHL_INT1 (PORT_BASE + 0x1b8)
239#define CHL_INT1_DMAC_TX_ECC_ERR_OFF 15
240#define CHL_INT1_DMAC_TX_ECC_ERR_MSK (0x1 << CHL_INT1_DMAC_TX_ECC_ERR_OFF)
241#define CHL_INT1_DMAC_RX_ECC_ERR_OFF 17
242#define CHL_INT1_DMAC_RX_ECC_ERR_MSK (0x1 << CHL_INT1_DMAC_RX_ECC_ERR_OFF)
243#define CHL_INT2 (PORT_BASE + 0x1bc)
244#define CHL_INT0_MSK (PORT_BASE + 0x1c0)
245#define CHL_INT1_MSK (PORT_BASE + 0x1c4)
246#define CHL_INT2_MSK (PORT_BASE + 0x1c8)
247#define CHL_INT_COAL_EN (PORT_BASE + 0x1d0)
0844a3ff
JG
248#define DMA_TX_DFX0 (PORT_BASE + 0x200)
249#define DMA_TX_DFX1 (PORT_BASE + 0x204)
c7b9d369
XT
250#define DMA_TX_DFX1_IPTT_OFF 0
251#define DMA_TX_DFX1_IPTT_MSK (0xffff << DMA_TX_DFX1_IPTT_OFF)
819cbf18 252#define DMA_TX_FIFO_DFX0 (PORT_BASE + 0x240)
0844a3ff
JG
253#define PORT_DFX0 (PORT_BASE + 0x258)
254#define LINK_DFX2 (PORT_BASE + 0X264)
819cbf18
XT
255#define LINK_DFX2_RCVR_HOLD_STS_OFF 9
256#define LINK_DFX2_RCVR_HOLD_STS_MSK (0x1 << LINK_DFX2_RCVR_HOLD_STS_OFF)
257#define LINK_DFX2_SEND_HOLD_STS_OFF 10
258#define LINK_DFX2_SEND_HOLD_STS_MSK (0x1 << LINK_DFX2_SEND_HOLD_STS_OFF)
c52108c6
XT
259#define SAS_ERR_CNT4_REG (PORT_BASE + 0x290)
260#define SAS_ERR_CNT6_REG (PORT_BASE + 0x298)
45c901b8
JG
261#define PHY_CTRL_RDY_MSK (PORT_BASE + 0x2b0)
262#define PHYCTRL_NOT_RDY_MSK (PORT_BASE + 0x2b4)
263#define PHYCTRL_DWS_RESET_MSK (PORT_BASE + 0x2b8)
264#define PHYCTRL_PHY_ENA_MSK (PORT_BASE + 0x2bc)
265#define SL_RX_BCAST_CHK_MSK (PORT_BASE + 0x2c0)
266#define PHYCTRL_OOB_RESTART_MSK (PORT_BASE + 0x2c4)
267#define DMA_TX_STATUS (PORT_BASE + 0x2d0)
268#define DMA_TX_STATUS_BUSY_OFF 0
269#define DMA_TX_STATUS_BUSY_MSK (0x1 << DMA_TX_STATUS_BUSY_OFF)
270#define DMA_RX_STATUS (PORT_BASE + 0x2e8)
271#define DMA_RX_STATUS_BUSY_OFF 0
272#define DMA_RX_STATUS_BUSY_MSK (0x1 << DMA_RX_STATUS_BUSY_OFF)
273
274#define AXI_CFG (0x5100)
275#define AM_CFG_MAX_TRANS (0x5010)
276#define AM_CFG_SINGLE_PORT_MAX_TRANS (0x5014)
277
06ec0fb9
XC
278#define AXI_MASTER_CFG_BASE (0x5000)
279#define AM_CTRL_GLOBAL (0x0)
280#define AM_CURR_TRANS_RETURN (0x150)
281
45c901b8
JG
282/* HW dma structures */
283/* Delivery queue header */
284/* dw0 */
a3e665d9
JG
285#define CMD_HDR_ABORT_FLAG_OFF 0
286#define CMD_HDR_ABORT_FLAG_MSK (0x3 << CMD_HDR_ABORT_FLAG_OFF)
287#define CMD_HDR_ABORT_DEVICE_TYPE_OFF 2
288#define CMD_HDR_ABORT_DEVICE_TYPE_MSK (0x1 << CMD_HDR_ABORT_DEVICE_TYPE_OFF)
45c901b8
JG
289#define CMD_HDR_RESP_REPORT_OFF 5
290#define CMD_HDR_RESP_REPORT_MSK (0x1 << CMD_HDR_RESP_REPORT_OFF)
291#define CMD_HDR_TLR_CTRL_OFF 6
292#define CMD_HDR_TLR_CTRL_MSK (0x3 << CMD_HDR_TLR_CTRL_OFF)
293#define CMD_HDR_PORT_OFF 18
294#define CMD_HDR_PORT_MSK (0xf << CMD_HDR_PORT_OFF)
295#define CMD_HDR_PRIORITY_OFF 27
296#define CMD_HDR_PRIORITY_MSK (0x1 << CMD_HDR_PRIORITY_OFF)
297#define CMD_HDR_CMD_OFF 29
298#define CMD_HDR_CMD_MSK (0x7 << CMD_HDR_CMD_OFF)
299/* dw1 */
300#define CMD_HDR_DIR_OFF 5
301#define CMD_HDR_DIR_MSK (0x3 << CMD_HDR_DIR_OFF)
302#define CMD_HDR_RESET_OFF 7
303#define CMD_HDR_RESET_MSK (0x1 << CMD_HDR_RESET_OFF)
304#define CMD_HDR_VDTL_OFF 10
305#define CMD_HDR_VDTL_MSK (0x1 << CMD_HDR_VDTL_OFF)
306#define CMD_HDR_FRAME_TYPE_OFF 11
307#define CMD_HDR_FRAME_TYPE_MSK (0x1f << CMD_HDR_FRAME_TYPE_OFF)
308#define CMD_HDR_DEV_ID_OFF 16
309#define CMD_HDR_DEV_ID_MSK (0xffff << CMD_HDR_DEV_ID_OFF)
310/* dw2 */
311#define CMD_HDR_CFL_OFF 0
312#define CMD_HDR_CFL_MSK (0x1ff << CMD_HDR_CFL_OFF)
313#define CMD_HDR_NCQ_TAG_OFF 10
314#define CMD_HDR_NCQ_TAG_MSK (0x1f << CMD_HDR_NCQ_TAG_OFF)
315#define CMD_HDR_MRFL_OFF 15
316#define CMD_HDR_MRFL_MSK (0x1ff << CMD_HDR_MRFL_OFF)
317#define CMD_HDR_SG_MOD_OFF 24
318#define CMD_HDR_SG_MOD_MSK (0x3 << CMD_HDR_SG_MOD_OFF)
319#define CMD_HDR_FIRST_BURST_OFF 26
320#define CMD_HDR_FIRST_BURST_MSK (0x1 << CMD_HDR_SG_MOD_OFF)
321/* dw3 */
322#define CMD_HDR_IPTT_OFF 0
323#define CMD_HDR_IPTT_MSK (0xffff << CMD_HDR_IPTT_OFF)
324/* dw6 */
325#define CMD_HDR_DIF_SGL_LEN_OFF 0
326#define CMD_HDR_DIF_SGL_LEN_MSK (0xffff << CMD_HDR_DIF_SGL_LEN_OFF)
327#define CMD_HDR_DATA_SGL_LEN_OFF 16
328#define CMD_HDR_DATA_SGL_LEN_MSK (0xffff << CMD_HDR_DATA_SGL_LEN_OFF)
a3e665d9
JG
329#define CMD_HDR_ABORT_IPTT_OFF 16
330#define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
45c901b8
JG
331
332/* Completion header */
333/* dw0 */
634a9585
XC
334#define CMPLT_HDR_ERR_PHASE_OFF 2
335#define CMPLT_HDR_ERR_PHASE_MSK (0xff << CMPLT_HDR_ERR_PHASE_OFF)
45c901b8
JG
336#define CMPLT_HDR_RSPNS_XFRD_OFF 10
337#define CMPLT_HDR_RSPNS_XFRD_MSK (0x1 << CMPLT_HDR_RSPNS_XFRD_OFF)
338#define CMPLT_HDR_ERX_OFF 12
339#define CMPLT_HDR_ERX_MSK (0x1 << CMPLT_HDR_ERX_OFF)
df032d0e
JG
340#define CMPLT_HDR_ABORT_STAT_OFF 13
341#define CMPLT_HDR_ABORT_STAT_MSK (0x7 << CMPLT_HDR_ABORT_STAT_OFF)
342/* abort_stat */
343#define STAT_IO_NOT_VALID 0x1
344#define STAT_IO_NO_DEVICE 0x2
345#define STAT_IO_COMPLETE 0x3
346#define STAT_IO_ABORTED 0x4
45c901b8
JG
347/* dw1 */
348#define CMPLT_HDR_IPTT_OFF 0
349#define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF)
350#define CMPLT_HDR_DEV_ID_OFF 16
351#define CMPLT_HDR_DEV_ID_MSK (0xffff << CMPLT_HDR_DEV_ID_OFF)
352
353/* ITCT header */
354/* qw0 */
355#define ITCT_HDR_DEV_TYPE_OFF 0
356#define ITCT_HDR_DEV_TYPE_MSK (0x3 << ITCT_HDR_DEV_TYPE_OFF)
357#define ITCT_HDR_VALID_OFF 2
358#define ITCT_HDR_VALID_MSK (0x1 << ITCT_HDR_VALID_OFF)
359#define ITCT_HDR_MCR_OFF 5
360#define ITCT_HDR_MCR_MSK (0xf << ITCT_HDR_MCR_OFF)
361#define ITCT_HDR_VLN_OFF 9
362#define ITCT_HDR_VLN_MSK (0xf << ITCT_HDR_VLN_OFF)
c399acfb
XC
363#define ITCT_HDR_SMP_TIMEOUT_OFF 16
364#define ITCT_HDR_SMP_TIMEOUT_8US 1
365#define ITCT_HDR_SMP_TIMEOUT (ITCT_HDR_SMP_TIMEOUT_8US * \
366 250) /* 2ms */
367#define ITCT_HDR_AWT_CONTINUE_OFF 25
45c901b8
JG
368#define ITCT_HDR_PORT_ID_OFF 28
369#define ITCT_HDR_PORT_ID_MSK (0xf << ITCT_HDR_PORT_ID_OFF)
370/* qw2 */
371#define ITCT_HDR_INLT_OFF 0
372#define ITCT_HDR_INLT_MSK (0xffffULL << ITCT_HDR_INLT_OFF)
373#define ITCT_HDR_BITLT_OFF 16
374#define ITCT_HDR_BITLT_MSK (0xffffULL << ITCT_HDR_BITLT_OFF)
375#define ITCT_HDR_MCTLT_OFF 32
376#define ITCT_HDR_MCTLT_MSK (0xffffULL << ITCT_HDR_MCTLT_OFF)
377#define ITCT_HDR_RTOLT_OFF 48
378#define ITCT_HDR_RTOLT_MSK (0xffffULL << ITCT_HDR_RTOLT_OFF)
379
d3b688d3
XC
380#define HISI_SAS_FATAL_INT_NR 2
381
94eac9e1
JG
382struct hisi_sas_complete_v2_hdr {
383 __le32 dw0;
384 __le32 dw1;
385 __le32 act;
386 __le32 dw3;
387};
388
e8fed0e9
JG
389struct hisi_sas_err_record_v2 {
390 /* dw0 */
391 __le32 trans_tx_fail_type;
392
393 /* dw1 */
394 __le32 trans_rx_fail_type;
395
396 /* dw2 */
397 __le16 dma_tx_err_type;
398 __le16 sipc_rx_err_type;
399
400 /* dw3 */
401 __le32 dma_rx_err_type;
402};
403
7911e66f
JG
404enum {
405 HISI_SAS_PHY_PHY_UPDOWN,
d3bf3d84 406 HISI_SAS_PHY_CHNL_INT,
7911e66f
JG
407 HISI_SAS_PHY_INT_NR
408};
409
e8fed0e9
JG
410enum {
411 TRANS_TX_FAIL_BASE = 0x0, /* dw0 */
634a9585
XC
412 TRANS_RX_FAIL_BASE = 0x20, /* dw1 */
413 DMA_TX_ERR_BASE = 0x40, /* dw2 bit 15-0 */
414 SIPC_RX_ERR_BASE = 0x50, /* dw2 bit 31-16*/
415 DMA_RX_ERR_BASE = 0x60, /* dw3 */
e8fed0e9
JG
416
417 /* trans tx*/
418 TRANS_TX_OPEN_FAIL_WITH_IT_NEXUS_LOSS = TRANS_TX_FAIL_BASE, /* 0x0 */
419 TRANS_TX_ERR_PHY_NOT_ENABLE, /* 0x1 */
420 TRANS_TX_OPEN_CNX_ERR_WRONG_DESTINATION, /* 0x2 */
421 TRANS_TX_OPEN_CNX_ERR_ZONE_VIOLATION, /* 0x3 */
422 TRANS_TX_OPEN_CNX_ERR_BY_OTHER, /* 0x4 */
423 RESERVED0, /* 0x5 */
424 TRANS_TX_OPEN_CNX_ERR_AIP_TIMEOUT, /* 0x6 */
425 TRANS_TX_OPEN_CNX_ERR_STP_RESOURCES_BUSY, /* 0x7 */
426 TRANS_TX_OPEN_CNX_ERR_PROTOCOL_NOT_SUPPORTED, /* 0x8 */
427 TRANS_TX_OPEN_CNX_ERR_CONNECTION_RATE_NOT_SUPPORTED, /* 0x9 */
428 TRANS_TX_OPEN_CNX_ERR_BAD_DESTINATION, /* 0xa */
429 TRANS_TX_OPEN_CNX_ERR_BREAK_RCVD, /* 0xb */
430 TRANS_TX_OPEN_CNX_ERR_LOW_PHY_POWER, /* 0xc */
431 TRANS_TX_OPEN_CNX_ERR_PATHWAY_BLOCKED, /* 0xd */
432 TRANS_TX_OPEN_CNX_ERR_OPEN_TIMEOUT, /* 0xe */
433 TRANS_TX_OPEN_CNX_ERR_NO_DESTINATION, /* 0xf */
434 TRANS_TX_OPEN_RETRY_ERR_THRESHOLD_REACHED, /* 0x10 */
435 TRANS_TX_ERR_FRAME_TXED, /* 0x11 */
436 TRANS_TX_ERR_WITH_BREAK_TIMEOUT, /* 0x12 */
437 TRANS_TX_ERR_WITH_BREAK_REQUEST, /* 0x13 */
438 TRANS_TX_ERR_WITH_BREAK_RECEVIED, /* 0x14 */
439 TRANS_TX_ERR_WITH_CLOSE_TIMEOUT, /* 0x15 */
440 TRANS_TX_ERR_WITH_CLOSE_NORMAL, /* 0x16 for ssp*/
441 TRANS_TX_ERR_WITH_CLOSE_PHYDISALE, /* 0x17 */
442 TRANS_TX_ERR_WITH_CLOSE_DWS_TIMEOUT, /* 0x18 */
443 TRANS_TX_ERR_WITH_CLOSE_COMINIT, /* 0x19 */
444 TRANS_TX_ERR_WITH_NAK_RECEVIED, /* 0x1a for ssp*/
445 TRANS_TX_ERR_WITH_ACK_NAK_TIMEOUT, /* 0x1b for ssp*/
446 /*IO_TX_ERR_WITH_R_ERR_RECEVIED, [> 0x1b for sata/stp<] */
447 TRANS_TX_ERR_WITH_CREDIT_TIMEOUT, /* 0x1c for ssp */
448 /*IO_RX_ERR_WITH_SATA_DEVICE_LOST 0x1c for sata/stp */
449 TRANS_TX_ERR_WITH_IPTT_CONFLICT, /* 0x1d for ssp/smp */
450 TRANS_TX_ERR_WITH_OPEN_BY_DES_OR_OTHERS, /* 0x1e */
451 /*IO_TX_ERR_WITH_SYNC_RXD, [> 0x1e <] for sata/stp */
452 TRANS_TX_ERR_WITH_WAIT_RECV_TIMEOUT, /* 0x1f for sata/stp */
453
454 /* trans rx */
634a9585
XC
455 TRANS_RX_ERR_WITH_RXFRAME_CRC_ERR = TRANS_RX_FAIL_BASE, /* 0x20 */
456 TRANS_RX_ERR_WITH_RXFIS_8B10B_DISP_ERR, /* 0x21 for sata/stp */
457 TRANS_RX_ERR_WITH_RXFRAME_HAVE_ERRPRM, /* 0x22 for ssp/smp */
458 /*IO_ERR_WITH_RXFIS_8B10B_CODE_ERR, [> 0x22 <] for sata/stp */
459 TRANS_RX_ERR_WITH_RXFIS_DECODE_ERROR, /* 0x23 for sata/stp */
460 TRANS_RX_ERR_WITH_RXFIS_CRC_ERR, /* 0x24 for sata/stp */
461 TRANS_RX_ERR_WITH_RXFRAME_LENGTH_OVERRUN, /* 0x25 for smp */
462 /*IO_ERR_WITH_RXFIS_TX SYNCP, [> 0x25 <] for sata/stp */
463 TRANS_RX_ERR_WITH_RXFIS_RX_SYNCP, /* 0x26 for sata/stp*/
464 TRANS_RX_ERR_WITH_LINK_BUF_OVERRUN, /* 0x27 */
465 TRANS_RX_ERR_WITH_BREAK_TIMEOUT, /* 0x28 */
466 TRANS_RX_ERR_WITH_BREAK_REQUEST, /* 0x29 */
467 TRANS_RX_ERR_WITH_BREAK_RECEVIED, /* 0x2a */
468 RESERVED1, /* 0x2b */
469 TRANS_RX_ERR_WITH_CLOSE_NORMAL, /* 0x2c */
470 TRANS_RX_ERR_WITH_CLOSE_PHY_DISABLE, /* 0x2d */
471 TRANS_RX_ERR_WITH_CLOSE_DWS_TIMEOUT, /* 0x2e */
472 TRANS_RX_ERR_WITH_CLOSE_COMINIT, /* 0x2f */
473 TRANS_RX_ERR_WITH_DATA_LEN0, /* 0x30 for ssp/smp */
474 TRANS_RX_ERR_WITH_BAD_HASH, /* 0x31 for ssp */
475 /*IO_RX_ERR_WITH_FIS_TOO_SHORT, [> 0x31 <] for sata/stp */
476 TRANS_RX_XRDY_WLEN_ZERO_ERR, /* 0x32 for ssp*/
477 /*IO_RX_ERR_WITH_FIS_TOO_LONG, [> 0x32 <] for sata/stp */
478 TRANS_RX_SSP_FRM_LEN_ERR, /* 0x33 for ssp */
479 /*IO_RX_ERR_WITH_SATA_DEVICE_LOST, [> 0x33 <] for sata */
480 RESERVED2, /* 0x34 */
481 RESERVED3, /* 0x35 */
482 RESERVED4, /* 0x36 */
483 RESERVED5, /* 0x37 */
484 TRANS_RX_ERR_WITH_BAD_FRM_TYPE, /* 0x38 */
485 TRANS_RX_SMP_FRM_LEN_ERR, /* 0x39 */
486 TRANS_RX_SMP_RESP_TIMEOUT_ERR, /* 0x3a */
487 RESERVED6, /* 0x3b */
488 RESERVED7, /* 0x3c */
489 RESERVED8, /* 0x3d */
490 RESERVED9, /* 0x3e */
491 TRANS_RX_R_ERR, /* 0x3f */
e8fed0e9
JG
492
493 /* dma tx */
634a9585
XC
494 DMA_TX_DIF_CRC_ERR = DMA_TX_ERR_BASE, /* 0x40 */
495 DMA_TX_DIF_APP_ERR, /* 0x41 */
496 DMA_TX_DIF_RPP_ERR, /* 0x42 */
497 DMA_TX_DATA_SGL_OVERFLOW, /* 0x43 */
498 DMA_TX_DIF_SGL_OVERFLOW, /* 0x44 */
499 DMA_TX_UNEXP_XFER_ERR, /* 0x45 */
500 DMA_TX_UNEXP_RETRANS_ERR, /* 0x46 */
501 DMA_TX_XFER_LEN_OVERFLOW, /* 0x47 */
502 DMA_TX_XFER_OFFSET_ERR, /* 0x48 */
503 DMA_TX_RAM_ECC_ERR, /* 0x49 */
504 DMA_TX_DIF_LEN_ALIGN_ERR, /* 0x4a */
505 DMA_TX_MAX_ERR_CODE,
e8fed0e9
JG
506
507 /* sipc rx */
634a9585
XC
508 SIPC_RX_FIS_STATUS_ERR_BIT_VLD = SIPC_RX_ERR_BASE, /* 0x50 */
509 SIPC_RX_PIO_WRSETUP_STATUS_DRQ_ERR, /* 0x51 */
510 SIPC_RX_FIS_STATUS_BSY_BIT_ERR, /* 0x52 */
511 SIPC_RX_WRSETUP_LEN_ODD_ERR, /* 0x53 */
512 SIPC_RX_WRSETUP_LEN_ZERO_ERR, /* 0x54 */
513 SIPC_RX_WRDATA_LEN_NOT_MATCH_ERR, /* 0x55 */
514 SIPC_RX_NCQ_WRSETUP_OFFSET_ERR, /* 0x56 */
515 SIPC_RX_NCQ_WRSETUP_AUTO_ACTIVE_ERR, /* 0x57 */
516 SIPC_RX_SATA_UNEXP_FIS_ERR, /* 0x58 */
517 SIPC_RX_WRSETUP_ESTATUS_ERR, /* 0x59 */
518 SIPC_RX_DATA_UNDERFLOW_ERR, /* 0x5a */
519 SIPC_RX_MAX_ERR_CODE,
e8fed0e9
JG
520
521 /* dma rx */
634a9585
XC
522 DMA_RX_DIF_CRC_ERR = DMA_RX_ERR_BASE, /* 0x60 */
523 DMA_RX_DIF_APP_ERR, /* 0x61 */
524 DMA_RX_DIF_RPP_ERR, /* 0x62 */
525 DMA_RX_DATA_SGL_OVERFLOW, /* 0x63 */
526 DMA_RX_DIF_SGL_OVERFLOW, /* 0x64 */
527 DMA_RX_DATA_LEN_OVERFLOW, /* 0x65 */
528 DMA_RX_DATA_LEN_UNDERFLOW, /* 0x66 */
529 DMA_RX_DATA_OFFSET_ERR, /* 0x67 */
530 RESERVED10, /* 0x68 */
531 DMA_RX_SATA_FRAME_TYPE_ERR, /* 0x69 */
532 DMA_RX_RESP_BUF_OVERFLOW, /* 0x6a */
533 DMA_RX_UNEXP_RETRANS_RESP_ERR, /* 0x6b */
534 DMA_RX_UNEXP_NORM_RESP_ERR, /* 0x6c */
535 DMA_RX_UNEXP_RDFRAME_ERR, /* 0x6d */
536 DMA_RX_PIO_DATA_LEN_ERR, /* 0x6e */
537 DMA_RX_RDSETUP_STATUS_ERR, /* 0x6f */
538 DMA_RX_RDSETUP_STATUS_DRQ_ERR, /* 0x70 */
539 DMA_RX_RDSETUP_STATUS_BSY_ERR, /* 0x71 */
540 DMA_RX_RDSETUP_LEN_ODD_ERR, /* 0x72 */
541 DMA_RX_RDSETUP_LEN_ZERO_ERR, /* 0x73 */
542 DMA_RX_RDSETUP_LEN_OVER_ERR, /* 0x74 */
543 DMA_RX_RDSETUP_OFFSET_ERR, /* 0x75 */
544 DMA_RX_RDSETUP_ACTIVE_ERR, /* 0x76 */
545 DMA_RX_RDSETUP_ESTATUS_ERR, /* 0x77 */
546 DMA_RX_RAM_ECC_ERR, /* 0x78 */
547 DMA_RX_UNKNOWN_FRM_ERR, /* 0x79 */
548 DMA_RX_MAX_ERR_CODE,
e8fed0e9
JG
549};
550
94eac9e1 551#define HISI_SAS_COMMAND_ENTRIES_V2_HW 4096
32ccba52 552#define HISI_MAX_SATA_SUPPORT_V2_HW (HISI_SAS_COMMAND_ENTRIES_V2_HW/64 - 1)
94eac9e1 553
8c36e31d
JG
554#define DIR_NO_DATA 0
555#define DIR_TO_INI 1
556#define DIR_TO_DEVICE 2
557#define DIR_RESERVED 3
558
634a9585
XC
559#define ERR_ON_TX_PHASE(err_phase) (err_phase == 0x2 || \
560 err_phase == 0x4 || err_phase == 0x8 ||\
561 err_phase == 0x6 || err_phase == 0xa)
562#define ERR_ON_RX_PHASE(err_phase) (err_phase == 0x10 || \
563 err_phase == 0x20 || err_phase == 0x40)
564
4df642db 565static void link_timeout_disable_link(unsigned long data);
f2f89c32 566
94eac9e1
JG
567static u32 hisi_sas_read32(struct hisi_hba *hisi_hba, u32 off)
568{
569 void __iomem *regs = hisi_hba->regs + off;
570
571 return readl(regs);
572}
573
8c36e31d
JG
574static u32 hisi_sas_read32_relaxed(struct hisi_hba *hisi_hba, u32 off)
575{
576 void __iomem *regs = hisi_hba->regs + off;
577
578 return readl_relaxed(regs);
579}
580
94eac9e1
JG
581static void hisi_sas_write32(struct hisi_hba *hisi_hba, u32 off, u32 val)
582{
583 void __iomem *regs = hisi_hba->regs + off;
584
585 writel(val, regs);
586}
587
588static void hisi_sas_phy_write32(struct hisi_hba *hisi_hba, int phy_no,
589 u32 off, u32 val)
590{
591 void __iomem *regs = hisi_hba->regs + (0x400 * phy_no) + off;
592
593 writel(val, regs);
594}
595
596static u32 hisi_sas_phy_read32(struct hisi_hba *hisi_hba,
597 int phy_no, u32 off)
598{
599 void __iomem *regs = hisi_hba->regs + (0x400 * phy_no) + off;
600
601 return readl(regs);
602}
603
330fa7f3
JG
604/* This function needs to be protected from pre-emption. */
605static int
606slot_index_alloc_quirk_v2_hw(struct hisi_hba *hisi_hba, int *slot_idx,
32ccba52 607 struct domain_device *device)
330fa7f3 608{
330fa7f3 609 int sata_dev = dev_is_sata(device);
32ccba52
XT
610 void *bitmap = hisi_hba->slot_index_tags;
611 struct hisi_sas_device *sas_dev = device->lldd_dev;
612 int sata_idx = sas_dev->sata_idx;
613 int start, end;
614
615 if (!sata_dev) {
616 /*
617 * STP link SoC bug workaround: index starts from 1.
618 * additionally, we can only allocate odd IPTT(1~4095)
619 * for SAS/SMP device.
620 */
621 start = 1;
622 end = hisi_hba->slot_index_count;
623 } else {
624 if (sata_idx >= HISI_MAX_SATA_SUPPORT_V2_HW)
625 return -EINVAL;
626
627 /*
628 * For SATA device: allocate even IPTT in this interval
629 * [64*(sata_idx+1), 64*(sata_idx+2)], then each SATA device
630 * own 32 IPTTs. IPTT 0 shall not be used duing to STP link
631 * SoC bug workaround. So we ignore the first 32 even IPTTs.
632 */
633 start = 64 * (sata_idx + 1);
634 end = 64 * (sata_idx + 2);
635 }
330fa7f3
JG
636
637 while (1) {
32ccba52
XT
638 start = find_next_zero_bit(bitmap,
639 hisi_hba->slot_index_count, start);
640 if (start >= end)
330fa7f3
JG
641 return -SAS_QUEUE_FULL;
642 /*
32ccba52
XT
643 * SAS IPTT bit0 should be 1, and SATA IPTT bit0 should be 0.
644 */
645 if (sata_dev ^ (start & 1))
330fa7f3 646 break;
32ccba52 647 start++;
330fa7f3
JG
648 }
649
32ccba52
XT
650 set_bit(start, bitmap);
651 *slot_idx = start;
330fa7f3
JG
652 return 0;
653}
654
32ccba52
XT
655static bool sata_index_alloc_v2_hw(struct hisi_hba *hisi_hba, int *idx)
656{
657 unsigned int index;
11b75249 658 struct device *dev = hisi_hba->dev;
32ccba52
XT
659 void *bitmap = hisi_hba->sata_dev_bitmap;
660
661 index = find_first_zero_bit(bitmap, HISI_MAX_SATA_SUPPORT_V2_HW);
662 if (index >= HISI_MAX_SATA_SUPPORT_V2_HW) {
663 dev_warn(dev, "alloc sata index failed, index=%d\n", index);
664 return false;
665 }
666
667 set_bit(index, bitmap);
668 *idx = index;
669 return true;
670}
671
672
b2bdaf2b
JG
673static struct
674hisi_sas_device *alloc_dev_quirk_v2_hw(struct domain_device *device)
675{
676 struct hisi_hba *hisi_hba = device->port->ha->lldd_ha;
677 struct hisi_sas_device *sas_dev = NULL;
678 int i, sata_dev = dev_is_sata(device);
32ccba52 679 int sata_idx = -1;
b2bdaf2b
JG
680
681 spin_lock(&hisi_hba->lock);
32ccba52
XT
682
683 if (sata_dev)
684 if (!sata_index_alloc_v2_hw(hisi_hba, &sata_idx))
685 goto out;
686
b2bdaf2b
JG
687 for (i = 0; i < HISI_SAS_MAX_DEVICES; i++) {
688 /*
689 * SATA device id bit0 should be 0
690 */
691 if (sata_dev && (i & 1))
692 continue;
693 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) {
b1a49412
XC
694 int queue = i % hisi_hba->queue_count;
695 struct hisi_sas_dq *dq = &hisi_hba->dq[queue];
696
b2bdaf2b
JG
697 hisi_hba->devices[i].device_id = i;
698 sas_dev = &hisi_hba->devices[i];
699 sas_dev->dev_status = HISI_SAS_DEV_NORMAL;
700 sas_dev->dev_type = device->dev_type;
701 sas_dev->hisi_hba = hisi_hba;
702 sas_dev->sas_device = device;
32ccba52 703 sas_dev->sata_idx = sata_idx;
b1a49412 704 sas_dev->dq = dq;
405314df 705 INIT_LIST_HEAD(&hisi_hba->devices[i].list);
b2bdaf2b
JG
706 break;
707 }
708 }
32ccba52
XT
709
710out:
b2bdaf2b
JG
711 spin_unlock(&hisi_hba->lock);
712
713 return sas_dev;
714}
715
29a20428
JG
716static void config_phy_opt_mode_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
717{
718 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG);
719
720 cfg &= ~PHY_CFG_DC_OPT_MSK;
721 cfg |= 1 << PHY_CFG_DC_OPT_OFF;
722 hisi_sas_phy_write32(hisi_hba, phy_no, PHY_CFG, cfg);
723}
724
806bb768
JG
725static void config_id_frame_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
726{
727 struct sas_identify_frame identify_frame;
728 u32 *identify_buffer;
729
730 memset(&identify_frame, 0, sizeof(identify_frame));
731 identify_frame.dev_type = SAS_END_DEVICE;
732 identify_frame.frame_type = 0;
733 identify_frame._un1 = 1;
734 identify_frame.initiator_bits = SAS_PROTOCOL_ALL;
735 identify_frame.target_bits = SAS_PROTOCOL_NONE;
736 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE);
737 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE);
738 identify_frame.phy_id = phy_no;
739 identify_buffer = (u32 *)(&identify_frame);
740
741 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD0,
742 __swab32(identify_buffer[0]));
743 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD1,
d82debec 744 __swab32(identify_buffer[1]));
806bb768 745 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD2,
d82debec 746 __swab32(identify_buffer[2]));
806bb768 747 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD3,
d82debec 748 __swab32(identify_buffer[3]));
806bb768 749 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD4,
d82debec 750 __swab32(identify_buffer[4]));
806bb768
JG
751 hisi_sas_phy_write32(hisi_hba, phy_no, TX_ID_DWORD5,
752 __swab32(identify_buffer[5]));
753}
754
85b2c3c0
JG
755static void setup_itct_v2_hw(struct hisi_hba *hisi_hba,
756 struct hisi_sas_device *sas_dev)
757{
758 struct domain_device *device = sas_dev->sas_device;
11b75249 759 struct device *dev = hisi_hba->dev;
85b2c3c0
JG
760 u64 qw0, device_id = sas_dev->device_id;
761 struct hisi_sas_itct *itct = &hisi_hba->itct[device_id];
762 struct domain_device *parent_dev = device->parent;
2e244f0f
JG
763 struct asd_sas_port *sas_port = device->port;
764 struct hisi_sas_port *port = to_hisi_sas_port(sas_port);
85b2c3c0
JG
765
766 memset(itct, 0, sizeof(*itct));
767
768 /* qw0 */
769 qw0 = 0;
770 switch (sas_dev->dev_type) {
771 case SAS_END_DEVICE:
772 case SAS_EDGE_EXPANDER_DEVICE:
773 case SAS_FANOUT_EXPANDER_DEVICE:
774 qw0 = HISI_SAS_DEV_TYPE_SSP << ITCT_HDR_DEV_TYPE_OFF;
775 break;
776 case SAS_SATA_DEV:
56cc74b9 777 case SAS_SATA_PENDING:
85b2c3c0
JG
778 if (parent_dev && DEV_IS_EXPANDER(parent_dev->dev_type))
779 qw0 = HISI_SAS_DEV_TYPE_STP << ITCT_HDR_DEV_TYPE_OFF;
780 else
781 qw0 = HISI_SAS_DEV_TYPE_SATA << ITCT_HDR_DEV_TYPE_OFF;
782 break;
783 default:
784 dev_warn(dev, "setup itct: unsupported dev type (%d)\n",
785 sas_dev->dev_type);
786 }
787
788 qw0 |= ((1 << ITCT_HDR_VALID_OFF) |
75249268 789 (device->linkrate << ITCT_HDR_MCR_OFF) |
85b2c3c0 790 (1 << ITCT_HDR_VLN_OFF) |
c399acfb
XC
791 (ITCT_HDR_SMP_TIMEOUT << ITCT_HDR_SMP_TIMEOUT_OFF) |
792 (1 << ITCT_HDR_AWT_CONTINUE_OFF) |
85b2c3c0
JG
793 (port->id << ITCT_HDR_PORT_ID_OFF));
794 itct->qw0 = cpu_to_le64(qw0);
795
796 /* qw1 */
797 memcpy(&itct->sas_addr, device->sas_addr, SAS_ADDR_SIZE);
798 itct->sas_addr = __swab64(itct->sas_addr);
799
800 /* qw2 */
f76a0b49 801 if (!dev_is_sata(device))
c399acfb 802 itct->qw2 = cpu_to_le64((5000ULL << ITCT_HDR_INLT_OFF) |
f76a0b49
JG
803 (0x1ULL << ITCT_HDR_BITLT_OFF) |
804 (0x32ULL << ITCT_HDR_MCTLT_OFF) |
805 (0x1ULL << ITCT_HDR_RTOLT_OFF));
85b2c3c0
JG
806}
807
808static void free_device_v2_hw(struct hisi_hba *hisi_hba,
809 struct hisi_sas_device *sas_dev)
810{
c399acfb 811 u64 dev_id = sas_dev->device_id;
11b75249 812 struct device *dev = hisi_hba->dev;
85b2c3c0
JG
813 struct hisi_sas_itct *itct = &hisi_hba->itct[dev_id];
814 u32 reg_val = hisi_sas_read32(hisi_hba, ENT_INT_SRC3);
815 int i;
816
32ccba52
XT
817 /* SoC bug workaround */
818 if (dev_is_sata(sas_dev->sas_device))
819 clear_bit(sas_dev->sata_idx, hisi_hba->sata_dev_bitmap);
820
85b2c3c0
JG
821 /* clear the itct interrupt state */
822 if (ENT_INT_SRC3_ITC_INT_MSK & reg_val)
823 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
824 ENT_INT_SRC3_ITC_INT_MSK);
825
826 /* clear the itct int*/
827 for (i = 0; i < 2; i++) {
828 /* clear the itct table*/
829 reg_val = hisi_sas_read32(hisi_hba, ITCT_CLR);
830 reg_val |= ITCT_CLR_EN_MSK | (dev_id & ITCT_DEV_MSK);
831 hisi_sas_write32(hisi_hba, ITCT_CLR, reg_val);
832
833 udelay(10);
834 reg_val = hisi_sas_read32(hisi_hba, ENT_INT_SRC3);
835 if (ENT_INT_SRC3_ITC_INT_MSK & reg_val) {
836 dev_dbg(dev, "got clear ITCT done interrupt\n");
837
838 /* invalid the itct state*/
c399acfb 839 memset(itct, 0, sizeof(struct hisi_sas_itct));
85b2c3c0
JG
840 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
841 ENT_INT_SRC3_ITC_INT_MSK);
85b2c3c0
JG
842
843 /* clear the itct */
844 hisi_sas_write32(hisi_hba, ITCT_CLR, 0);
845 dev_dbg(dev, "clear ITCT ok\n");
846 break;
847 }
848 }
849}
850
94eac9e1
JG
851static int reset_hw_v2_hw(struct hisi_hba *hisi_hba)
852{
853 int i, reset_val;
854 u32 val;
855 unsigned long end_time;
11b75249 856 struct device *dev = hisi_hba->dev;
94eac9e1
JG
857
858 /* The mask needs to be set depending on the number of phys */
859 if (hisi_hba->n_phy == 9)
860 reset_val = 0x1fffff;
861 else
862 reset_val = 0x7ffff;
863
d0df8f9a 864 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, 0);
94eac9e1
JG
865
866 /* Disable all of the PHYs */
867 for (i = 0; i < hisi_hba->n_phy; i++) {
868 u32 phy_cfg = hisi_sas_phy_read32(hisi_hba, i, PHY_CFG);
869
870 phy_cfg &= ~PHY_CTRL_RESET_MSK;
871 hisi_sas_phy_write32(hisi_hba, i, PHY_CFG, phy_cfg);
872 }
873 udelay(50);
874
875 /* Ensure DMA tx & rx idle */
876 for (i = 0; i < hisi_hba->n_phy; i++) {
877 u32 dma_tx_status, dma_rx_status;
878
879 end_time = jiffies + msecs_to_jiffies(1000);
880
881 while (1) {
882 dma_tx_status = hisi_sas_phy_read32(hisi_hba, i,
883 DMA_TX_STATUS);
884 dma_rx_status = hisi_sas_phy_read32(hisi_hba, i,
885 DMA_RX_STATUS);
886
887 if (!(dma_tx_status & DMA_TX_STATUS_BUSY_MSK) &&
888 !(dma_rx_status & DMA_RX_STATUS_BUSY_MSK))
889 break;
890
891 msleep(20);
892 if (time_after(jiffies, end_time))
893 return -EIO;
894 }
895 }
896
897 /* Ensure axi bus idle */
898 end_time = jiffies + msecs_to_jiffies(1000);
899 while (1) {
900 u32 axi_status =
901 hisi_sas_read32(hisi_hba, AXI_CFG);
902
903 if (axi_status == 0)
904 break;
905
906 msleep(20);
907 if (time_after(jiffies, end_time))
908 return -EIO;
909 }
910
50408712
JG
911 if (ACPI_HANDLE(dev)) {
912 acpi_status s;
94eac9e1 913
50408712
JG
914 s = acpi_evaluate_object(ACPI_HANDLE(dev), "_RST", NULL, NULL);
915 if (ACPI_FAILURE(s)) {
916 dev_err(dev, "Reset failed\n");
917 return -EIO;
918 }
919 } else if (hisi_hba->ctrl) {
920 /* reset and disable clock*/
921 regmap_write(hisi_hba->ctrl, hisi_hba->ctrl_reset_reg,
922 reset_val);
923 regmap_write(hisi_hba->ctrl, hisi_hba->ctrl_clock_ena_reg + 4,
924 reset_val);
925 msleep(1);
926 regmap_read(hisi_hba->ctrl, hisi_hba->ctrl_reset_sts_reg, &val);
927 if (reset_val != (val & reset_val)) {
928 dev_err(dev, "SAS reset fail.\n");
929 return -EIO;
930 }
931
932 /* De-reset and enable clock*/
933 regmap_write(hisi_hba->ctrl, hisi_hba->ctrl_reset_reg + 4,
934 reset_val);
935 regmap_write(hisi_hba->ctrl, hisi_hba->ctrl_clock_ena_reg,
936 reset_val);
937 msleep(1);
938 regmap_read(hisi_hba->ctrl, hisi_hba->ctrl_reset_sts_reg,
939 &val);
940 if (val & reset_val) {
941 dev_err(dev, "SAS de-reset fail.\n");
942 return -EIO;
943 }
944 } else
945 dev_warn(dev, "no reset method\n");
94eac9e1
JG
946
947 return 0;
948}
949
c7b9d369
XT
950/* This function needs to be called after resetting SAS controller. */
951static void phys_reject_stp_links_v2_hw(struct hisi_hba *hisi_hba)
952{
953 u32 cfg;
954 int phy_no;
955
956 hisi_hba->reject_stp_links_msk = (1 << hisi_hba->n_phy) - 1;
957 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) {
958 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, CON_CONTROL);
959 if (!(cfg & CON_CONTROL_CFG_OPEN_ACC_STP_MSK))
960 continue;
961
962 cfg &= ~CON_CONTROL_CFG_OPEN_ACC_STP_MSK;
963 hisi_sas_phy_write32(hisi_hba, phy_no, CON_CONTROL, cfg);
964 }
965}
966
967static void phys_try_accept_stp_links_v2_hw(struct hisi_hba *hisi_hba)
968{
969 int phy_no;
970 u32 dma_tx_dfx1;
971
972 for (phy_no = 0; phy_no < hisi_hba->n_phy; phy_no++) {
973 if (!(hisi_hba->reject_stp_links_msk & BIT(phy_no)))
974 continue;
975
976 dma_tx_dfx1 = hisi_sas_phy_read32(hisi_hba, phy_no,
977 DMA_TX_DFX1);
978 if (dma_tx_dfx1 & DMA_TX_DFX1_IPTT_MSK) {
979 u32 cfg = hisi_sas_phy_read32(hisi_hba,
980 phy_no, CON_CONTROL);
981
982 cfg |= CON_CONTROL_CFG_OPEN_ACC_STP_MSK;
983 hisi_sas_phy_write32(hisi_hba, phy_no,
984 CON_CONTROL, cfg);
985 clear_bit(phy_no, &hisi_hba->reject_stp_links_msk);
986 }
987 }
988}
989
94eac9e1
JG
990static void init_reg_v2_hw(struct hisi_hba *hisi_hba)
991{
11b75249 992 struct device *dev = hisi_hba->dev;
94eac9e1
JG
993 int i;
994
995 /* Global registers init */
996
997 /* Deal with am-max-transmissions quirk */
50408712 998 if (device_property_present(dev, "hip06-sas-v2-quirk-amt")) {
94eac9e1
JG
999 hisi_sas_write32(hisi_hba, AM_CFG_MAX_TRANS, 0x2020);
1000 hisi_sas_write32(hisi_hba, AM_CFG_SINGLE_PORT_MAX_TRANS,
1001 0x2020);
1002 } /* Else, use defaults -> do nothing */
1003
1004 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE,
1005 (u32)((1ULL << hisi_hba->queue_count) - 1));
1006 hisi_sas_write32(hisi_hba, AXI_USER1, 0xc0000000);
1007 hisi_sas_write32(hisi_hba, AXI_USER2, 0x10000);
f1dc7518 1008 hisi_sas_write32(hisi_hba, HGC_SAS_TXFAIL_RETRY_CTRL, 0x0);
94eac9e1
JG
1009 hisi_sas_write32(hisi_hba, HGC_SAS_TX_OPEN_FAIL_RETRY_CTRL, 0x7FF);
1010 hisi_sas_write32(hisi_hba, OPENA_WT_CONTI_TIME, 0x1);
1011 hisi_sas_write32(hisi_hba, I_T_NEXUS_LOSS_TIME, 0x1F4);
f76a0b49 1012 hisi_sas_write32(hisi_hba, MAX_CON_TIME_LIMIT_TIME, 0x32);
94eac9e1
JG
1013 hisi_sas_write32(hisi_hba, BUS_INACTIVE_LIMIT_TIME, 0x1);
1014 hisi_sas_write32(hisi_hba, CFG_AGING_TIME, 0x1);
1015 hisi_sas_write32(hisi_hba, HGC_ERR_STAT_EN, 0x1);
1016 hisi_sas_write32(hisi_hba, HGC_GET_ITV_TIME, 0x1);
f1dc7518
JG
1017 hisi_sas_write32(hisi_hba, INT_COAL_EN, 0xc);
1018 hisi_sas_write32(hisi_hba, OQ_INT_COAL_TIME, 0x60);
1019 hisi_sas_write32(hisi_hba, OQ_INT_COAL_CNT, 0x3);
94eac9e1
JG
1020 hisi_sas_write32(hisi_hba, ENT_INT_COAL_TIME, 0x1);
1021 hisi_sas_write32(hisi_hba, ENT_INT_COAL_CNT, 0x1);
1022 hisi_sas_write32(hisi_hba, OQ_INT_SRC, 0x0);
1023 hisi_sas_write32(hisi_hba, ENT_INT_SRC1, 0xffffffff);
1024 hisi_sas_write32(hisi_hba, ENT_INT_SRC2, 0xffffffff);
1025 hisi_sas_write32(hisi_hba, ENT_INT_SRC3, 0xffffffff);
1026 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1, 0x7efefefe);
1027 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK2, 0x7efefefe);
1028 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, 0x7ffffffe);
d3b688d3 1029 hisi_sas_write32(hisi_hba, SAS_ECC_INTR_MSK, 0xfff00c30);
94eac9e1
JG
1030 for (i = 0; i < hisi_hba->queue_count; i++)
1031 hisi_sas_write32(hisi_hba, OQ0_INT_SRC_MSK+0x4*i, 0);
1032
1033 hisi_sas_write32(hisi_hba, AXI_AHB_CLK_CFG, 1);
1034 hisi_sas_write32(hisi_hba, HYPER_STREAM_ID_EN_CFG, 1);
1035
1036 for (i = 0; i < hisi_hba->n_phy; i++) {
1037 hisi_sas_phy_write32(hisi_hba, i, PROG_PHY_LINK_RATE, 0x855);
1038 hisi_sas_phy_write32(hisi_hba, i, SAS_PHY_CTRL, 0x30b9908);
1039 hisi_sas_phy_write32(hisi_hba, i, SL_TOUT_CFG, 0x7d7d7d7d);
9c81e2cf
JG
1040 hisi_sas_phy_write32(hisi_hba, i, SL_CONTROL, 0x0);
1041 hisi_sas_phy_write32(hisi_hba, i, TXID_AUTO, 0x2);
f1dc7518 1042 hisi_sas_phy_write32(hisi_hba, i, DONE_RECEIVED_TIME, 0x8);
94eac9e1
JG
1043 hisi_sas_phy_write32(hisi_hba, i, CHL_INT0, 0xffffffff);
1044 hisi_sas_phy_write32(hisi_hba, i, CHL_INT1, 0xffffffff);
d3b688d3 1045 hisi_sas_phy_write32(hisi_hba, i, CHL_INT2, 0xfff87fff);
94eac9e1
JG
1046 hisi_sas_phy_write32(hisi_hba, i, RXOP_CHECK_CFG_H, 0x1000);
1047 hisi_sas_phy_write32(hisi_hba, i, CHL_INT1_MSK, 0xffffffff);
1048 hisi_sas_phy_write32(hisi_hba, i, CHL_INT2_MSK, 0x8ffffbff);
f1dc7518 1049 hisi_sas_phy_write32(hisi_hba, i, SL_CFG, 0x13f801fc);
94eac9e1
JG
1050 hisi_sas_phy_write32(hisi_hba, i, PHY_CTRL_RDY_MSK, 0x0);
1051 hisi_sas_phy_write32(hisi_hba, i, PHYCTRL_NOT_RDY_MSK, 0x0);
1052 hisi_sas_phy_write32(hisi_hba, i, PHYCTRL_DWS_RESET_MSK, 0x0);
1053 hisi_sas_phy_write32(hisi_hba, i, PHYCTRL_PHY_ENA_MSK, 0x0);
1054 hisi_sas_phy_write32(hisi_hba, i, SL_RX_BCAST_CHK_MSK, 0x0);
1055 hisi_sas_phy_write32(hisi_hba, i, CHL_INT_COAL_EN, 0x0);
1056 hisi_sas_phy_write32(hisi_hba, i, PHYCTRL_OOB_RESTART_MSK, 0x0);
3bc45af8
JG
1057 if (hisi_hba->refclk_frequency_mhz == 66)
1058 hisi_sas_phy_write32(hisi_hba, i, PHY_CTRL, 0x199B694);
1059 /* else, do nothing -> leave it how you found it */
94eac9e1
JG
1060 }
1061
1062 for (i = 0; i < hisi_hba->queue_count; i++) {
1063 /* Delivery queue */
1064 hisi_sas_write32(hisi_hba,
1065 DLVRY_Q_0_BASE_ADDR_HI + (i * 0x14),
1066 upper_32_bits(hisi_hba->cmd_hdr_dma[i]));
1067
1068 hisi_sas_write32(hisi_hba, DLVRY_Q_0_BASE_ADDR_LO + (i * 0x14),
1069 lower_32_bits(hisi_hba->cmd_hdr_dma[i]));
1070
1071 hisi_sas_write32(hisi_hba, DLVRY_Q_0_DEPTH + (i * 0x14),
1072 HISI_SAS_QUEUE_SLOTS);
1073
1074 /* Completion queue */
1075 hisi_sas_write32(hisi_hba, COMPL_Q_0_BASE_ADDR_HI + (i * 0x14),
1076 upper_32_bits(hisi_hba->complete_hdr_dma[i]));
1077
1078 hisi_sas_write32(hisi_hba, COMPL_Q_0_BASE_ADDR_LO + (i * 0x14),
1079 lower_32_bits(hisi_hba->complete_hdr_dma[i]));
1080
1081 hisi_sas_write32(hisi_hba, COMPL_Q_0_DEPTH + (i * 0x14),
1082 HISI_SAS_QUEUE_SLOTS);
1083 }
1084
1085 /* itct */
1086 hisi_sas_write32(hisi_hba, ITCT_BASE_ADDR_LO,
1087 lower_32_bits(hisi_hba->itct_dma));
1088
1089 hisi_sas_write32(hisi_hba, ITCT_BASE_ADDR_HI,
1090 upper_32_bits(hisi_hba->itct_dma));
1091
1092 /* iost */
1093 hisi_sas_write32(hisi_hba, IOST_BASE_ADDR_LO,
1094 lower_32_bits(hisi_hba->iost_dma));
1095
1096 hisi_sas_write32(hisi_hba, IOST_BASE_ADDR_HI,
1097 upper_32_bits(hisi_hba->iost_dma));
1098
1099 /* breakpoint */
1100 hisi_sas_write32(hisi_hba, IO_BROKEN_MSG_ADDR_LO,
1101 lower_32_bits(hisi_hba->breakpoint_dma));
1102
1103 hisi_sas_write32(hisi_hba, IO_BROKEN_MSG_ADDR_HI,
1104 upper_32_bits(hisi_hba->breakpoint_dma));
1105
1106 /* SATA broken msg */
1107 hisi_sas_write32(hisi_hba, IO_SATA_BROKEN_MSG_ADDR_LO,
1108 lower_32_bits(hisi_hba->sata_breakpoint_dma));
1109
1110 hisi_sas_write32(hisi_hba, IO_SATA_BROKEN_MSG_ADDR_HI,
1111 upper_32_bits(hisi_hba->sata_breakpoint_dma));
1112
1113 /* SATA initial fis */
1114 hisi_sas_write32(hisi_hba, SATA_INITI_D2H_STORE_ADDR_LO,
1115 lower_32_bits(hisi_hba->initial_fis_dma));
1116
1117 hisi_sas_write32(hisi_hba, SATA_INITI_D2H_STORE_ADDR_HI,
1118 upper_32_bits(hisi_hba->initial_fis_dma));
1119}
1120
4df642db 1121static void link_timeout_enable_link(unsigned long data)
f2f89c32
XC
1122{
1123 struct hisi_hba *hisi_hba = (struct hisi_hba *)data;
1124 int i, reg_val;
1125
1126 for (i = 0; i < hisi_hba->n_phy; i++) {
c7b9d369
XT
1127 if (hisi_hba->reject_stp_links_msk & BIT(i))
1128 continue;
1129
f2f89c32
XC
1130 reg_val = hisi_sas_phy_read32(hisi_hba, i, CON_CONTROL);
1131 if (!(reg_val & BIT(0))) {
1132 hisi_sas_phy_write32(hisi_hba, i,
1133 CON_CONTROL, 0x7);
1134 break;
1135 }
1136 }
1137
4df642db 1138 hisi_hba->timer.function = link_timeout_disable_link;
f2f89c32
XC
1139 mod_timer(&hisi_hba->timer, jiffies + msecs_to_jiffies(900));
1140}
1141
4df642db 1142static void link_timeout_disable_link(unsigned long data)
f2f89c32
XC
1143{
1144 struct hisi_hba *hisi_hba = (struct hisi_hba *)data;
1145 int i, reg_val;
1146
1147 reg_val = hisi_sas_read32(hisi_hba, PHY_STATE);
1148 for (i = 0; i < hisi_hba->n_phy && reg_val; i++) {
c7b9d369
XT
1149 if (hisi_hba->reject_stp_links_msk & BIT(i))
1150 continue;
1151
f2f89c32
XC
1152 if (reg_val & BIT(i)) {
1153 hisi_sas_phy_write32(hisi_hba, i,
1154 CON_CONTROL, 0x6);
1155 break;
1156 }
1157 }
1158
4df642db 1159 hisi_hba->timer.function = link_timeout_enable_link;
f2f89c32
XC
1160 mod_timer(&hisi_hba->timer, jiffies + msecs_to_jiffies(100));
1161}
1162
1163static void set_link_timer_quirk(struct hisi_hba *hisi_hba)
1164{
1165 hisi_hba->timer.data = (unsigned long)hisi_hba;
4df642db 1166 hisi_hba->timer.function = link_timeout_disable_link;
f2f89c32
XC
1167 hisi_hba->timer.expires = jiffies + msecs_to_jiffies(1000);
1168 add_timer(&hisi_hba->timer);
1169}
1170
94eac9e1
JG
1171static int hw_init_v2_hw(struct hisi_hba *hisi_hba)
1172{
11b75249 1173 struct device *dev = hisi_hba->dev;
94eac9e1
JG
1174 int rc;
1175
1176 rc = reset_hw_v2_hw(hisi_hba);
1177 if (rc) {
1178 dev_err(dev, "hisi_sas_reset_hw failed, rc=%d", rc);
1179 return rc;
1180 }
1181
1182 msleep(100);
1183 init_reg_v2_hw(hisi_hba);
806bb768 1184
94eac9e1
JG
1185 return 0;
1186}
1187
29a20428
JG
1188static void enable_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1189{
1190 u32 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG);
1191
1192 cfg |= PHY_CFG_ENA_MSK;
1193 hisi_sas_phy_write32(hisi_hba, phy_no, PHY_CFG, cfg);
1194}
1195
4935933e
XT
1196static bool is_sata_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1197{
1198 u32 context;
1199
1200 context = hisi_sas_read32(hisi_hba, PHY_CONTEXT);
1201 if (context & (1 << phy_no))
1202 return true;
1203
1204 return false;
1205}
1206
819cbf18
XT
1207static bool tx_fifo_is_empty_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1208{
1209 u32 dfx_val;
1210
1211 dfx_val = hisi_sas_phy_read32(hisi_hba, phy_no, DMA_TX_DFX1);
1212
1213 if (dfx_val & BIT(16))
1214 return false;
1215
1216 return true;
1217}
1218
1219static bool axi_bus_is_idle_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1220{
1221 int i, max_loop = 1000;
11b75249 1222 struct device *dev = hisi_hba->dev;
819cbf18
XT
1223 u32 status, axi_status, dfx_val, dfx_tx_val;
1224
1225 for (i = 0; i < max_loop; i++) {
1226 status = hisi_sas_read32_relaxed(hisi_hba,
1227 AXI_MASTER_CFG_BASE + AM_CURR_TRANS_RETURN);
1228
1229 axi_status = hisi_sas_read32(hisi_hba, AXI_CFG);
1230 dfx_val = hisi_sas_phy_read32(hisi_hba, phy_no, DMA_TX_DFX1);
1231 dfx_tx_val = hisi_sas_phy_read32(hisi_hba,
1232 phy_no, DMA_TX_FIFO_DFX0);
1233
1234 if ((status == 0x3) && (axi_status == 0x0) &&
1235 (dfx_val & BIT(20)) && (dfx_tx_val & BIT(10)))
1236 return true;
1237 udelay(10);
1238 }
1239 dev_err(dev, "bus is not idle phy%d, axi150:0x%x axi100:0x%x port204:0x%x port240:0x%x\n",
1240 phy_no, status, axi_status,
1241 dfx_val, dfx_tx_val);
1242 return false;
1243}
1244
1245static bool wait_io_done_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1246{
1247 int i, max_loop = 1000;
11b75249 1248 struct device *dev = hisi_hba->dev;
819cbf18
XT
1249 u32 status, tx_dfx0;
1250
1251 for (i = 0; i < max_loop; i++) {
1252 status = hisi_sas_phy_read32(hisi_hba, phy_no, LINK_DFX2);
1253 status = (status & 0x3fc0) >> 6;
1254
1255 if (status != 0x1)
1256 return true;
1257
1258 tx_dfx0 = hisi_sas_phy_read32(hisi_hba, phy_no, DMA_TX_DFX0);
1259 if ((tx_dfx0 & 0x1ff) == 0x2)
1260 return true;
1261 udelay(10);
1262 }
1263 dev_err(dev, "IO not done phy%d, port264:0x%x port200:0x%x\n",
1264 phy_no, status, tx_dfx0);
1265 return false;
1266}
1267
1268static bool allowed_disable_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1269{
1270 if (tx_fifo_is_empty_v2_hw(hisi_hba, phy_no))
1271 return true;
1272
1273 if (!axi_bus_is_idle_v2_hw(hisi_hba, phy_no))
1274 return false;
1275
1276 if (!wait_io_done_v2_hw(hisi_hba, phy_no))
1277 return false;
1278
1279 return true;
1280}
1281
1282
63fb11b8
JG
1283static void disable_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1284{
819cbf18 1285 u32 cfg, axi_val, dfx0_val, txid_auto;
11b75249 1286 struct device *dev = hisi_hba->dev;
819cbf18
XT
1287
1288 /* Close axi bus. */
1289 axi_val = hisi_sas_read32(hisi_hba, AXI_MASTER_CFG_BASE +
1290 AM_CTRL_GLOBAL);
1291 axi_val |= 0x1;
1292 hisi_sas_write32(hisi_hba, AXI_MASTER_CFG_BASE +
1293 AM_CTRL_GLOBAL, axi_val);
1294
1295 if (is_sata_phy_v2_hw(hisi_hba, phy_no)) {
1296 if (allowed_disable_phy_v2_hw(hisi_hba, phy_no))
1297 goto do_disable;
63fb11b8 1298
819cbf18
XT
1299 /* Reset host controller. */
1300 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
1301 return;
1302 }
1303
1304 dfx0_val = hisi_sas_phy_read32(hisi_hba, phy_no, PORT_DFX0);
1305 dfx0_val = (dfx0_val & 0x1fc0) >> 6;
1306 if (dfx0_val != 0x4)
1307 goto do_disable;
1308
1309 if (!tx_fifo_is_empty_v2_hw(hisi_hba, phy_no)) {
1310 dev_warn(dev, "phy%d, wait tx fifo need send break\n",
1311 phy_no);
1312 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no,
1313 TXID_AUTO);
1314 txid_auto |= TXID_AUTO_CTB_MSK;
1315 hisi_sas_phy_write32(hisi_hba, phy_no, TXID_AUTO,
1316 txid_auto);
1317 }
1318
1319do_disable:
1320 cfg = hisi_sas_phy_read32(hisi_hba, phy_no, PHY_CFG);
63fb11b8
JG
1321 cfg &= ~PHY_CFG_ENA_MSK;
1322 hisi_sas_phy_write32(hisi_hba, phy_no, PHY_CFG, cfg);
819cbf18
XT
1323
1324 /* Open axi bus. */
1325 axi_val &= ~0x1;
1326 hisi_sas_write32(hisi_hba, AXI_MASTER_CFG_BASE +
1327 AM_CTRL_GLOBAL, axi_val);
63fb11b8
JG
1328}
1329
29a20428
JG
1330static void start_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1331{
1332 config_id_frame_v2_hw(hisi_hba, phy_no);
1333 config_phy_opt_mode_v2_hw(hisi_hba, phy_no);
1334 enable_phy_v2_hw(hisi_hba, phy_no);
1335}
1336
63fb11b8
JG
1337static void stop_phy_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1338{
1339 disable_phy_v2_hw(hisi_hba, phy_no);
1340}
1341
06ec0fb9
XC
1342static void stop_phys_v2_hw(struct hisi_hba *hisi_hba)
1343{
1344 int i;
1345
1346 for (i = 0; i < hisi_hba->n_phy; i++)
1347 stop_phy_v2_hw(hisi_hba, i);
1348}
1349
63fb11b8
JG
1350static void phy_hard_reset_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1351{
0edef7e4
XC
1352 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
1353 u32 txid_auto;
1354
63fb11b8 1355 stop_phy_v2_hw(hisi_hba, phy_no);
0edef7e4
XC
1356 if (phy->identify.device_type == SAS_END_DEVICE) {
1357 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no, TXID_AUTO);
1358 hisi_sas_phy_write32(hisi_hba, phy_no, TXID_AUTO,
1359 txid_auto | TX_HARDRST_MSK);
1360 }
63fb11b8
JG
1361 msleep(100);
1362 start_phy_v2_hw(hisi_hba, phy_no);
1363}
1364
c52108c6
XT
1365static void phy_get_events_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1366{
1367 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
1368 struct asd_sas_phy *sas_phy = &phy->sas_phy;
1369 struct sas_phy *sphy = sas_phy->phy;
1370 u32 err4_reg_val, err6_reg_val;
1371
1372 /* loss dword syn, phy reset problem */
1373 err4_reg_val = hisi_sas_phy_read32(hisi_hba, phy_no, SAS_ERR_CNT4_REG);
1374
1375 /* disparity err, invalid dword */
1376 err6_reg_val = hisi_sas_phy_read32(hisi_hba, phy_no, SAS_ERR_CNT6_REG);
1377
1378 sphy->loss_of_dword_sync_count += (err4_reg_val >> 16) & 0xFFFF;
1379 sphy->phy_reset_problem_count += err4_reg_val & 0xFFFF;
1380 sphy->invalid_dword_count += (err6_reg_val & 0xFF0000) >> 16;
1381 sphy->running_disparity_error_count += err6_reg_val & 0xFF;
1382}
1383
0757f041 1384static void start_phys_v2_hw(struct hisi_hba *hisi_hba)
29a20428 1385{
29a20428
JG
1386 int i;
1387
917d3bda
XT
1388 for (i = 0; i < hisi_hba->n_phy; i++) {
1389 struct hisi_sas_phy *phy = &hisi_hba->phy[i];
1390 struct asd_sas_phy *sas_phy = &phy->sas_phy;
1391
1392 if (!sas_phy->phy->enabled)
1393 continue;
1394
29a20428 1395 start_phy_v2_hw(hisi_hba, i);
917d3bda 1396 }
29a20428
JG
1397}
1398
1399static void phys_init_v2_hw(struct hisi_hba *hisi_hba)
1400{
0757f041 1401 start_phys_v2_hw(hisi_hba);
29a20428
JG
1402}
1403
7911e66f
JG
1404static void sl_notify_v2_hw(struct hisi_hba *hisi_hba, int phy_no)
1405{
1406 u32 sl_control;
1407
1408 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL);
1409 sl_control |= SL_CONTROL_NOTIFY_EN_MSK;
1410 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control);
1411 msleep(1);
1412 sl_control = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL);
1413 sl_control &= ~SL_CONTROL_NOTIFY_EN_MSK;
1414 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL, sl_control);
1415}
1416
2ae75787
XC
1417static enum sas_linkrate phy_get_max_linkrate_v2_hw(void)
1418{
1419 return SAS_LINK_RATE_12_0_GBPS;
1420}
1421
1422static void phy_set_linkrate_v2_hw(struct hisi_hba *hisi_hba, int phy_no,
1423 struct sas_phy_linkrates *r)
1424{
1425 u32 prog_phy_link_rate =
1426 hisi_sas_phy_read32(hisi_hba, phy_no, PROG_PHY_LINK_RATE);
1427 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
1428 struct asd_sas_phy *sas_phy = &phy->sas_phy;
1429 int i;
1430 enum sas_linkrate min, max;
1431 u32 rate_mask = 0;
1432
1433 if (r->maximum_linkrate == SAS_LINK_RATE_UNKNOWN) {
1434 max = sas_phy->phy->maximum_linkrate;
1435 min = r->minimum_linkrate;
1436 } else if (r->minimum_linkrate == SAS_LINK_RATE_UNKNOWN) {
1437 max = r->maximum_linkrate;
1438 min = sas_phy->phy->minimum_linkrate;
1439 } else
1440 return;
1441
1442 sas_phy->phy->maximum_linkrate = max;
1443 sas_phy->phy->minimum_linkrate = min;
1444
1445 min -= SAS_LINK_RATE_1_5_GBPS;
1446 max -= SAS_LINK_RATE_1_5_GBPS;
1447
1448 for (i = 0; i <= max; i++)
1449 rate_mask |= 1 << (i * 2);
1450
1451 prog_phy_link_rate &= ~0xff;
1452 prog_phy_link_rate |= rate_mask;
1453
1454 hisi_sas_phy_write32(hisi_hba, phy_no, PROG_PHY_LINK_RATE,
1455 prog_phy_link_rate);
1456
1457 phy_hard_reset_v2_hw(hisi_hba, phy_no);
1458}
1459
5473c060
JG
1460static int get_wideport_bitmap_v2_hw(struct hisi_hba *hisi_hba, int port_id)
1461{
1462 int i, bitmap = 0;
1463 u32 phy_port_num_ma = hisi_sas_read32(hisi_hba, PHY_PORT_NUM_MA);
1464 u32 phy_state = hisi_sas_read32(hisi_hba, PHY_STATE);
1465
1466 for (i = 0; i < (hisi_hba->n_phy < 9 ? hisi_hba->n_phy : 8); i++)
1467 if (phy_state & 1 << i)
1468 if (((phy_port_num_ma >> (i * 4)) & 0xf) == port_id)
1469 bitmap |= 1 << i;
1470
1471 if (hisi_hba->n_phy == 9) {
1472 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE);
1473
1474 if (phy_state & 1 << 8)
1475 if (((port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >>
1476 PORT_STATE_PHY8_PORT_NUM_OFF) == port_id)
1477 bitmap |= 1 << 9;
1478 }
1479
1480 return bitmap;
1481}
1482
b1a49412 1483/*
8c36e31d
JG
1484 * The callpath to this function and upto writing the write
1485 * queue pointer should be safe from interruption.
1486 */
b1a49412
XC
1487static int
1488get_free_slot_v2_hw(struct hisi_hba *hisi_hba, struct hisi_sas_dq *dq)
8c36e31d 1489{
11b75249 1490 struct device *dev = hisi_hba->dev;
b1a49412 1491 int queue = dq->id;
8c36e31d 1492 u32 r, w;
c70f1fb7 1493
c70f1fb7
XC
1494 w = dq->wr_point;
1495 r = hisi_sas_read32_relaxed(hisi_hba,
1496 DLVRY_Q_0_RD_PTR + (queue * 0x14));
1497 if (r == (w+1) % HISI_SAS_QUEUE_SLOTS) {
1498 dev_warn(dev, "full queue=%d r=%d w=%d\n\n",
1499 queue, r, w);
1500 return -EAGAIN;
8c36e31d 1501 }
c70f1fb7 1502
8c36e31d
JG
1503 return 0;
1504}
1505
b1a49412 1506static void start_delivery_v2_hw(struct hisi_sas_dq *dq)
8c36e31d 1507{
b1a49412
XC
1508 struct hisi_hba *hisi_hba = dq->hisi_hba;
1509 int dlvry_queue = dq->slot_prep->dlvry_queue;
1510 int dlvry_queue_slot = dq->slot_prep->dlvry_queue_slot;
8c36e31d 1511
4fde02ad 1512 dq->wr_point = ++dlvry_queue_slot % HISI_SAS_QUEUE_SLOTS;
8c36e31d 1513 hisi_sas_write32(hisi_hba, DLVRY_Q_0_WR_PTR + (dlvry_queue * 0x14),
4fde02ad 1514 dq->wr_point);
8c36e31d
JG
1515}
1516
1517static int prep_prd_sge_v2_hw(struct hisi_hba *hisi_hba,
1518 struct hisi_sas_slot *slot,
1519 struct hisi_sas_cmd_hdr *hdr,
1520 struct scatterlist *scatter,
1521 int n_elem)
1522{
f557e32c 1523 struct hisi_sas_sge_page *sge_page = hisi_sas_sge_addr_mem(slot);
11b75249 1524 struct device *dev = hisi_hba->dev;
8c36e31d
JG
1525 struct scatterlist *sg;
1526 int i;
1527
1528 if (n_elem > HISI_SAS_SGE_PAGE_CNT) {
1529 dev_err(dev, "prd err: n_elem(%d) > HISI_SAS_SGE_PAGE_CNT",
1530 n_elem);
1531 return -EINVAL;
1532 }
1533
8c36e31d 1534 for_each_sg(scatter, sg, n_elem, i) {
f557e32c 1535 struct hisi_sas_sge *entry = &sge_page->sge[i];
8c36e31d
JG
1536
1537 entry->addr = cpu_to_le64(sg_dma_address(sg));
1538 entry->page_ctrl_0 = entry->page_ctrl_1 = 0;
1539 entry->data_len = cpu_to_le32(sg_dma_len(sg));
1540 entry->data_off = 0;
1541 }
1542
f557e32c 1543 hdr->prd_table_addr = cpu_to_le64(hisi_sas_sge_addr_dma(slot));
8c36e31d
JG
1544
1545 hdr->sg_len = cpu_to_le32(n_elem << CMD_HDR_DATA_SGL_LEN_OFF);
1546
1547 return 0;
1548}
1549
c2d89392
JG
1550static int prep_smp_v2_hw(struct hisi_hba *hisi_hba,
1551 struct hisi_sas_slot *slot)
1552{
1553 struct sas_task *task = slot->task;
1554 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr;
1555 struct domain_device *device = task->dev;
11b75249 1556 struct device *dev = hisi_hba->dev;
c2d89392
JG
1557 struct hisi_sas_port *port = slot->port;
1558 struct scatterlist *sg_req, *sg_resp;
1559 struct hisi_sas_device *sas_dev = device->lldd_dev;
1560 dma_addr_t req_dma_addr;
1561 unsigned int req_len, resp_len;
1562 int elem, rc;
1563
1564 /*
1565 * DMA-map SMP request, response buffers
1566 */
1567 /* req */
1568 sg_req = &task->smp_task.smp_req;
1569 elem = dma_map_sg(dev, sg_req, 1, DMA_TO_DEVICE);
1570 if (!elem)
1571 return -ENOMEM;
1572 req_len = sg_dma_len(sg_req);
1573 req_dma_addr = sg_dma_address(sg_req);
1574
1575 /* resp */
1576 sg_resp = &task->smp_task.smp_resp;
1577 elem = dma_map_sg(dev, sg_resp, 1, DMA_FROM_DEVICE);
1578 if (!elem) {
1579 rc = -ENOMEM;
1580 goto err_out_req;
1581 }
1582 resp_len = sg_dma_len(sg_resp);
1583 if ((req_len & 0x3) || (resp_len & 0x3)) {
1584 rc = -EINVAL;
1585 goto err_out_resp;
1586 }
1587
1588 /* create header */
1589 /* dw0 */
1590 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) |
1591 (1 << CMD_HDR_PRIORITY_OFF) | /* high pri */
1592 (2 << CMD_HDR_CMD_OFF)); /* smp */
1593
1594 /* map itct entry */
1595 hdr->dw1 = cpu_to_le32((sas_dev->device_id << CMD_HDR_DEV_ID_OFF) |
1596 (1 << CMD_HDR_FRAME_TYPE_OFF) |
1597 (DIR_NO_DATA << CMD_HDR_DIR_OFF));
1598
1599 /* dw2 */
1600 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) |
1601 (HISI_SAS_MAX_SMP_RESP_SZ / 4 <<
1602 CMD_HDR_MRFL_OFF));
1603
1604 hdr->transfer_tags = cpu_to_le32(slot->idx << CMD_HDR_IPTT_OFF);
1605
1606 hdr->cmd_table_addr = cpu_to_le64(req_dma_addr);
f557e32c 1607 hdr->sts_buffer_addr = cpu_to_le64(hisi_sas_status_buf_addr_dma(slot));
c2d89392
JG
1608
1609 return 0;
1610
1611err_out_resp:
1612 dma_unmap_sg(dev, &slot->task->smp_task.smp_resp, 1,
1613 DMA_FROM_DEVICE);
1614err_out_req:
1615 dma_unmap_sg(dev, &slot->task->smp_task.smp_req, 1,
1616 DMA_TO_DEVICE);
1617 return rc;
1618}
1619
8c36e31d
JG
1620static int prep_ssp_v2_hw(struct hisi_hba *hisi_hba,
1621 struct hisi_sas_slot *slot, int is_tmf,
1622 struct hisi_sas_tmf_task *tmf)
1623{
1624 struct sas_task *task = slot->task;
1625 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr;
1626 struct domain_device *device = task->dev;
1627 struct hisi_sas_device *sas_dev = device->lldd_dev;
1628 struct hisi_sas_port *port = slot->port;
1629 struct sas_ssp_task *ssp_task = &task->ssp_task;
1630 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd;
1631 int has_data = 0, rc, priority = is_tmf;
1632 u8 *buf_cmd;
1633 u32 dw1 = 0, dw2 = 0;
1634
1635 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) |
1636 (2 << CMD_HDR_TLR_CTRL_OFF) |
1637 (port->id << CMD_HDR_PORT_OFF) |
1638 (priority << CMD_HDR_PRIORITY_OFF) |
1639 (1 << CMD_HDR_CMD_OFF)); /* ssp */
1640
1641 dw1 = 1 << CMD_HDR_VDTL_OFF;
1642 if (is_tmf) {
1643 dw1 |= 2 << CMD_HDR_FRAME_TYPE_OFF;
1644 dw1 |= DIR_NO_DATA << CMD_HDR_DIR_OFF;
1645 } else {
1646 dw1 |= 1 << CMD_HDR_FRAME_TYPE_OFF;
1647 switch (scsi_cmnd->sc_data_direction) {
1648 case DMA_TO_DEVICE:
1649 has_data = 1;
1650 dw1 |= DIR_TO_DEVICE << CMD_HDR_DIR_OFF;
1651 break;
1652 case DMA_FROM_DEVICE:
1653 has_data = 1;
1654 dw1 |= DIR_TO_INI << CMD_HDR_DIR_OFF;
1655 break;
1656 default:
1657 dw1 &= ~CMD_HDR_DIR_MSK;
1658 }
1659 }
1660
1661 /* map itct entry */
1662 dw1 |= sas_dev->device_id << CMD_HDR_DEV_ID_OFF;
1663 hdr->dw1 = cpu_to_le32(dw1);
1664
1665 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr)
1666 + 3) / 4) << CMD_HDR_CFL_OFF) |
1667 ((HISI_SAS_MAX_SSP_RESP_SZ / 4) << CMD_HDR_MRFL_OFF) |
1668 (2 << CMD_HDR_SG_MOD_OFF);
1669 hdr->dw2 = cpu_to_le32(dw2);
1670
1671 hdr->transfer_tags = cpu_to_le32(slot->idx);
1672
1673 if (has_data) {
1674 rc = prep_prd_sge_v2_hw(hisi_hba, slot, hdr, task->scatter,
1675 slot->n_elem);
1676 if (rc)
1677 return rc;
1678 }
1679
1680 hdr->data_transfer_len = cpu_to_le32(task->total_xfer_len);
f557e32c
XT
1681 hdr->cmd_table_addr = cpu_to_le64(hisi_sas_cmd_hdr_addr_dma(slot));
1682 hdr->sts_buffer_addr = cpu_to_le64(hisi_sas_status_buf_addr_dma(slot));
8c36e31d 1683
f557e32c
XT
1684 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot) +
1685 sizeof(struct ssp_frame_hdr);
8c36e31d
JG
1686
1687 memcpy(buf_cmd, &task->ssp_task.LUN, 8);
1688 if (!is_tmf) {
1689 buf_cmd[9] = task->ssp_task.task_attr |
1690 (task->ssp_task.task_prio << 3);
1691 memcpy(buf_cmd + 12, task->ssp_task.cmd->cmnd,
1692 task->ssp_task.cmd->cmd_len);
1693 } else {
1694 buf_cmd[10] = tmf->tmf;
1695 switch (tmf->tmf) {
1696 case TMF_ABORT_TASK:
1697 case TMF_QUERY_TASK:
1698 buf_cmd[12] =
1699 (tmf->tag_of_task_to_be_managed >> 8) & 0xff;
1700 buf_cmd[13] =
1701 tmf->tag_of_task_to_be_managed & 0xff;
1702 break;
1703 default:
1704 break;
1705 }
1706 }
1707
1708 return 0;
1709}
1710
634a9585
XC
1711#define TRANS_TX_ERR 0
1712#define TRANS_RX_ERR 1
1713#define DMA_TX_ERR 2
1714#define SIPC_RX_ERR 3
1715#define DMA_RX_ERR 4
1716
1717#define DMA_TX_ERR_OFF 0
1718#define DMA_TX_ERR_MSK (0xffff << DMA_TX_ERR_OFF)
1719#define SIPC_RX_ERR_OFF 16
1720#define SIPC_RX_ERR_MSK (0xffff << SIPC_RX_ERR_OFF)
1721
1722static int parse_trans_tx_err_code_v2_hw(u32 err_msk)
1723{
89b203e9 1724 static const u8 trans_tx_err_code_prio[] = {
634a9585
XC
1725 TRANS_TX_OPEN_FAIL_WITH_IT_NEXUS_LOSS,
1726 TRANS_TX_ERR_PHY_NOT_ENABLE,
1727 TRANS_TX_OPEN_CNX_ERR_WRONG_DESTINATION,
1728 TRANS_TX_OPEN_CNX_ERR_ZONE_VIOLATION,
1729 TRANS_TX_OPEN_CNX_ERR_BY_OTHER,
1730 RESERVED0,
1731 TRANS_TX_OPEN_CNX_ERR_AIP_TIMEOUT,
1732 TRANS_TX_OPEN_CNX_ERR_STP_RESOURCES_BUSY,
1733 TRANS_TX_OPEN_CNX_ERR_PROTOCOL_NOT_SUPPORTED,
1734 TRANS_TX_OPEN_CNX_ERR_CONNECTION_RATE_NOT_SUPPORTED,
1735 TRANS_TX_OPEN_CNX_ERR_BAD_DESTINATION,
1736 TRANS_TX_OPEN_CNX_ERR_BREAK_RCVD,
1737 TRANS_TX_OPEN_CNX_ERR_LOW_PHY_POWER,
1738 TRANS_TX_OPEN_CNX_ERR_PATHWAY_BLOCKED,
1739 TRANS_TX_OPEN_CNX_ERR_OPEN_TIMEOUT,
1740 TRANS_TX_OPEN_CNX_ERR_NO_DESTINATION,
1741 TRANS_TX_OPEN_RETRY_ERR_THRESHOLD_REACHED,
1742 TRANS_TX_ERR_WITH_CLOSE_PHYDISALE,
1743 TRANS_TX_ERR_WITH_CLOSE_DWS_TIMEOUT,
1744 TRANS_TX_ERR_WITH_CLOSE_COMINIT,
1745 TRANS_TX_ERR_WITH_BREAK_TIMEOUT,
1746 TRANS_TX_ERR_WITH_BREAK_REQUEST,
1747 TRANS_TX_ERR_WITH_BREAK_RECEVIED,
1748 TRANS_TX_ERR_WITH_CLOSE_TIMEOUT,
1749 TRANS_TX_ERR_WITH_CLOSE_NORMAL,
1750 TRANS_TX_ERR_WITH_NAK_RECEVIED,
1751 TRANS_TX_ERR_WITH_ACK_NAK_TIMEOUT,
1752 TRANS_TX_ERR_WITH_CREDIT_TIMEOUT,
1753 TRANS_TX_ERR_WITH_IPTT_CONFLICT,
1754 TRANS_TX_ERR_WITH_OPEN_BY_DES_OR_OTHERS,
1755 TRANS_TX_ERR_WITH_WAIT_RECV_TIMEOUT,
1756 };
1757 int index, i;
1758
1759 for (i = 0; i < ARRAY_SIZE(trans_tx_err_code_prio); i++) {
1760 index = trans_tx_err_code_prio[i] - TRANS_TX_FAIL_BASE;
1761 if (err_msk & (1 << index))
1762 return trans_tx_err_code_prio[i];
1763 }
1764 return -1;
1765}
1766
1767static int parse_trans_rx_err_code_v2_hw(u32 err_msk)
1768{
89b203e9 1769 static const u8 trans_rx_err_code_prio[] = {
634a9585
XC
1770 TRANS_RX_ERR_WITH_RXFRAME_CRC_ERR,
1771 TRANS_RX_ERR_WITH_RXFIS_8B10B_DISP_ERR,
1772 TRANS_RX_ERR_WITH_RXFRAME_HAVE_ERRPRM,
1773 TRANS_RX_ERR_WITH_RXFIS_DECODE_ERROR,
1774 TRANS_RX_ERR_WITH_RXFIS_CRC_ERR,
1775 TRANS_RX_ERR_WITH_RXFRAME_LENGTH_OVERRUN,
1776 TRANS_RX_ERR_WITH_RXFIS_RX_SYNCP,
1777 TRANS_RX_ERR_WITH_LINK_BUF_OVERRUN,
1778 TRANS_RX_ERR_WITH_CLOSE_PHY_DISABLE,
1779 TRANS_RX_ERR_WITH_CLOSE_DWS_TIMEOUT,
1780 TRANS_RX_ERR_WITH_CLOSE_COMINIT,
1781 TRANS_RX_ERR_WITH_BREAK_TIMEOUT,
1782 TRANS_RX_ERR_WITH_BREAK_REQUEST,
1783 TRANS_RX_ERR_WITH_BREAK_RECEVIED,
1784 RESERVED1,
1785 TRANS_RX_ERR_WITH_CLOSE_NORMAL,
1786 TRANS_RX_ERR_WITH_DATA_LEN0,
1787 TRANS_RX_ERR_WITH_BAD_HASH,
1788 TRANS_RX_XRDY_WLEN_ZERO_ERR,
1789 TRANS_RX_SSP_FRM_LEN_ERR,
1790 RESERVED2,
1791 RESERVED3,
1792 RESERVED4,
1793 RESERVED5,
1794 TRANS_RX_ERR_WITH_BAD_FRM_TYPE,
1795 TRANS_RX_SMP_FRM_LEN_ERR,
1796 TRANS_RX_SMP_RESP_TIMEOUT_ERR,
1797 RESERVED6,
1798 RESERVED7,
1799 RESERVED8,
1800 RESERVED9,
1801 TRANS_RX_R_ERR,
1802 };
1803 int index, i;
1804
1805 for (i = 0; i < ARRAY_SIZE(trans_rx_err_code_prio); i++) {
1806 index = trans_rx_err_code_prio[i] - TRANS_RX_FAIL_BASE;
1807 if (err_msk & (1 << index))
1808 return trans_rx_err_code_prio[i];
1809 }
1810 return -1;
1811}
1812
1813static int parse_dma_tx_err_code_v2_hw(u32 err_msk)
1814{
89b203e9 1815 static const u8 dma_tx_err_code_prio[] = {
634a9585
XC
1816 DMA_TX_UNEXP_XFER_ERR,
1817 DMA_TX_UNEXP_RETRANS_ERR,
1818 DMA_TX_XFER_LEN_OVERFLOW,
1819 DMA_TX_XFER_OFFSET_ERR,
1820 DMA_TX_RAM_ECC_ERR,
1821 DMA_TX_DIF_LEN_ALIGN_ERR,
1822 DMA_TX_DIF_CRC_ERR,
1823 DMA_TX_DIF_APP_ERR,
1824 DMA_TX_DIF_RPP_ERR,
1825 DMA_TX_DATA_SGL_OVERFLOW,
1826 DMA_TX_DIF_SGL_OVERFLOW,
1827 };
1828 int index, i;
1829
1830 for (i = 0; i < ARRAY_SIZE(dma_tx_err_code_prio); i++) {
1831 index = dma_tx_err_code_prio[i] - DMA_TX_ERR_BASE;
1832 err_msk = err_msk & DMA_TX_ERR_MSK;
1833 if (err_msk & (1 << index))
1834 return dma_tx_err_code_prio[i];
1835 }
1836 return -1;
1837}
1838
1839static int parse_sipc_rx_err_code_v2_hw(u32 err_msk)
1840{
89b203e9 1841 static const u8 sipc_rx_err_code_prio[] = {
634a9585
XC
1842 SIPC_RX_FIS_STATUS_ERR_BIT_VLD,
1843 SIPC_RX_PIO_WRSETUP_STATUS_DRQ_ERR,
1844 SIPC_RX_FIS_STATUS_BSY_BIT_ERR,
1845 SIPC_RX_WRSETUP_LEN_ODD_ERR,
1846 SIPC_RX_WRSETUP_LEN_ZERO_ERR,
1847 SIPC_RX_WRDATA_LEN_NOT_MATCH_ERR,
1848 SIPC_RX_NCQ_WRSETUP_OFFSET_ERR,
1849 SIPC_RX_NCQ_WRSETUP_AUTO_ACTIVE_ERR,
1850 SIPC_RX_SATA_UNEXP_FIS_ERR,
1851 SIPC_RX_WRSETUP_ESTATUS_ERR,
1852 SIPC_RX_DATA_UNDERFLOW_ERR,
1853 };
1854 int index, i;
1855
1856 for (i = 0; i < ARRAY_SIZE(sipc_rx_err_code_prio); i++) {
1857 index = sipc_rx_err_code_prio[i] - SIPC_RX_ERR_BASE;
1858 err_msk = err_msk & SIPC_RX_ERR_MSK;
1859 if (err_msk & (1 << (index + 0x10)))
1860 return sipc_rx_err_code_prio[i];
1861 }
1862 return -1;
1863}
1864
1865static int parse_dma_rx_err_code_v2_hw(u32 err_msk)
1866{
89b203e9 1867 static const u8 dma_rx_err_code_prio[] = {
634a9585
XC
1868 DMA_RX_UNKNOWN_FRM_ERR,
1869 DMA_RX_DATA_LEN_OVERFLOW,
1870 DMA_RX_DATA_LEN_UNDERFLOW,
1871 DMA_RX_DATA_OFFSET_ERR,
1872 RESERVED10,
1873 DMA_RX_SATA_FRAME_TYPE_ERR,
1874 DMA_RX_RESP_BUF_OVERFLOW,
1875 DMA_RX_UNEXP_RETRANS_RESP_ERR,
1876 DMA_RX_UNEXP_NORM_RESP_ERR,
1877 DMA_RX_UNEXP_RDFRAME_ERR,
1878 DMA_RX_PIO_DATA_LEN_ERR,
1879 DMA_RX_RDSETUP_STATUS_ERR,
1880 DMA_RX_RDSETUP_STATUS_DRQ_ERR,
1881 DMA_RX_RDSETUP_STATUS_BSY_ERR,
1882 DMA_RX_RDSETUP_LEN_ODD_ERR,
1883 DMA_RX_RDSETUP_LEN_ZERO_ERR,
1884 DMA_RX_RDSETUP_LEN_OVER_ERR,
1885 DMA_RX_RDSETUP_OFFSET_ERR,
1886 DMA_RX_RDSETUP_ACTIVE_ERR,
1887 DMA_RX_RDSETUP_ESTATUS_ERR,
1888 DMA_RX_RAM_ECC_ERR,
1889 DMA_RX_DIF_CRC_ERR,
1890 DMA_RX_DIF_APP_ERR,
1891 DMA_RX_DIF_RPP_ERR,
1892 DMA_RX_DATA_SGL_OVERFLOW,
1893 DMA_RX_DIF_SGL_OVERFLOW,
1894 };
1895 int index, i;
1896
1897 for (i = 0; i < ARRAY_SIZE(dma_rx_err_code_prio); i++) {
1898 index = dma_rx_err_code_prio[i] - DMA_RX_ERR_BASE;
1899 if (err_msk & (1 << index))
1900 return dma_rx_err_code_prio[i];
1901 }
1902 return -1;
1903}
1904
e8fed0e9
JG
1905/* by default, task resp is complete */
1906static void slot_err_v2_hw(struct hisi_hba *hisi_hba,
1907 struct sas_task *task,
634a9585
XC
1908 struct hisi_sas_slot *slot,
1909 int err_phase)
e8fed0e9
JG
1910{
1911 struct task_status_struct *ts = &task->task_status;
f557e32c
XT
1912 struct hisi_sas_err_record_v2 *err_record =
1913 hisi_sas_status_buf_addr_mem(slot);
e8fed0e9
JG
1914 u32 trans_tx_fail_type = cpu_to_le32(err_record->trans_tx_fail_type);
1915 u32 trans_rx_fail_type = cpu_to_le32(err_record->trans_rx_fail_type);
1916 u16 dma_tx_err_type = cpu_to_le16(err_record->dma_tx_err_type);
1917 u16 sipc_rx_err_type = cpu_to_le16(err_record->sipc_rx_err_type);
1918 u32 dma_rx_err_type = cpu_to_le32(err_record->dma_rx_err_type);
1919 int error = -1;
1920
634a9585
XC
1921 if (err_phase == 1) {
1922 /* error in TX phase, the priority of error is: DW2 > DW0 */
1923 error = parse_dma_tx_err_code_v2_hw(dma_tx_err_type);
1924 if (error == -1)
1925 error = parse_trans_tx_err_code_v2_hw(
1926 trans_tx_fail_type);
1927 } else if (err_phase == 2) {
1928 /* error in RX phase, the priority is: DW1 > DW3 > DW2 */
1929 error = parse_trans_rx_err_code_v2_hw(
1930 trans_rx_fail_type);
1931 if (error == -1) {
1932 error = parse_dma_rx_err_code_v2_hw(
1933 dma_rx_err_type);
1934 if (error == -1)
1935 error = parse_sipc_rx_err_code_v2_hw(
1936 sipc_rx_err_type);
1937 }
e8fed0e9
JG
1938 }
1939
1940 switch (task->task_proto) {
1941 case SAS_PROTOCOL_SSP:
1942 {
1943 switch (error) {
1944 case TRANS_TX_OPEN_CNX_ERR_NO_DESTINATION:
1945 {
1946 ts->stat = SAS_OPEN_REJECT;
1947 ts->open_rej_reason = SAS_OREJ_NO_DEST;
a28b259b 1948 break;
e8fed0e9
JG
1949 }
1950 case TRANS_TX_OPEN_CNX_ERR_PROTOCOL_NOT_SUPPORTED:
1951 {
1952 ts->stat = SAS_OPEN_REJECT;
1953 ts->open_rej_reason = SAS_OREJ_EPROTO;
1954 break;
1955 }
1956 case TRANS_TX_OPEN_CNX_ERR_CONNECTION_RATE_NOT_SUPPORTED:
1957 {
1958 ts->stat = SAS_OPEN_REJECT;
1959 ts->open_rej_reason = SAS_OREJ_CONN_RATE;
1960 break;
1961 }
1962 case TRANS_TX_OPEN_CNX_ERR_BAD_DESTINATION:
1963 {
1964 ts->stat = SAS_OPEN_REJECT;
1965 ts->open_rej_reason = SAS_OREJ_BAD_DEST;
1966 break;
1967 }
e8fed0e9
JG
1968 case TRANS_TX_OPEN_CNX_ERR_WRONG_DESTINATION:
1969 {
1970 ts->stat = SAS_OPEN_REJECT;
1971 ts->open_rej_reason = SAS_OREJ_WRONG_DEST;
1972 break;
1973 }
634a9585 1974 case DMA_RX_UNEXP_NORM_RESP_ERR:
e8fed0e9 1975 case TRANS_TX_OPEN_CNX_ERR_ZONE_VIOLATION:
634a9585 1976 case DMA_RX_RESP_BUF_OVERFLOW:
e8fed0e9
JG
1977 {
1978 ts->stat = SAS_OPEN_REJECT;
1979 ts->open_rej_reason = SAS_OREJ_UNKNOWN;
1980 break;
1981 }
1982 case TRANS_TX_OPEN_CNX_ERR_LOW_PHY_POWER:
1983 {
1984 /* not sure */
1985 ts->stat = SAS_DEV_NO_RESPONSE;
1986 break;
1987 }
e8fed0e9
JG
1988 case DMA_RX_DATA_LEN_OVERFLOW:
1989 {
1990 ts->stat = SAS_DATA_OVERRUN;
1991 ts->residual = 0;
1992 break;
1993 }
1994 case DMA_RX_DATA_LEN_UNDERFLOW:
e8fed0e9 1995 {
01b361fc 1996 ts->residual = trans_tx_fail_type;
e8fed0e9
JG
1997 ts->stat = SAS_DATA_UNDERRUN;
1998 break;
1999 }
2000 case TRANS_TX_OPEN_FAIL_WITH_IT_NEXUS_LOSS:
2001 case TRANS_TX_ERR_PHY_NOT_ENABLE:
2002 case TRANS_TX_OPEN_CNX_ERR_BY_OTHER:
2003 case TRANS_TX_OPEN_CNX_ERR_AIP_TIMEOUT:
634a9585
XC
2004 case TRANS_TX_OPEN_CNX_ERR_BREAK_RCVD:
2005 case TRANS_TX_OPEN_CNX_ERR_PATHWAY_BLOCKED:
2006 case TRANS_TX_OPEN_CNX_ERR_OPEN_TIMEOUT:
e8fed0e9
JG
2007 case TRANS_TX_OPEN_RETRY_ERR_THRESHOLD_REACHED:
2008 case TRANS_TX_ERR_WITH_BREAK_TIMEOUT:
2009 case TRANS_TX_ERR_WITH_BREAK_REQUEST:
2010 case TRANS_TX_ERR_WITH_BREAK_RECEVIED:
2011 case TRANS_TX_ERR_WITH_CLOSE_TIMEOUT:
2012 case TRANS_TX_ERR_WITH_CLOSE_NORMAL:
634a9585 2013 case TRANS_TX_ERR_WITH_CLOSE_PHYDISALE:
e8fed0e9
JG
2014 case TRANS_TX_ERR_WITH_CLOSE_DWS_TIMEOUT:
2015 case TRANS_TX_ERR_WITH_CLOSE_COMINIT:
2016 case TRANS_TX_ERR_WITH_NAK_RECEVIED:
2017 case TRANS_TX_ERR_WITH_ACK_NAK_TIMEOUT:
e8fed0e9 2018 case TRANS_TX_ERR_WITH_CREDIT_TIMEOUT:
634a9585 2019 case TRANS_TX_ERR_WITH_IPTT_CONFLICT:
e8fed0e9
JG
2020 case TRANS_RX_ERR_WITH_RXFRAME_CRC_ERR:
2021 case TRANS_RX_ERR_WITH_RXFIS_8B10B_DISP_ERR:
2022 case TRANS_RX_ERR_WITH_RXFRAME_HAVE_ERRPRM:
634a9585 2023 case TRANS_RX_ERR_WITH_LINK_BUF_OVERRUN:
e8fed0e9
JG
2024 case TRANS_RX_ERR_WITH_BREAK_TIMEOUT:
2025 case TRANS_RX_ERR_WITH_BREAK_REQUEST:
2026 case TRANS_RX_ERR_WITH_BREAK_RECEVIED:
2027 case TRANS_RX_ERR_WITH_CLOSE_NORMAL:
2028 case TRANS_RX_ERR_WITH_CLOSE_DWS_TIMEOUT:
2029 case TRANS_RX_ERR_WITH_CLOSE_COMINIT:
634a9585
XC
2030 case TRANS_TX_ERR_FRAME_TXED:
2031 case TRANS_RX_ERR_WITH_CLOSE_PHY_DISABLE:
e8fed0e9
JG
2032 case TRANS_RX_ERR_WITH_DATA_LEN0:
2033 case TRANS_RX_ERR_WITH_BAD_HASH:
2034 case TRANS_RX_XRDY_WLEN_ZERO_ERR:
2035 case TRANS_RX_SSP_FRM_LEN_ERR:
2036 case TRANS_RX_ERR_WITH_BAD_FRM_TYPE:
634a9585 2037 case DMA_TX_DATA_SGL_OVERFLOW:
e8fed0e9
JG
2038 case DMA_TX_UNEXP_XFER_ERR:
2039 case DMA_TX_UNEXP_RETRANS_ERR:
2040 case DMA_TX_XFER_LEN_OVERFLOW:
2041 case DMA_TX_XFER_OFFSET_ERR:
634a9585
XC
2042 case SIPC_RX_DATA_UNDERFLOW_ERR:
2043 case DMA_RX_DATA_SGL_OVERFLOW:
e8fed0e9 2044 case DMA_RX_DATA_OFFSET_ERR:
634a9585
XC
2045 case DMA_RX_RDSETUP_LEN_ODD_ERR:
2046 case DMA_RX_RDSETUP_LEN_ZERO_ERR:
2047 case DMA_RX_RDSETUP_LEN_OVER_ERR:
2048 case DMA_RX_SATA_FRAME_TYPE_ERR:
e8fed0e9
JG
2049 case DMA_RX_UNKNOWN_FRM_ERR:
2050 {
634a9585
XC
2051 /* This will request a retry */
2052 ts->stat = SAS_QUEUE_FULL;
2053 slot->abort = 1;
e8fed0e9
JG
2054 break;
2055 }
2056 default:
2057 break;
2058 }
2059 }
2060 break;
2061 case SAS_PROTOCOL_SMP:
2062 ts->stat = SAM_STAT_CHECK_CONDITION;
2063 break;
2064
2065 case SAS_PROTOCOL_SATA:
2066 case SAS_PROTOCOL_STP:
2067 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP:
2068 {
2069 switch (error) {
e8fed0e9 2070 case TRANS_TX_OPEN_CNX_ERR_NO_DESTINATION:
634a9585
XC
2071 {
2072 ts->stat = SAS_OPEN_REJECT;
2073 ts->open_rej_reason = SAS_OREJ_NO_DEST;
2074 break;
2075 }
2076 case TRANS_TX_OPEN_CNX_ERR_LOW_PHY_POWER:
e8fed0e9
JG
2077 {
2078 ts->resp = SAS_TASK_UNDELIVERED;
2079 ts->stat = SAS_DEV_NO_RESPONSE;
2080 break;
2081 }
2082 case TRANS_TX_OPEN_CNX_ERR_PROTOCOL_NOT_SUPPORTED:
634a9585
XC
2083 {
2084 ts->stat = SAS_OPEN_REJECT;
2085 ts->open_rej_reason = SAS_OREJ_EPROTO;
2086 break;
2087 }
e8fed0e9 2088 case TRANS_TX_OPEN_CNX_ERR_CONNECTION_RATE_NOT_SUPPORTED:
634a9585
XC
2089 {
2090 ts->stat = SAS_OPEN_REJECT;
2091 ts->open_rej_reason = SAS_OREJ_CONN_RATE;
2092 break;
2093 }
e8fed0e9 2094 case TRANS_TX_OPEN_CNX_ERR_BAD_DESTINATION:
634a9585
XC
2095 {
2096 ts->stat = SAS_OPEN_REJECT;
2097 ts->open_rej_reason = SAS_OREJ_CONN_RATE;
2098 break;
2099 }
e8fed0e9 2100 case TRANS_TX_OPEN_CNX_ERR_WRONG_DESTINATION:
e8fed0e9
JG
2101 {
2102 ts->stat = SAS_OPEN_REJECT;
634a9585 2103 ts->open_rej_reason = SAS_OREJ_WRONG_DEST;
e8fed0e9
JG
2104 break;
2105 }
634a9585
XC
2106 case DMA_RX_RESP_BUF_OVERFLOW:
2107 case DMA_RX_UNEXP_NORM_RESP_ERR:
2108 case TRANS_TX_OPEN_CNX_ERR_ZONE_VIOLATION:
e8fed0e9 2109 {
634a9585
XC
2110 ts->stat = SAS_OPEN_REJECT;
2111 ts->open_rej_reason = SAS_OREJ_UNKNOWN;
e8fed0e9
JG
2112 break;
2113 }
2114 case DMA_RX_DATA_LEN_OVERFLOW:
2115 {
2116 ts->stat = SAS_DATA_OVERRUN;
634a9585
XC
2117 ts->residual = 0;
2118 break;
2119 }
2120 case DMA_RX_DATA_LEN_UNDERFLOW:
2121 {
01b361fc 2122 ts->residual = trans_tx_fail_type;
634a9585 2123 ts->stat = SAS_DATA_UNDERRUN;
e8fed0e9
JG
2124 break;
2125 }
2126 case TRANS_TX_OPEN_FAIL_WITH_IT_NEXUS_LOSS:
2127 case TRANS_TX_ERR_PHY_NOT_ENABLE:
2128 case TRANS_TX_OPEN_CNX_ERR_BY_OTHER:
2129 case TRANS_TX_OPEN_CNX_ERR_AIP_TIMEOUT:
634a9585
XC
2130 case TRANS_TX_OPEN_CNX_ERR_BREAK_RCVD:
2131 case TRANS_TX_OPEN_CNX_ERR_PATHWAY_BLOCKED:
2132 case TRANS_TX_OPEN_CNX_ERR_OPEN_TIMEOUT:
e8fed0e9
JG
2133 case TRANS_TX_OPEN_RETRY_ERR_THRESHOLD_REACHED:
2134 case TRANS_TX_ERR_WITH_BREAK_TIMEOUT:
2135 case TRANS_TX_ERR_WITH_BREAK_REQUEST:
2136 case TRANS_TX_ERR_WITH_BREAK_RECEVIED:
2137 case TRANS_TX_ERR_WITH_CLOSE_TIMEOUT:
2138 case TRANS_TX_ERR_WITH_CLOSE_NORMAL:
634a9585 2139 case TRANS_TX_ERR_WITH_CLOSE_PHYDISALE:
e8fed0e9
JG
2140 case TRANS_TX_ERR_WITH_CLOSE_DWS_TIMEOUT:
2141 case TRANS_TX_ERR_WITH_CLOSE_COMINIT:
e8fed0e9
JG
2142 case TRANS_TX_ERR_WITH_ACK_NAK_TIMEOUT:
2143 case TRANS_TX_ERR_WITH_CREDIT_TIMEOUT:
634a9585 2144 case TRANS_TX_ERR_WITH_OPEN_BY_DES_OR_OTHERS:
e8fed0e9 2145 case TRANS_TX_ERR_WITH_WAIT_RECV_TIMEOUT:
e8fed0e9 2146 case TRANS_RX_ERR_WITH_RXFRAME_HAVE_ERRPRM:
634a9585 2147 case TRANS_RX_ERR_WITH_RXFIS_8B10B_DISP_ERR:
e8fed0e9
JG
2148 case TRANS_RX_ERR_WITH_RXFIS_DECODE_ERROR:
2149 case TRANS_RX_ERR_WITH_RXFIS_CRC_ERR:
2150 case TRANS_RX_ERR_WITH_RXFRAME_LENGTH_OVERRUN:
2151 case TRANS_RX_ERR_WITH_RXFIS_RX_SYNCP:
634a9585
XC
2152 case TRANS_RX_ERR_WITH_LINK_BUF_OVERRUN:
2153 case TRANS_RX_ERR_WITH_BREAK_TIMEOUT:
2154 case TRANS_RX_ERR_WITH_BREAK_REQUEST:
2155 case TRANS_RX_ERR_WITH_BREAK_RECEVIED:
e8fed0e9
JG
2156 case TRANS_RX_ERR_WITH_CLOSE_NORMAL:
2157 case TRANS_RX_ERR_WITH_CLOSE_PHY_DISABLE:
2158 case TRANS_RX_ERR_WITH_CLOSE_DWS_TIMEOUT:
2159 case TRANS_RX_ERR_WITH_CLOSE_COMINIT:
2160 case TRANS_RX_ERR_WITH_DATA_LEN0:
2161 case TRANS_RX_ERR_WITH_BAD_HASH:
2162 case TRANS_RX_XRDY_WLEN_ZERO_ERR:
634a9585
XC
2163 case TRANS_RX_ERR_WITH_BAD_FRM_TYPE:
2164 case DMA_TX_DATA_SGL_OVERFLOW:
2165 case DMA_TX_UNEXP_XFER_ERR:
2166 case DMA_TX_UNEXP_RETRANS_ERR:
2167 case DMA_TX_XFER_LEN_OVERFLOW:
2168 case DMA_TX_XFER_OFFSET_ERR:
e8fed0e9
JG
2169 case SIPC_RX_FIS_STATUS_ERR_BIT_VLD:
2170 case SIPC_RX_PIO_WRSETUP_STATUS_DRQ_ERR:
2171 case SIPC_RX_FIS_STATUS_BSY_BIT_ERR:
2172 case SIPC_RX_WRSETUP_LEN_ODD_ERR:
2173 case SIPC_RX_WRSETUP_LEN_ZERO_ERR:
2174 case SIPC_RX_WRDATA_LEN_NOT_MATCH_ERR:
2175 case SIPC_RX_SATA_UNEXP_FIS_ERR:
634a9585
XC
2176 case DMA_RX_DATA_SGL_OVERFLOW:
2177 case DMA_RX_DATA_OFFSET_ERR:
e8fed0e9
JG
2178 case DMA_RX_SATA_FRAME_TYPE_ERR:
2179 case DMA_RX_UNEXP_RDFRAME_ERR:
2180 case DMA_RX_PIO_DATA_LEN_ERR:
2181 case DMA_RX_RDSETUP_STATUS_ERR:
2182 case DMA_RX_RDSETUP_STATUS_DRQ_ERR:
2183 case DMA_RX_RDSETUP_STATUS_BSY_ERR:
2184 case DMA_RX_RDSETUP_LEN_ODD_ERR:
2185 case DMA_RX_RDSETUP_LEN_ZERO_ERR:
2186 case DMA_RX_RDSETUP_LEN_OVER_ERR:
2187 case DMA_RX_RDSETUP_OFFSET_ERR:
2188 case DMA_RX_RDSETUP_ACTIVE_ERR:
2189 case DMA_RX_RDSETUP_ESTATUS_ERR:
2190 case DMA_RX_UNKNOWN_FRM_ERR:
634a9585
XC
2191 case TRANS_RX_SSP_FRM_LEN_ERR:
2192 case TRANS_TX_OPEN_CNX_ERR_STP_RESOURCES_BUSY:
e8fed0e9 2193 {
634a9585
XC
2194 slot->abort = 1;
2195 ts->stat = SAS_PHY_DOWN;
e8fed0e9
JG
2196 break;
2197 }
2198 default:
2199 {
2200 ts->stat = SAS_PROTO_RESPONSE;
2201 break;
2202 }
2203 }
75904077 2204 hisi_sas_sata_done(task, slot);
e8fed0e9
JG
2205 }
2206 break;
2207 default:
2208 break;
2209 }
2210}
2211
31a9cfa6 2212static int
405314df 2213slot_complete_v2_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot)
31a9cfa6
JG
2214{
2215 struct sas_task *task = slot->task;
2216 struct hisi_sas_device *sas_dev;
11b75249 2217 struct device *dev = hisi_hba->dev;
31a9cfa6
JG
2218 struct task_status_struct *ts;
2219 struct domain_device *device;
2220 enum exec_status sts;
2221 struct hisi_sas_complete_v2_hdr *complete_queue =
2222 hisi_hba->complete_hdr[slot->cmplt_queue];
2223 struct hisi_sas_complete_v2_hdr *complete_hdr =
2224 &complete_queue[slot->cmplt_queue_slot];
54c9dd2d 2225 unsigned long flags;
a305f337 2226 int aborted;
31a9cfa6
JG
2227
2228 if (unlikely(!task || !task->lldd_task || !task->dev))
2229 return -EINVAL;
2230
2231 ts = &task->task_status;
2232 device = task->dev;
2233 sas_dev = device->lldd_dev;
2234
54c9dd2d 2235 spin_lock_irqsave(&task->task_state_lock, flags);
a305f337 2236 aborted = task->task_state_flags & SAS_TASK_STATE_ABORTED;
31a9cfa6
JG
2237 task->task_state_flags &=
2238 ~(SAS_TASK_STATE_PENDING | SAS_TASK_AT_INITIATOR);
54c9dd2d 2239 spin_unlock_irqrestore(&task->task_state_lock, flags);
31a9cfa6
JG
2240
2241 memset(ts, 0, sizeof(*ts));
2242 ts->resp = SAS_TASK_COMPLETE;
2243
a305f337
JG
2244 if (unlikely(aborted)) {
2245 ts->stat = SAS_ABORTED_TASK;
2246 hisi_sas_slot_task_free(hisi_hba, task, slot);
2247 return -1;
2248 }
2249
405314df
JG
2250 if (unlikely(!sas_dev)) {
2251 dev_dbg(dev, "slot complete: port has no device\n");
31a9cfa6
JG
2252 ts->stat = SAS_PHY_DOWN;
2253 goto out;
2254 }
2255
df032d0e
JG
2256 /* Use SAS+TMF status codes */
2257 switch ((complete_hdr->dw0 & CMPLT_HDR_ABORT_STAT_MSK)
2258 >> CMPLT_HDR_ABORT_STAT_OFF) {
2259 case STAT_IO_ABORTED:
2260 /* this io has been aborted by abort command */
2261 ts->stat = SAS_ABORTED_TASK;
2262 goto out;
2263 case STAT_IO_COMPLETE:
2264 /* internal abort command complete */
c35279f2 2265 ts->stat = TMF_RESP_FUNC_SUCC;
0844a3ff 2266 del_timer(&slot->internal_abort_timer);
df032d0e
JG
2267 goto out;
2268 case STAT_IO_NO_DEVICE:
2269 ts->stat = TMF_RESP_FUNC_COMPLETE;
0844a3ff 2270 del_timer(&slot->internal_abort_timer);
df032d0e
JG
2271 goto out;
2272 case STAT_IO_NOT_VALID:
2273 /* abort single io, controller don't find
2274 * the io need to abort
2275 */
2276 ts->stat = TMF_RESP_FUNC_FAILED;
0844a3ff 2277 del_timer(&slot->internal_abort_timer);
df032d0e
JG
2278 goto out;
2279 default:
2280 break;
2281 }
2282
31a9cfa6
JG
2283 if ((complete_hdr->dw0 & CMPLT_HDR_ERX_MSK) &&
2284 (!(complete_hdr->dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) {
634a9585
XC
2285 u32 err_phase = (complete_hdr->dw0 & CMPLT_HDR_ERR_PHASE_MSK)
2286 >> CMPLT_HDR_ERR_PHASE_OFF;
2287
2288 /* Analyse error happens on which phase TX or RX */
2289 if (ERR_ON_TX_PHASE(err_phase))
2290 slot_err_v2_hw(hisi_hba, task, slot, 1);
2291 else if (ERR_ON_RX_PHASE(err_phase))
2292 slot_err_v2_hw(hisi_hba, task, slot, 2);
fc866951
XC
2293
2294 if (unlikely(slot->abort))
9c8ee657 2295 return ts->stat;
31a9cfa6
JG
2296 goto out;
2297 }
2298
2299 switch (task->task_proto) {
2300 case SAS_PROTOCOL_SSP:
2301 {
f557e32c
XT
2302 struct hisi_sas_status_buffer *status_buffer =
2303 hisi_sas_status_buf_addr_mem(slot);
2304 struct ssp_response_iu *iu = (struct ssp_response_iu *)
2305 &status_buffer->iu[0];
31a9cfa6
JG
2306
2307 sas_ssp_task_response(dev, task, iu);
2308 break;
2309 }
2310 case SAS_PROTOCOL_SMP:
2311 {
2312 struct scatterlist *sg_resp = &task->smp_task.smp_resp;
2313 void *to;
2314
2315 ts->stat = SAM_STAT_GOOD;
2316 to = kmap_atomic(sg_page(sg_resp));
2317
2318 dma_unmap_sg(dev, &task->smp_task.smp_resp, 1,
2319 DMA_FROM_DEVICE);
2320 dma_unmap_sg(dev, &task->smp_task.smp_req, 1,
2321 DMA_TO_DEVICE);
2322 memcpy(to + sg_resp->offset,
f557e32c 2323 hisi_sas_status_buf_addr_mem(slot) +
31a9cfa6
JG
2324 sizeof(struct hisi_sas_err_record),
2325 sg_dma_len(sg_resp));
2326 kunmap_atomic(to);
2327 break;
2328 }
2329 case SAS_PROTOCOL_SATA:
2330 case SAS_PROTOCOL_STP:
2331 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP:
6f2ff1a1
JG
2332 {
2333 ts->stat = SAM_STAT_GOOD;
75904077 2334 hisi_sas_sata_done(task, slot);
6f2ff1a1
JG
2335 break;
2336 }
31a9cfa6
JG
2337 default:
2338 ts->stat = SAM_STAT_CHECK_CONDITION;
2339 break;
2340 }
2341
2342 if (!slot->port->port_attached) {
2343 dev_err(dev, "slot complete: port %d has removed\n",
2344 slot->port->sas_port.id);
2345 ts->stat = SAS_PHY_DOWN;
2346 }
2347
2348out:
54c9dd2d 2349 spin_lock_irqsave(&task->task_state_lock, flags);
fc866951 2350 task->task_state_flags |= SAS_TASK_STATE_DONE;
54c9dd2d 2351 spin_unlock_irqrestore(&task->task_state_lock, flags);
b1a49412 2352 spin_lock_irqsave(&hisi_hba->lock, flags);
31a9cfa6 2353 hisi_sas_slot_task_free(hisi_hba, task, slot);
b1a49412 2354 spin_unlock_irqrestore(&hisi_hba->lock, flags);
31a9cfa6
JG
2355 sts = ts->stat;
2356
2357 if (task->task_done)
2358 task->task_done(task);
2359
2360 return sts;
2361}
2362
6f2ff1a1
JG
2363static int prep_ata_v2_hw(struct hisi_hba *hisi_hba,
2364 struct hisi_sas_slot *slot)
2365{
2366 struct sas_task *task = slot->task;
2367 struct domain_device *device = task->dev;
2368 struct domain_device *parent_dev = device->parent;
2369 struct hisi_sas_device *sas_dev = device->lldd_dev;
2370 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr;
2e244f0f
JG
2371 struct asd_sas_port *sas_port = device->port;
2372 struct hisi_sas_port *port = to_hisi_sas_port(sas_port);
6f2ff1a1
JG
2373 u8 *buf_cmd;
2374 int has_data = 0, rc = 0, hdr_tag = 0;
2375 u32 dw1 = 0, dw2 = 0;
2376
2377 /* create header */
2378 /* dw0 */
2379 hdr->dw0 = cpu_to_le32(port->id << CMD_HDR_PORT_OFF);
2380 if (parent_dev && DEV_IS_EXPANDER(parent_dev->dev_type))
2381 hdr->dw0 |= cpu_to_le32(3 << CMD_HDR_CMD_OFF);
2382 else
2383 hdr->dw0 |= cpu_to_le32(4 << CMD_HDR_CMD_OFF);
2384
2385 /* dw1 */
2386 switch (task->data_dir) {
2387 case DMA_TO_DEVICE:
2388 has_data = 1;
2389 dw1 |= DIR_TO_DEVICE << CMD_HDR_DIR_OFF;
2390 break;
2391 case DMA_FROM_DEVICE:
2392 has_data = 1;
2393 dw1 |= DIR_TO_INI << CMD_HDR_DIR_OFF;
2394 break;
2395 default:
2396 dw1 &= ~CMD_HDR_DIR_MSK;
2397 }
2398
7c594f04
XC
2399 if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) &&
2400 (task->ata_task.fis.control & ATA_SRST))
6f2ff1a1
JG
2401 dw1 |= 1 << CMD_HDR_RESET_OFF;
2402
6c7bb8a1
XC
2403 dw1 |= (hisi_sas_get_ata_protocol(
2404 task->ata_task.fis.command, task->data_dir))
6f2ff1a1
JG
2405 << CMD_HDR_FRAME_TYPE_OFF;
2406 dw1 |= sas_dev->device_id << CMD_HDR_DEV_ID_OFF;
2407 hdr->dw1 = cpu_to_le32(dw1);
2408
2409 /* dw2 */
318913c6 2410 if (task->ata_task.use_ncq && hisi_sas_get_ncq_tag(task, &hdr_tag)) {
6f2ff1a1
JG
2411 task->ata_task.fis.sector_count |= (u8) (hdr_tag << 3);
2412 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF;
2413 }
2414
2415 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF |
2416 2 << CMD_HDR_SG_MOD_OFF;
2417 hdr->dw2 = cpu_to_le32(dw2);
2418
2419 /* dw3 */
2420 hdr->transfer_tags = cpu_to_le32(slot->idx);
2421
2422 if (has_data) {
2423 rc = prep_prd_sge_v2_hw(hisi_hba, slot, hdr, task->scatter,
2424 slot->n_elem);
2425 if (rc)
2426 return rc;
2427 }
2428
6f2ff1a1 2429 hdr->data_transfer_len = cpu_to_le32(task->total_xfer_len);
f557e32c
XT
2430 hdr->cmd_table_addr = cpu_to_le64(hisi_sas_cmd_hdr_addr_dma(slot));
2431 hdr->sts_buffer_addr = cpu_to_le64(hisi_sas_status_buf_addr_dma(slot));
6f2ff1a1 2432
f557e32c 2433 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot);
6f2ff1a1
JG
2434
2435 if (likely(!task->ata_task.device_control_reg_update))
2436 task->ata_task.fis.flags |= 0x80; /* C=1: update ATA cmd reg */
2437 /* fill in command FIS */
2438 memcpy(buf_cmd, &task->ata_task.fis, sizeof(struct host_to_dev_fis));
2439
2440 return 0;
2441}
2442
0844a3ff
JG
2443static void hisi_sas_internal_abort_quirk_timeout(unsigned long data)
2444{
2445 struct hisi_sas_slot *slot = (struct hisi_sas_slot *)data;
2446 struct hisi_sas_port *port = slot->port;
2447 struct asd_sas_port *asd_sas_port;
2448 struct asd_sas_phy *sas_phy;
2449
2450 if (!port)
2451 return;
2452
2453 asd_sas_port = &port->sas_port;
2454
2455 /* Kick the hardware - send break command */
2456 list_for_each_entry(sas_phy, &asd_sas_port->phy_list, port_phy_el) {
2457 struct hisi_sas_phy *phy = sas_phy->lldd_phy;
2458 struct hisi_hba *hisi_hba = phy->hisi_hba;
2459 int phy_no = sas_phy->id;
2460 u32 link_dfx2;
2461
2462 link_dfx2 = hisi_sas_phy_read32(hisi_hba, phy_no, LINK_DFX2);
2463 if ((link_dfx2 == LINK_DFX2_RCVR_HOLD_STS_MSK) ||
2464 (link_dfx2 & LINK_DFX2_SEND_HOLD_STS_MSK)) {
2465 u32 txid_auto;
2466
2467 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no,
2468 TXID_AUTO);
2469 txid_auto |= TXID_AUTO_CTB_MSK;
2470 hisi_sas_phy_write32(hisi_hba, phy_no, TXID_AUTO,
2471 txid_auto);
2472 return;
2473 }
2474 }
2475}
2476
a3e665d9
JG
2477static int prep_abort_v2_hw(struct hisi_hba *hisi_hba,
2478 struct hisi_sas_slot *slot,
2479 int device_id, int abort_flag, int tag_to_abort)
2480{
2481 struct sas_task *task = slot->task;
2482 struct domain_device *dev = task->dev;
2483 struct hisi_sas_cmd_hdr *hdr = slot->cmd_hdr;
2484 struct hisi_sas_port *port = slot->port;
0844a3ff
JG
2485 struct timer_list *timer = &slot->internal_abort_timer;
2486
2487 /* setup the quirk timer */
2488 setup_timer(timer, hisi_sas_internal_abort_quirk_timeout,
2489 (unsigned long)slot);
2490 /* Set the timeout to 10ms less than internal abort timeout */
2491 mod_timer(timer, jiffies + msecs_to_jiffies(100));
a3e665d9
JG
2492
2493 /* dw0 */
2494 hdr->dw0 = cpu_to_le32((5 << CMD_HDR_CMD_OFF) | /*abort*/
2495 (port->id << CMD_HDR_PORT_OFF) |
2496 ((dev_is_sata(dev) ? 1:0) <<
2497 CMD_HDR_ABORT_DEVICE_TYPE_OFF) |
2498 (abort_flag << CMD_HDR_ABORT_FLAG_OFF));
2499
2500 /* dw1 */
2501 hdr->dw1 = cpu_to_le32(device_id << CMD_HDR_DEV_ID_OFF);
2502
2503 /* dw7 */
2504 hdr->dw7 = cpu_to_le32(tag_to_abort << CMD_HDR_ABORT_IPTT_OFF);
2505 hdr->transfer_tags = cpu_to_le32(slot->idx);
2506
2507 return 0;
2508}
2509
7911e66f
JG
2510static int phy_up_v2_hw(int phy_no, struct hisi_hba *hisi_hba)
2511{
981843c6 2512 int i, res = IRQ_HANDLED;
4935933e 2513 u32 port_id, link_rate, hard_phy_linkrate;
7911e66f
JG
2514 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
2515 struct asd_sas_phy *sas_phy = &phy->sas_phy;
11b75249 2516 struct device *dev = hisi_hba->dev;
7911e66f
JG
2517 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd;
2518 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd;
2519
2520 hisi_sas_phy_write32(hisi_hba, phy_no, PHYCTRL_PHY_ENA_MSK, 1);
2521
4935933e 2522 if (is_sata_phy_v2_hw(hisi_hba, phy_no))
7911e66f
JG
2523 goto end;
2524
2525 if (phy_no == 8) {
2526 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE);
2527
2528 port_id = (port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >>
2529 PORT_STATE_PHY8_PORT_NUM_OFF;
2530 link_rate = (port_state & PORT_STATE_PHY8_CONN_RATE_MSK) >>
2531 PORT_STATE_PHY8_CONN_RATE_OFF;
2532 } else {
2533 port_id = hisi_sas_read32(hisi_hba, PHY_PORT_NUM_MA);
2534 port_id = (port_id >> (4 * phy_no)) & 0xf;
2535 link_rate = hisi_sas_read32(hisi_hba, PHY_CONN_RATE);
2536 link_rate = (link_rate >> (phy_no * 4)) & 0xf;
2537 }
2538
2539 if (port_id == 0xf) {
2540 dev_err(dev, "phyup: phy%d invalid portid\n", phy_no);
2541 res = IRQ_NONE;
2542 goto end;
2543 }
2544
2545 for (i = 0; i < 6; i++) {
2546 u32 idaf = hisi_sas_phy_read32(hisi_hba, phy_no,
2547 RX_IDAF_DWORD0 + (i * 4));
2548 frame_rcvd[i] = __swab32(idaf);
2549 }
2550
7911e66f
JG
2551 sas_phy->linkrate = link_rate;
2552 hard_phy_linkrate = hisi_sas_phy_read32(hisi_hba, phy_no,
2553 HARD_PHY_LINKRATE);
2554 phy->maximum_linkrate = hard_phy_linkrate & 0xf;
2555 phy->minimum_linkrate = (hard_phy_linkrate >> 4) & 0xf;
2556
2557 sas_phy->oob_mode = SAS_OOB_MODE;
2558 memcpy(sas_phy->attached_sas_addr, &id->sas_addr, SAS_ADDR_SIZE);
2559 dev_info(dev, "phyup: phy%d link_rate=%d\n", phy_no, link_rate);
2560 phy->port_id = port_id;
2561 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
2562 phy->phy_type |= PORT_TYPE_SAS;
2563 phy->phy_attached = 1;
2564 phy->identify.device_type = id->dev_type;
2565 phy->frame_rcvd_size = sizeof(struct sas_identify_frame);
2566 if (phy->identify.device_type == SAS_END_DEVICE)
2567 phy->identify.target_port_protocols =
2568 SAS_PROTOCOL_SSP;
f2f89c32 2569 else if (phy->identify.device_type != SAS_PHY_UNUSED) {
7911e66f
JG
2570 phy->identify.target_port_protocols =
2571 SAS_PROTOCOL_SMP;
f2f89c32
XC
2572 if (!timer_pending(&hisi_hba->timer))
2573 set_link_timer_quirk(hisi_hba);
2574 }
7911e66f
JG
2575 queue_work(hisi_hba->wq, &phy->phyup_ws);
2576
2577end:
2578 hisi_sas_phy_write32(hisi_hba, phy_no, CHL_INT0,
2579 CHL_INT0_SL_PHY_ENABLE_MSK);
2580 hisi_sas_phy_write32(hisi_hba, phy_no, PHYCTRL_PHY_ENA_MSK, 0);
2581
2582 return res;
2583}
2584
f2f89c32
XC
2585static bool check_any_wideports_v2_hw(struct hisi_hba *hisi_hba)
2586{
2587 u32 port_state;
2588
2589 port_state = hisi_sas_read32(hisi_hba, PORT_STATE);
2590 if (port_state & 0x1ff)
2591 return true;
2592
2593 return false;
2594}
2595
5473c060
JG
2596static int phy_down_v2_hw(int phy_no, struct hisi_hba *hisi_hba)
2597{
9c81e2cf 2598 u32 phy_state, sl_ctrl, txid_auto;
f2f89c32
XC
2599 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
2600 struct hisi_sas_port *port = phy->port;
5473c060
JG
2601
2602 hisi_sas_phy_write32(hisi_hba, phy_no, PHYCTRL_NOT_RDY_MSK, 1);
2603
5473c060 2604 phy_state = hisi_sas_read32(hisi_hba, PHY_STATE);
5473c060
JG
2605 hisi_sas_phy_down(hisi_hba, phy_no, (phy_state & 1 << phy_no) ? 1 : 0);
2606
9c81e2cf
JG
2607 sl_ctrl = hisi_sas_phy_read32(hisi_hba, phy_no, SL_CONTROL);
2608 hisi_sas_phy_write32(hisi_hba, phy_no, SL_CONTROL,
2609 sl_ctrl & ~SL_CONTROL_CTA_MSK);
f2f89c32
XC
2610 if (port && !get_wideport_bitmap_v2_hw(hisi_hba, port->id))
2611 if (!check_any_wideports_v2_hw(hisi_hba) &&
2612 timer_pending(&hisi_hba->timer))
2613 del_timer(&hisi_hba->timer);
9c81e2cf
JG
2614
2615 txid_auto = hisi_sas_phy_read32(hisi_hba, phy_no, TXID_AUTO);
2616 hisi_sas_phy_write32(hisi_hba, phy_no, TXID_AUTO,
2617 txid_auto | TXID_AUTO_CT3_MSK);
2618
5473c060
JG
2619 hisi_sas_phy_write32(hisi_hba, phy_no, CHL_INT0, CHL_INT0_NOT_RDY_MSK);
2620 hisi_sas_phy_write32(hisi_hba, phy_no, PHYCTRL_NOT_RDY_MSK, 0);
2621
981843c6 2622 return IRQ_HANDLED;
5473c060
JG
2623}
2624
7911e66f
JG
2625static irqreturn_t int_phy_updown_v2_hw(int irq_no, void *p)
2626{
2627 struct hisi_hba *hisi_hba = p;
2628 u32 irq_msk;
2629 int phy_no = 0;
c16db736 2630 irqreturn_t res = IRQ_NONE;
7911e66f
JG
2631
2632 irq_msk = (hisi_sas_read32(hisi_hba, HGC_INVLD_DQE_INFO)
2633 >> HGC_INVLD_DQE_INFO_FB_CH0_OFF) & 0x1ff;
2634 while (irq_msk) {
2635 if (irq_msk & 1) {
981843c6
XT
2636 u32 reg_value = hisi_sas_phy_read32(hisi_hba, phy_no,
2637 CHL_INT0);
2638
2639 switch (reg_value & (CHL_INT0_NOT_RDY_MSK |
2640 CHL_INT0_SL_PHY_ENABLE_MSK)) {
7911e66f 2641
981843c6 2642 case CHL_INT0_SL_PHY_ENABLE_MSK:
7911e66f 2643 /* phy up */
981843c6 2644 if (phy_up_v2_hw(phy_no, hisi_hba) ==
c16db736
XC
2645 IRQ_HANDLED)
2646 res = IRQ_HANDLED;
981843c6 2647 break;
7911e66f 2648
981843c6 2649 case CHL_INT0_NOT_RDY_MSK:
5473c060 2650 /* phy down */
981843c6 2651 if (phy_down_v2_hw(phy_no, hisi_hba) ==
c16db736
XC
2652 IRQ_HANDLED)
2653 res = IRQ_HANDLED;
981843c6
XT
2654 break;
2655
2656 case (CHL_INT0_NOT_RDY_MSK |
2657 CHL_INT0_SL_PHY_ENABLE_MSK):
2658 reg_value = hisi_sas_read32(hisi_hba,
2659 PHY_STATE);
2660 if (reg_value & BIT(phy_no)) {
2661 /* phy up */
2662 if (phy_up_v2_hw(phy_no, hisi_hba) ==
c16db736
XC
2663 IRQ_HANDLED)
2664 res = IRQ_HANDLED;
981843c6
XT
2665 } else {
2666 /* phy down */
2667 if (phy_down_v2_hw(phy_no, hisi_hba) ==
c16db736
XC
2668 IRQ_HANDLED)
2669 res = IRQ_HANDLED;
5473c060 2670 }
981843c6
XT
2671 break;
2672
2673 default:
2674 break;
2675 }
2676
7911e66f
JG
2677 }
2678 irq_msk >>= 1;
2679 phy_no++;
2680 }
2681
c16db736 2682 return res;
7911e66f
JG
2683}
2684
d3bf3d84
JG
2685static void phy_bcast_v2_hw(int phy_no, struct hisi_hba *hisi_hba)
2686{
2687 struct hisi_sas_phy *phy = &hisi_hba->phy[phy_no];
2688 struct asd_sas_phy *sas_phy = &phy->sas_phy;
2689 struct sas_ha_struct *sas_ha = &hisi_hba->sha;
85080a25 2690 u32 bcast_status;
d3bf3d84
JG
2691
2692 hisi_sas_phy_write32(hisi_hba, phy_no, SL_RX_BCAST_CHK_MSK, 1);
85080a25
XC
2693 bcast_status = hisi_sas_phy_read32(hisi_hba, phy_no, RX_PRIMS_STATUS);
2694 if (bcast_status & RX_BCAST_CHG_MSK)
2695 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD);
d3bf3d84
JG
2696 hisi_sas_phy_write32(hisi_hba, phy_no, CHL_INT0,
2697 CHL_INT0_SL_RX_BCST_ACK_MSK);
2698 hisi_sas_phy_write32(hisi_hba, phy_no, SL_RX_BCAST_CHK_MSK, 0);
2699}
2700
2701static irqreturn_t int_chnl_int_v2_hw(int irq_no, void *p)
2702{
2703 struct hisi_hba *hisi_hba = p;
11b75249 2704 struct device *dev = hisi_hba->dev;
d3bf3d84
JG
2705 u32 ent_msk, ent_tmp, irq_msk;
2706 int phy_no = 0;
2707
2708 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK3);
2709 ent_tmp = ent_msk;
2710 ent_msk |= ENT_INT_SRC_MSK3_ENT95_MSK_MSK;
2711 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, ent_msk);
2712
2713 irq_msk = (hisi_sas_read32(hisi_hba, HGC_INVLD_DQE_INFO) >>
2714 HGC_INVLD_DQE_INFO_FB_CH3_OFF) & 0x1ff;
2715
2716 while (irq_msk) {
2717 if (irq_msk & (1 << phy_no)) {
2718 u32 irq_value0 = hisi_sas_phy_read32(hisi_hba, phy_no,
2719 CHL_INT0);
2720 u32 irq_value1 = hisi_sas_phy_read32(hisi_hba, phy_no,
2721 CHL_INT1);
2722 u32 irq_value2 = hisi_sas_phy_read32(hisi_hba, phy_no,
2723 CHL_INT2);
2724
2725 if (irq_value1) {
2726 if (irq_value1 & (CHL_INT1_DMAC_RX_ECC_ERR_MSK |
2727 CHL_INT1_DMAC_TX_ECC_ERR_MSK))
d3b688d3
XC
2728 panic("%s: DMAC RX/TX ecc bad error!\
2729 (0x%x)",
2730 dev_name(dev), irq_value1);
d3bf3d84
JG
2731
2732 hisi_sas_phy_write32(hisi_hba, phy_no,
2733 CHL_INT1, irq_value1);
2734 }
2735
2736 if (irq_value2)
2737 hisi_sas_phy_write32(hisi_hba, phy_no,
2738 CHL_INT2, irq_value2);
2739
2740
2741 if (irq_value0) {
2742 if (irq_value0 & CHL_INT0_SL_RX_BCST_ACK_MSK)
2743 phy_bcast_v2_hw(phy_no, hisi_hba);
2744
2745 hisi_sas_phy_write32(hisi_hba, phy_no,
2746 CHL_INT0, irq_value0
2747 & (~CHL_INT0_HOTPLUG_TOUT_MSK)
2748 & (~CHL_INT0_SL_PHY_ENABLE_MSK)
2749 & (~CHL_INT0_NOT_RDY_MSK));
2750 }
2751 }
2752 irq_msk &= ~(1 << phy_no);
2753 phy_no++;
2754 }
2755
2756 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, ent_tmp);
2757
2758 return IRQ_HANDLED;
2759}
2760
d3b688d3
XC
2761static void
2762one_bit_ecc_error_process_v2_hw(struct hisi_hba *hisi_hba, u32 irq_value)
2763{
11b75249 2764 struct device *dev = hisi_hba->dev;
d3b688d3
XC
2765 u32 reg_val;
2766
2767 if (irq_value & BIT(SAS_ECC_INTR_DQE_ECC_1B_OFF)) {
2768 reg_val = hisi_sas_read32(hisi_hba, HGC_DQE_ECC_ADDR);
2769 dev_warn(dev, "hgc_dqe_acc1b_intr found: \
2770 Ram address is 0x%08X\n",
2771 (reg_val & HGC_DQE_ECC_1B_ADDR_MSK) >>
2772 HGC_DQE_ECC_1B_ADDR_OFF);
2773 }
2774
2775 if (irq_value & BIT(SAS_ECC_INTR_IOST_ECC_1B_OFF)) {
2776 reg_val = hisi_sas_read32(hisi_hba, HGC_IOST_ECC_ADDR);
2777 dev_warn(dev, "hgc_iost_acc1b_intr found: \
2778 Ram address is 0x%08X\n",
2779 (reg_val & HGC_IOST_ECC_1B_ADDR_MSK) >>
2780 HGC_IOST_ECC_1B_ADDR_OFF);
2781 }
2782
2783 if (irq_value & BIT(SAS_ECC_INTR_ITCT_ECC_1B_OFF)) {
2784 reg_val = hisi_sas_read32(hisi_hba, HGC_ITCT_ECC_ADDR);
2785 dev_warn(dev, "hgc_itct_acc1b_intr found: \
2786 Ram address is 0x%08X\n",
2787 (reg_val & HGC_ITCT_ECC_1B_ADDR_MSK) >>
2788 HGC_ITCT_ECC_1B_ADDR_OFF);
2789 }
2790
2791 if (irq_value & BIT(SAS_ECC_INTR_IOSTLIST_ECC_1B_OFF)) {
2792 reg_val = hisi_sas_read32(hisi_hba, HGC_LM_DFX_STATUS2);
2793 dev_warn(dev, "hgc_iostl_acc1b_intr found: \
2794 memory address is 0x%08X\n",
2795 (reg_val & HGC_LM_DFX_STATUS2_IOSTLIST_MSK) >>
2796 HGC_LM_DFX_STATUS2_IOSTLIST_OFF);
2797 }
2798
2799 if (irq_value & BIT(SAS_ECC_INTR_ITCTLIST_ECC_1B_OFF)) {
2800 reg_val = hisi_sas_read32(hisi_hba, HGC_LM_DFX_STATUS2);
2801 dev_warn(dev, "hgc_itctl_acc1b_intr found: \
2802 memory address is 0x%08X\n",
2803 (reg_val & HGC_LM_DFX_STATUS2_ITCTLIST_MSK) >>
2804 HGC_LM_DFX_STATUS2_ITCTLIST_OFF);
2805 }
2806
2807 if (irq_value & BIT(SAS_ECC_INTR_CQE_ECC_1B_OFF)) {
2808 reg_val = hisi_sas_read32(hisi_hba, HGC_CQE_ECC_ADDR);
2809 dev_warn(dev, "hgc_cqe_acc1b_intr found: \
2810 Ram address is 0x%08X\n",
2811 (reg_val & HGC_CQE_ECC_1B_ADDR_MSK) >>
2812 HGC_CQE_ECC_1B_ADDR_OFF);
2813 }
2814
2815 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM0_ECC_1B_OFF)) {
2816 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
2817 dev_warn(dev, "rxm_mem0_acc1b_intr found: \
2818 memory address is 0x%08X\n",
2819 (reg_val & HGC_RXM_DFX_STATUS14_MEM0_MSK) >>
2820 HGC_RXM_DFX_STATUS14_MEM0_OFF);
2821 }
2822
2823 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM1_ECC_1B_OFF)) {
2824 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
2825 dev_warn(dev, "rxm_mem1_acc1b_intr found: \
2826 memory address is 0x%08X\n",
2827 (reg_val & HGC_RXM_DFX_STATUS14_MEM1_MSK) >>
2828 HGC_RXM_DFX_STATUS14_MEM1_OFF);
2829 }
2830
2831 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM2_ECC_1B_OFF)) {
2832 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
2833 dev_warn(dev, "rxm_mem2_acc1b_intr found: \
2834 memory address is 0x%08X\n",
2835 (reg_val & HGC_RXM_DFX_STATUS14_MEM2_MSK) >>
2836 HGC_RXM_DFX_STATUS14_MEM2_OFF);
2837 }
2838
2839 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM3_ECC_1B_OFF)) {
2840 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS15);
2841 dev_warn(dev, "rxm_mem3_acc1b_intr found: \
2842 memory address is 0x%08X\n",
2843 (reg_val & HGC_RXM_DFX_STATUS15_MEM3_MSK) >>
2844 HGC_RXM_DFX_STATUS15_MEM3_OFF);
2845 }
2846
2847}
2848
2849static void multi_bit_ecc_error_process_v2_hw(struct hisi_hba *hisi_hba,
2850 u32 irq_value)
2851{
2852 u32 reg_val;
11b75249 2853 struct device *dev = hisi_hba->dev;
d3b688d3
XC
2854
2855 if (irq_value & BIT(SAS_ECC_INTR_DQE_ECC_MB_OFF)) {
2856 reg_val = hisi_sas_read32(hisi_hba, HGC_DQE_ECC_ADDR);
e281f42f 2857 dev_warn(dev, "hgc_dqe_accbad_intr (0x%x) found: \
d3b688d3 2858 Ram address is 0x%08X\n",
e281f42f 2859 irq_value,
d3b688d3
XC
2860 (reg_val & HGC_DQE_ECC_MB_ADDR_MSK) >>
2861 HGC_DQE_ECC_MB_ADDR_OFF);
e281f42f 2862 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2863 }
2864
2865 if (irq_value & BIT(SAS_ECC_INTR_IOST_ECC_MB_OFF)) {
2866 reg_val = hisi_sas_read32(hisi_hba, HGC_IOST_ECC_ADDR);
e281f42f 2867 dev_warn(dev, "hgc_iost_accbad_intr (0x%x) found: \
d3b688d3 2868 Ram address is 0x%08X\n",
e281f42f 2869 irq_value,
d3b688d3
XC
2870 (reg_val & HGC_IOST_ECC_MB_ADDR_MSK) >>
2871 HGC_IOST_ECC_MB_ADDR_OFF);
e281f42f 2872 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2873 }
2874
2875 if (irq_value & BIT(SAS_ECC_INTR_ITCT_ECC_MB_OFF)) {
2876 reg_val = hisi_sas_read32(hisi_hba, HGC_ITCT_ECC_ADDR);
e281f42f 2877 dev_warn(dev,"hgc_itct_accbad_intr (0x%x) found: \
d3b688d3 2878 Ram address is 0x%08X\n",
e281f42f 2879 irq_value,
d3b688d3
XC
2880 (reg_val & HGC_ITCT_ECC_MB_ADDR_MSK) >>
2881 HGC_ITCT_ECC_MB_ADDR_OFF);
e281f42f 2882 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2883 }
2884
2885 if (irq_value & BIT(SAS_ECC_INTR_IOSTLIST_ECC_MB_OFF)) {
2886 reg_val = hisi_sas_read32(hisi_hba, HGC_LM_DFX_STATUS2);
e281f42f 2887 dev_warn(dev, "hgc_iostl_accbad_intr (0x%x) found: \
d3b688d3 2888 memory address is 0x%08X\n",
e281f42f 2889 irq_value,
d3b688d3
XC
2890 (reg_val & HGC_LM_DFX_STATUS2_IOSTLIST_MSK) >>
2891 HGC_LM_DFX_STATUS2_IOSTLIST_OFF);
e281f42f 2892 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2893 }
2894
2895 if (irq_value & BIT(SAS_ECC_INTR_ITCTLIST_ECC_MB_OFF)) {
2896 reg_val = hisi_sas_read32(hisi_hba, HGC_LM_DFX_STATUS2);
e281f42f 2897 dev_warn(dev, "hgc_itctl_accbad_intr (0x%x) found: \
d3b688d3 2898 memory address is 0x%08X\n",
e281f42f 2899 irq_value,
d3b688d3
XC
2900 (reg_val & HGC_LM_DFX_STATUS2_ITCTLIST_MSK) >>
2901 HGC_LM_DFX_STATUS2_ITCTLIST_OFF);
e281f42f 2902 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2903 }
2904
2905 if (irq_value & BIT(SAS_ECC_INTR_CQE_ECC_MB_OFF)) {
2906 reg_val = hisi_sas_read32(hisi_hba, HGC_CQE_ECC_ADDR);
e281f42f 2907 dev_warn(dev, "hgc_cqe_accbad_intr (0x%x) found: \
d3b688d3 2908 Ram address is 0x%08X\n",
e281f42f 2909 irq_value,
d3b688d3
XC
2910 (reg_val & HGC_CQE_ECC_MB_ADDR_MSK) >>
2911 HGC_CQE_ECC_MB_ADDR_OFF);
e281f42f 2912 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2913 }
2914
2915 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM0_ECC_MB_OFF)) {
2916 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
e281f42f 2917 dev_warn(dev, "rxm_mem0_accbad_intr (0x%x) found: \
d3b688d3 2918 memory address is 0x%08X\n",
e281f42f 2919 irq_value,
d3b688d3
XC
2920 (reg_val & HGC_RXM_DFX_STATUS14_MEM0_MSK) >>
2921 HGC_RXM_DFX_STATUS14_MEM0_OFF);
e281f42f 2922 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2923 }
2924
2925 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM1_ECC_MB_OFF)) {
2926 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
e281f42f 2927 dev_warn(dev, "rxm_mem1_accbad_intr (0x%x) found: \
d3b688d3 2928 memory address is 0x%08X\n",
e281f42f 2929 irq_value,
d3b688d3
XC
2930 (reg_val & HGC_RXM_DFX_STATUS14_MEM1_MSK) >>
2931 HGC_RXM_DFX_STATUS14_MEM1_OFF);
e281f42f 2932 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2933 }
2934
2935 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM2_ECC_MB_OFF)) {
2936 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS14);
e281f42f 2937 dev_warn(dev, "rxm_mem2_accbad_intr (0x%x) found: \
d3b688d3 2938 memory address is 0x%08X\n",
e281f42f 2939 irq_value,
d3b688d3
XC
2940 (reg_val & HGC_RXM_DFX_STATUS14_MEM2_MSK) >>
2941 HGC_RXM_DFX_STATUS14_MEM2_OFF);
e281f42f 2942 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2943 }
2944
2945 if (irq_value & BIT(SAS_ECC_INTR_NCQ_MEM3_ECC_MB_OFF)) {
2946 reg_val = hisi_sas_read32(hisi_hba, HGC_RXM_DFX_STATUS15);
e281f42f 2947 dev_warn(dev, "rxm_mem3_accbad_intr (0x%x) found: \
d3b688d3 2948 memory address is 0x%08X\n",
e281f42f 2949 irq_value,
d3b688d3
XC
2950 (reg_val & HGC_RXM_DFX_STATUS15_MEM3_MSK) >>
2951 HGC_RXM_DFX_STATUS15_MEM3_OFF);
e281f42f 2952 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
2953 }
2954
e281f42f 2955 return;
d3b688d3
XC
2956}
2957
2958static irqreturn_t fatal_ecc_int_v2_hw(int irq_no, void *p)
2959{
2960 struct hisi_hba *hisi_hba = p;
2961 u32 irq_value, irq_msk;
2962
2963 irq_msk = hisi_sas_read32(hisi_hba, SAS_ECC_INTR_MSK);
2964 hisi_sas_write32(hisi_hba, SAS_ECC_INTR_MSK, irq_msk | 0xffffffff);
2965
2966 irq_value = hisi_sas_read32(hisi_hba, SAS_ECC_INTR);
2967 if (irq_value) {
2968 one_bit_ecc_error_process_v2_hw(hisi_hba, irq_value);
2969 multi_bit_ecc_error_process_v2_hw(hisi_hba, irq_value);
2970 }
2971
2972 hisi_sas_write32(hisi_hba, SAS_ECC_INTR, irq_value);
2973 hisi_sas_write32(hisi_hba, SAS_ECC_INTR_MSK, irq_msk);
2974
2975 return IRQ_HANDLED;
2976}
2977
2978#define AXI_ERR_NR 8
2979static const char axi_err_info[AXI_ERR_NR][32] = {
2980 "IOST_AXI_W_ERR",
2981 "IOST_AXI_R_ERR",
2982 "ITCT_AXI_W_ERR",
2983 "ITCT_AXI_R_ERR",
2984 "SATA_AXI_W_ERR",
2985 "SATA_AXI_R_ERR",
2986 "DQE_AXI_R_ERR",
2987 "CQE_AXI_W_ERR"
2988};
2989
2990#define FIFO_ERR_NR 5
2991static const char fifo_err_info[FIFO_ERR_NR][32] = {
2992 "CQE_WINFO_FIFO",
2993 "CQE_MSG_FIFIO",
2994 "GETDQE_FIFO",
2995 "CMDP_FIFO",
2996 "AWTCTRL_FIFO"
2997};
2998
2999static irqreturn_t fatal_axi_int_v2_hw(int irq_no, void *p)
3000{
3001 struct hisi_hba *hisi_hba = p;
3002 u32 irq_value, irq_msk, err_value;
11b75249 3003 struct device *dev = hisi_hba->dev;
d3b688d3
XC
3004
3005 irq_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK3);
3006 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, irq_msk | 0xfffffffe);
3007
3008 irq_value = hisi_sas_read32(hisi_hba, ENT_INT_SRC3);
3009 if (irq_value) {
3010 if (irq_value & BIT(ENT_INT_SRC3_WP_DEPTH_OFF)) {
3011 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3012 1 << ENT_INT_SRC3_WP_DEPTH_OFF);
e281f42f 3013 dev_warn(dev, "write pointer and depth error (0x%x) \
d3b688d3 3014 found!\n",
e281f42f
XC
3015 irq_value);
3016 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
3017 }
3018
3019 if (irq_value & BIT(ENT_INT_SRC3_IPTT_SLOT_NOMATCH_OFF)) {
3020 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3021 1 <<
3022 ENT_INT_SRC3_IPTT_SLOT_NOMATCH_OFF);
e281f42f
XC
3023 dev_warn(dev, "iptt no match slot error (0x%x) found!\n",
3024 irq_value);
3025 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
3026 }
3027
e281f42f
XC
3028 if (irq_value & BIT(ENT_INT_SRC3_RP_DEPTH_OFF)) {
3029 dev_warn(dev, "read pointer and depth error (0x%x) \
d3b688d3 3030 found!\n",
e281f42f
XC
3031 irq_value);
3032 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
3033 }
d3b688d3
XC
3034
3035 if (irq_value & BIT(ENT_INT_SRC3_AXI_OFF)) {
3036 int i;
3037
3038 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3039 1 << ENT_INT_SRC3_AXI_OFF);
3040 err_value = hisi_sas_read32(hisi_hba,
3041 HGC_AXI_FIFO_ERR_INFO);
3042
3043 for (i = 0; i < AXI_ERR_NR; i++) {
e281f42f
XC
3044 if (err_value & BIT(i)) {
3045 dev_warn(dev, "%s (0x%x) found!\n",
d3b688d3 3046 axi_err_info[i], irq_value);
e281f42f
XC
3047 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
3048 }
d3b688d3
XC
3049 }
3050 }
3051
3052 if (irq_value & BIT(ENT_INT_SRC3_FIFO_OFF)) {
3053 int i;
3054
3055 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3056 1 << ENT_INT_SRC3_FIFO_OFF);
3057 err_value = hisi_sas_read32(hisi_hba,
3058 HGC_AXI_FIFO_ERR_INFO);
3059
3060 for (i = 0; i < FIFO_ERR_NR; i++) {
e281f42f
XC
3061 if (err_value & BIT(AXI_ERR_NR + i)) {
3062 dev_warn(dev, "%s (0x%x) found!\n",
d3b688d3 3063 fifo_err_info[i], irq_value);
e281f42f
XC
3064 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
3065 }
d3b688d3
XC
3066 }
3067
3068 }
3069
3070 if (irq_value & BIT(ENT_INT_SRC3_LM_OFF)) {
3071 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3072 1 << ENT_INT_SRC3_LM_OFF);
e281f42f
XC
3073 dev_warn(dev, "LM add/fetch list error (0x%x) found!\n",
3074 irq_value);
3075 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
3076 }
3077
3078 if (irq_value & BIT(ENT_INT_SRC3_ABT_OFF)) {
3079 hisi_sas_write32(hisi_hba, ENT_INT_SRC3,
3080 1 << ENT_INT_SRC3_ABT_OFF);
e281f42f
XC
3081 dev_warn(dev, "SAS_HGC_ABT fetch LM list error (0x%x) found!\n",
3082 irq_value);
3083 queue_work(hisi_hba->wq, &hisi_hba->rst_work);
d3b688d3
XC
3084 }
3085 }
3086
3087 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, irq_msk);
3088
3089 return IRQ_HANDLED;
3090}
3091
d177c408 3092static void cq_tasklet_v2_hw(unsigned long val)
31a9cfa6 3093{
d177c408 3094 struct hisi_sas_cq *cq = (struct hisi_sas_cq *)val;
31a9cfa6
JG
3095 struct hisi_hba *hisi_hba = cq->hisi_hba;
3096 struct hisi_sas_slot *slot;
3097 struct hisi_sas_itct *itct;
3098 struct hisi_sas_complete_v2_hdr *complete_queue;
d177c408 3099 u32 rd_point = cq->rd_point, wr_point, dev_id;
31a9cfa6 3100 int queue = cq->id;
b1a49412 3101 struct hisi_sas_dq *dq = &hisi_hba->dq[queue];
31a9cfa6 3102
c7b9d369
XT
3103 if (unlikely(hisi_hba->reject_stp_links_msk))
3104 phys_try_accept_stp_links_v2_hw(hisi_hba);
3105
31a9cfa6 3106 complete_queue = hisi_hba->complete_hdr[queue];
31a9cfa6 3107
b1a49412 3108 spin_lock(&dq->lock);
31a9cfa6
JG
3109 wr_point = hisi_sas_read32(hisi_hba, COMPL_Q_0_WR_PTR +
3110 (0x14 * queue));
3111
3112 while (rd_point != wr_point) {
3113 struct hisi_sas_complete_v2_hdr *complete_hdr;
3114 int iptt;
3115
3116 complete_hdr = &complete_queue[rd_point];
3117
3118 /* Check for NCQ completion */
3119 if (complete_hdr->act) {
3120 u32 act_tmp = complete_hdr->act;
3121 int ncq_tag_count = ffs(act_tmp);
3122
3123 dev_id = (complete_hdr->dw1 & CMPLT_HDR_DEV_ID_MSK) >>
3124 CMPLT_HDR_DEV_ID_OFF;
3125 itct = &hisi_hba->itct[dev_id];
3126
3127 /* The NCQ tags are held in the itct header */
3128 while (ncq_tag_count) {
3129 __le64 *ncq_tag = &itct->qw4_15[0];
3130
3131 ncq_tag_count -= 1;
3132 iptt = (ncq_tag[ncq_tag_count / 5]
3133 >> (ncq_tag_count % 5) * 12) & 0xfff;
3134
3135 slot = &hisi_hba->slot_info[iptt];
3136 slot->cmplt_queue_slot = rd_point;
3137 slot->cmplt_queue = queue;
405314df 3138 slot_complete_v2_hw(hisi_hba, slot);
31a9cfa6
JG
3139
3140 act_tmp &= ~(1 << ncq_tag_count);
3141 ncq_tag_count = ffs(act_tmp);
3142 }
3143 } else {
3144 iptt = (complete_hdr->dw1) & CMPLT_HDR_IPTT_MSK;
3145 slot = &hisi_hba->slot_info[iptt];
3146 slot->cmplt_queue_slot = rd_point;
3147 slot->cmplt_queue = queue;
405314df 3148 slot_complete_v2_hw(hisi_hba, slot);
31a9cfa6
JG
3149 }
3150
3151 if (++rd_point >= HISI_SAS_QUEUE_SLOTS)
3152 rd_point = 0;
3153 }
3154
3155 /* update rd_point */
e6c346f3 3156 cq->rd_point = rd_point;
31a9cfa6 3157 hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point);
b1a49412 3158 spin_unlock(&dq->lock);
d177c408
JG
3159}
3160
3161static irqreturn_t cq_interrupt_v2_hw(int irq_no, void *p)
3162{
3163 struct hisi_sas_cq *cq = p;
3164 struct hisi_hba *hisi_hba = cq->hisi_hba;
3165 int queue = cq->id;
3166
3167 hisi_sas_write32(hisi_hba, OQ_INT_SRC, 1 << queue);
3168
3169 tasklet_schedule(&cq->tasklet);
3170
31a9cfa6
JG
3171 return IRQ_HANDLED;
3172}
3173
d43f9cdb
JG
3174static irqreturn_t sata_int_v2_hw(int irq_no, void *p)
3175{
3176 struct hisi_sas_phy *phy = p;
3177 struct hisi_hba *hisi_hba = phy->hisi_hba;
3178 struct asd_sas_phy *sas_phy = &phy->sas_phy;
11b75249 3179 struct device *dev = hisi_hba->dev;
d43f9cdb
JG
3180 struct hisi_sas_initial_fis *initial_fis;
3181 struct dev_to_host_fis *fis;
3182 u32 ent_tmp, ent_msk, ent_int, port_id, link_rate, hard_phy_linkrate;
3183 irqreturn_t res = IRQ_HANDLED;
3184 u8 attached_sas_addr[SAS_ADDR_SIZE] = {0};
11826e5d 3185 int phy_no, offset;
d43f9cdb
JG
3186
3187 phy_no = sas_phy->id;
3188 initial_fis = &hisi_hba->initial_fis[phy_no];
3189 fis = &initial_fis->fis;
3190
11826e5d
JG
3191 offset = 4 * (phy_no / 4);
3192 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK1 + offset);
3193 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1 + offset,
3194 ent_msk | 1 << ((phy_no % 4) * 8));
d43f9cdb 3195
11826e5d
JG
3196 ent_int = hisi_sas_read32(hisi_hba, ENT_INT_SRC1 + offset);
3197 ent_tmp = ent_int & (1 << (ENT_INT_SRC1_D2H_FIS_CH1_OFF *
3198 (phy_no % 4)));
d43f9cdb
JG
3199 ent_int >>= ENT_INT_SRC1_D2H_FIS_CH1_OFF * (phy_no % 4);
3200 if ((ent_int & ENT_INT_SRC1_D2H_FIS_CH0_MSK) == 0) {
3201 dev_warn(dev, "sata int: phy%d did not receive FIS\n", phy_no);
d43f9cdb
JG
3202 res = IRQ_NONE;
3203 goto end;
04708ff4
XC
3204 }
3205
3206 /* check ERR bit of Status Register */
3207 if (fis->status & ATA_ERR) {
3208 dev_warn(dev, "sata int: phy%d FIS status: 0x%x\n", phy_no,
3209 fis->status);
3210 disable_phy_v2_hw(hisi_hba, phy_no);
3211 enable_phy_v2_hw(hisi_hba, phy_no);
3212 res = IRQ_NONE;
3213 goto end;
d43f9cdb
JG
3214 }
3215
3216 if (unlikely(phy_no == 8)) {
3217 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE);
3218
3219 port_id = (port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >>
3220 PORT_STATE_PHY8_PORT_NUM_OFF;
3221 link_rate = (port_state & PORT_STATE_PHY8_CONN_RATE_MSK) >>
3222 PORT_STATE_PHY8_CONN_RATE_OFF;
3223 } else {
3224 port_id = hisi_sas_read32(hisi_hba, PHY_PORT_NUM_MA);
3225 port_id = (port_id >> (4 * phy_no)) & 0xf;
3226 link_rate = hisi_sas_read32(hisi_hba, PHY_CONN_RATE);
3227 link_rate = (link_rate >> (phy_no * 4)) & 0xf;
3228 }
3229
3230 if (port_id == 0xf) {
3231 dev_err(dev, "sata int: phy%d invalid portid\n", phy_no);
3232 res = IRQ_NONE;
3233 goto end;
3234 }
3235
3236 sas_phy->linkrate = link_rate;
3237 hard_phy_linkrate = hisi_sas_phy_read32(hisi_hba, phy_no,
3238 HARD_PHY_LINKRATE);
3239 phy->maximum_linkrate = hard_phy_linkrate & 0xf;
3240 phy->minimum_linkrate = (hard_phy_linkrate >> 4) & 0xf;
3241
3242 sas_phy->oob_mode = SATA_OOB_MODE;
3243 /* Make up some unique SAS address */
3244 attached_sas_addr[0] = 0x50;
3245 attached_sas_addr[7] = phy_no;
3246 memcpy(sas_phy->attached_sas_addr, attached_sas_addr, SAS_ADDR_SIZE);
3247 memcpy(sas_phy->frame_rcvd, fis, sizeof(struct dev_to_host_fis));
3248 dev_info(dev, "sata int phyup: phy%d link_rate=%d\n", phy_no, link_rate);
3249 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
3250 phy->port_id = port_id;
3251 phy->phy_type |= PORT_TYPE_SATA;
3252 phy->phy_attached = 1;
3253 phy->identify.device_type = SAS_SATA_DEV;
3254 phy->frame_rcvd_size = sizeof(struct dev_to_host_fis);
3255 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA;
3256 queue_work(hisi_hba->wq, &phy->phyup_ws);
3257
3258end:
11826e5d
JG
3259 hisi_sas_write32(hisi_hba, ENT_INT_SRC1 + offset, ent_tmp);
3260 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1 + offset, ent_msk);
d43f9cdb
JG
3261
3262 return res;
3263}
3264
7911e66f
JG
3265static irq_handler_t phy_interrupts[HISI_SAS_PHY_INT_NR] = {
3266 int_phy_updown_v2_hw,
d3bf3d84 3267 int_chnl_int_v2_hw,
7911e66f
JG
3268};
3269
d3b688d3
XC
3270static irq_handler_t fatal_interrupts[HISI_SAS_FATAL_INT_NR] = {
3271 fatal_ecc_int_v2_hw,
3272 fatal_axi_int_v2_hw
3273};
3274
7911e66f
JG
3275/**
3276 * There is a limitation in the hip06 chipset that we need
3277 * to map in all mbigen interrupts, even if they are not used.
3278 */
3279static int interrupt_init_v2_hw(struct hisi_hba *hisi_hba)
3280{
11b75249 3281 struct platform_device *pdev = hisi_hba->platform_dev;
7911e66f
JG
3282 struct device *dev = &pdev->dev;
3283 int i, irq, rc, irq_map[128];
3284
3285
3286 for (i = 0; i < 128; i++)
3287 irq_map[i] = platform_get_irq(pdev, i);
3288
3289 for (i = 0; i < HISI_SAS_PHY_INT_NR; i++) {
3290 int idx = i;
3291
3292 irq = irq_map[idx + 1]; /* Phy up/down is irq1 */
3293 if (!irq) {
3294 dev_err(dev, "irq init: fail map phy interrupt %d\n",
3295 idx);
3296 return -ENOENT;
3297 }
3298
3299 rc = devm_request_irq(dev, irq, phy_interrupts[i], 0,
3300 DRV_NAME " phy", hisi_hba);
3301 if (rc) {
3302 dev_err(dev, "irq init: could not request "
3303 "phy interrupt %d, rc=%d\n",
3304 irq, rc);
3305 return -ENOENT;
3306 }
3307 }
3308
d43f9cdb
JG
3309 for (i = 0; i < hisi_hba->n_phy; i++) {
3310 struct hisi_sas_phy *phy = &hisi_hba->phy[i];
3311 int idx = i + 72; /* First SATA interrupt is irq72 */
3312
3313 irq = irq_map[idx];
3314 if (!irq) {
3315 dev_err(dev, "irq init: fail map phy interrupt %d\n",
3316 idx);
3317 return -ENOENT;
3318 }
3319
3320 rc = devm_request_irq(dev, irq, sata_int_v2_hw, 0,
3321 DRV_NAME " sata", phy);
3322 if (rc) {
3323 dev_err(dev, "irq init: could not request "
3324 "sata interrupt %d, rc=%d\n",
3325 irq, rc);
3326 return -ENOENT;
3327 }
3328 }
31a9cfa6 3329
d3b688d3
XC
3330 for (i = 0; i < HISI_SAS_FATAL_INT_NR; i++) {
3331 int idx = i;
3332
3333 irq = irq_map[idx + 81];
3334 if (!irq) {
3335 dev_err(dev, "irq init: fail map fatal interrupt %d\n",
3336 idx);
3337 return -ENOENT;
3338 }
3339
3340 rc = devm_request_irq(dev, irq, fatal_interrupts[i], 0,
3341 DRV_NAME " fatal", hisi_hba);
3342 if (rc) {
3343 dev_err(dev,
3344 "irq init: could not request fatal interrupt %d, rc=%d\n",
3345 irq, rc);
3346 return -ENOENT;
3347 }
3348 }
3349
31a9cfa6
JG
3350 for (i = 0; i < hisi_hba->queue_count; i++) {
3351 int idx = i + 96; /* First cq interrupt is irq96 */
d177c408
JG
3352 struct hisi_sas_cq *cq = &hisi_hba->cq[i];
3353 struct tasklet_struct *t = &cq->tasklet;
31a9cfa6
JG
3354
3355 irq = irq_map[idx];
3356 if (!irq) {
3357 dev_err(dev,
3358 "irq init: could not map cq interrupt %d\n",
3359 idx);
3360 return -ENOENT;
3361 }
3362 rc = devm_request_irq(dev, irq, cq_interrupt_v2_hw, 0,
3363 DRV_NAME " cq", &hisi_hba->cq[i]);
3364 if (rc) {
3365 dev_err(dev,
3366 "irq init: could not request cq interrupt %d, rc=%d\n",
3367 irq, rc);
3368 return -ENOENT;
3369 }
d177c408 3370 tasklet_init(t, cq_tasklet_v2_hw, (unsigned long)cq);
31a9cfa6
JG
3371 }
3372
7911e66f
JG
3373 return 0;
3374}
3375
94eac9e1
JG
3376static int hisi_sas_v2_init(struct hisi_hba *hisi_hba)
3377{
3378 int rc;
3379
32ccba52
XT
3380 memset(hisi_hba->sata_dev_bitmap, 0, sizeof(hisi_hba->sata_dev_bitmap));
3381
94eac9e1
JG
3382 rc = hw_init_v2_hw(hisi_hba);
3383 if (rc)
3384 return rc;
3385
7911e66f
JG
3386 rc = interrupt_init_v2_hw(hisi_hba);
3387 if (rc)
3388 return rc;
3389
94eac9e1
JG
3390 return 0;
3391}
3392
06ec0fb9
XC
3393static void interrupt_disable_v2_hw(struct hisi_hba *hisi_hba)
3394{
11b75249 3395 struct platform_device *pdev = hisi_hba->platform_dev;
06ec0fb9
XC
3396 int i;
3397
3398 for (i = 0; i < hisi_hba->queue_count; i++)
3399 hisi_sas_write32(hisi_hba, OQ0_INT_SRC_MSK + 0x4 * i, 0x1);
3400
3401 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1, 0xffffffff);
3402 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK2, 0xffffffff);
3403 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, 0xffffffff);
3404 hisi_sas_write32(hisi_hba, SAS_ECC_INTR_MSK, 0xffffffff);
3405
3406 for (i = 0; i < hisi_hba->n_phy; i++) {
3407 hisi_sas_phy_write32(hisi_hba, i, CHL_INT1_MSK, 0xffffffff);
3408 hisi_sas_phy_write32(hisi_hba, i, CHL_INT2_MSK, 0xffffffff);
3409 }
3410
3411 for (i = 0; i < 128; i++)
3412 synchronize_irq(platform_get_irq(pdev, i));
3413}
3414
917d3bda
XT
3415
3416static u32 get_phys_state_v2_hw(struct hisi_hba *hisi_hba)
3417{
3418 return hisi_sas_read32(hisi_hba, PHY_STATE);
3419}
3420
06ec0fb9
XC
3421static int soft_reset_v2_hw(struct hisi_hba *hisi_hba)
3422{
11b75249 3423 struct device *dev = hisi_hba->dev;
06ec0fb9 3424 int rc, cnt;
06ec0fb9
XC
3425
3426 interrupt_disable_v2_hw(hisi_hba);
3427 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, 0x0);
3428
3429 stop_phys_v2_hw(hisi_hba);
3430
3431 mdelay(10);
3432
3433 hisi_sas_write32(hisi_hba, AXI_MASTER_CFG_BASE + AM_CTRL_GLOBAL, 0x1);
3434
3435 /* wait until bus idle */
3436 cnt = 0;
3437 while (1) {
3438 u32 status = hisi_sas_read32_relaxed(hisi_hba,
3439 AXI_MASTER_CFG_BASE + AM_CURR_TRANS_RETURN);
3440
3441 if (status == 0x3)
3442 break;
3443
3444 udelay(10);
3445 if (cnt++ > 10) {
3446 dev_info(dev, "wait axi bus state to idle timeout!\n");
3447 return -1;
3448 }
3449 }
3450
3451 hisi_sas_init_mem(hisi_hba);
3452
3453 rc = hw_init_v2_hw(hisi_hba);
3454 if (rc)
3455 return rc;
3456
c7b9d369
XT
3457 phys_reject_stp_links_v2_hw(hisi_hba);
3458
06ec0fb9
XC
3459 return 0;
3460}
3461
3417ba8a 3462static const struct hisi_sas_hw hisi_sas_v2_hw = {
94eac9e1 3463 .hw_init = hisi_sas_v2_init,
85b2c3c0 3464 .setup_itct = setup_itct_v2_hw,
330fa7f3 3465 .slot_index_alloc = slot_index_alloc_quirk_v2_hw,
b2bdaf2b 3466 .alloc_dev = alloc_dev_quirk_v2_hw,
7911e66f 3467 .sl_notify = sl_notify_v2_hw,
5473c060 3468 .get_wideport_bitmap = get_wideport_bitmap_v2_hw,
85b2c3c0 3469 .free_device = free_device_v2_hw,
c2d89392 3470 .prep_smp = prep_smp_v2_hw,
8c36e31d 3471 .prep_ssp = prep_ssp_v2_hw,
6f2ff1a1 3472 .prep_stp = prep_ata_v2_hw,
a3e665d9 3473 .prep_abort = prep_abort_v2_hw,
8c36e31d
JG
3474 .get_free_slot = get_free_slot_v2_hw,
3475 .start_delivery = start_delivery_v2_hw,
31a9cfa6 3476 .slot_complete = slot_complete_v2_hw,
396b8044 3477 .phys_init = phys_init_v2_hw,
63fb11b8
JG
3478 .phy_enable = enable_phy_v2_hw,
3479 .phy_disable = disable_phy_v2_hw,
3480 .phy_hard_reset = phy_hard_reset_v2_hw,
c52108c6 3481 .get_events = phy_get_events_v2_hw,
2ae75787
XC
3482 .phy_set_linkrate = phy_set_linkrate_v2_hw,
3483 .phy_get_max_linkrate = phy_get_max_linkrate_v2_hw,
94eac9e1
JG
3484 .max_command_entries = HISI_SAS_COMMAND_ENTRIES_V2_HW,
3485 .complete_hdr_size = sizeof(struct hisi_sas_complete_v2_hdr),
06ec0fb9 3486 .soft_reset = soft_reset_v2_hw,
917d3bda 3487 .get_phys_state = get_phys_state_v2_hw,
3417ba8a
JG
3488};
3489
3490static int hisi_sas_v2_probe(struct platform_device *pdev)
3491{
26f3ba96
JG
3492 /*
3493 * Check if we should defer the probe before we probe the
3494 * upper layer, as it's hard to defer later on.
3495 */
3496 int ret = platform_get_irq(pdev, 0);
3497
3498 if (ret < 0) {
3499 if (ret != -EPROBE_DEFER)
3500 dev_err(&pdev->dev, "cannot obtain irq\n");
3501 return ret;
3502 }
3503
3417ba8a
JG
3504 return hisi_sas_probe(pdev, &hisi_sas_v2_hw);
3505}
3506
3507static int hisi_sas_v2_remove(struct platform_device *pdev)
3508{
f2f89c32
XC
3509 struct sas_ha_struct *sha = platform_get_drvdata(pdev);
3510 struct hisi_hba *hisi_hba = sha->lldd_ha;
3511
3512 if (timer_pending(&hisi_hba->timer))
3513 del_timer(&hisi_hba->timer);
3514
3417ba8a
JG
3515 return hisi_sas_remove(pdev);
3516}
3517
3518static const struct of_device_id sas_v2_of_match[] = {
3519 { .compatible = "hisilicon,hip06-sas-v2",},
039ae102 3520 { .compatible = "hisilicon,hip07-sas-v2",},
3417ba8a
JG
3521 {},
3522};
3523MODULE_DEVICE_TABLE(of, sas_v2_of_match);
3524
50408712
JG
3525static const struct acpi_device_id sas_v2_acpi_match[] = {
3526 { "HISI0162", 0 },
3527 { }
3528};
3529
3530MODULE_DEVICE_TABLE(acpi, sas_v2_acpi_match);
3531
3417ba8a
JG
3532static struct platform_driver hisi_sas_v2_driver = {
3533 .probe = hisi_sas_v2_probe,
3534 .remove = hisi_sas_v2_remove,
3535 .driver = {
3536 .name = DRV_NAME,
3537 .of_match_table = sas_v2_of_match,
50408712 3538 .acpi_match_table = ACPI_PTR(sas_v2_acpi_match),
3417ba8a
JG
3539 },
3540};
3541
3542module_platform_driver(hisi_sas_v2_driver);
3543
3544MODULE_LICENSE("GPL");
3545MODULE_AUTHOR("John Garry <john.garry@huawei.com>");
3546MODULE_DESCRIPTION("HISILICON SAS controller v2 hw driver");
3547MODULE_ALIAS("platform:" DRV_NAME);