pm8001_hwi.h 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. /*
  2. * PMC-Sierra SPC 8001 SAS/SATA based host adapters driver
  3. *
  4. * Copyright (c) 2008-2009 USI Co., Ltd.
  5. * All rights reserved.
  6. *
  7. * Redistribution and use in source and binary forms, with or without
  8. * modification, are permitted provided that the following conditions
  9. * are met:
  10. * 1. Redistributions of source code must retain the above copyright
  11. * notice, this list of conditions, and the following disclaimer,
  12. * without modification.
  13. * 2. Redistributions in binary form must reproduce at minimum a disclaimer
  14. * substantially similar to the "NO WARRANTY" disclaimer below
  15. * ("Disclaimer") and any redistribution must be conditioned upon
  16. * including a substantially similar Disclaimer requirement for further
  17. * binary redistribution.
  18. * 3. Neither the names of the above-listed copyright holders nor the names
  19. * of any contributors may be used to endorse or promote products derived
  20. * from this software without specific prior written permission.
  21. *
  22. * Alternatively, this software may be distributed under the terms of the
  23. * GNU General Public License ("GPL") version 2 as published by the Free
  24. * Software Foundation.
  25. *
  26. * NO WARRANTY
  27. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  28. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  29. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
  30. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  31. * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  32. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  33. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  34. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  35. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  36. * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  37. * POSSIBILITY OF SUCH DAMAGES.
  38. *
  39. */
  40. #ifndef _PMC8001_REG_H_
  41. #define _PMC8001_REG_H_
  42. #include <linux/types.h>
  43. #include <scsi/libsas.h>
  44. /* for Request Opcode of IOMB */
  45. #define OPC_INB_ECHO 1 /* 0x000 */
  46. #define OPC_INB_PHYSTART 4 /* 0x004 */
  47. #define OPC_INB_PHYSTOP 5 /* 0x005 */
  48. #define OPC_INB_SSPINIIOSTART 6 /* 0x006 */
  49. #define OPC_INB_SSPINITMSTART 7 /* 0x007 */
  50. #define OPC_INB_SSPINIEXTIOSTART 8 /* 0x008 */
  51. #define OPC_INB_DEV_HANDLE_ACCEPT 9 /* 0x009 */
  52. #define OPC_INB_SSPTGTIOSTART 10 /* 0x00A */
  53. #define OPC_INB_SSPTGTRSPSTART 11 /* 0x00B */
  54. #define OPC_INB_SSPINIEDCIOSTART 12 /* 0x00C */
  55. #define OPC_INB_SSPINIEXTEDCIOSTART 13 /* 0x00D */
  56. #define OPC_INB_SSPTGTEDCIOSTART 14 /* 0x00E */
  57. #define OPC_INB_SSP_ABORT 15 /* 0x00F */
  58. #define OPC_INB_DEREG_DEV_HANDLE 16 /* 0x010 */
  59. #define OPC_INB_GET_DEV_HANDLE 17 /* 0x011 */
  60. #define OPC_INB_SMP_REQUEST 18 /* 0x012 */
  61. /* SMP_RESPONSE is removed */
  62. #define OPC_INB_SMP_RESPONSE 19 /* 0x013 */
  63. #define OPC_INB_SMP_ABORT 20 /* 0x014 */
  64. #define OPC_INB_REG_DEV 22 /* 0x016 */
  65. #define OPC_INB_SATA_HOST_OPSTART 23 /* 0x017 */
  66. #define OPC_INB_SATA_ABORT 24 /* 0x018 */
  67. #define OPC_INB_LOCAL_PHY_CONTROL 25 /* 0x019 */
  68. #define OPC_INB_GET_DEV_INFO 26 /* 0x01A */
  69. #define OPC_INB_FW_FLASH_UPDATE 32 /* 0x020 */
  70. #define OPC_INB_GPIO 34 /* 0x022 */
  71. #define OPC_INB_SAS_DIAG_MODE_START_END 35 /* 0x023 */
  72. #define OPC_INB_SAS_DIAG_EXECUTE 36 /* 0x024 */
  73. #define OPC_INB_SAS_HW_EVENT_ACK 37 /* 0x025 */
  74. #define OPC_INB_GET_TIME_STAMP 38 /* 0x026 */
  75. #define OPC_INB_PORT_CONTROL 39 /* 0x027 */
  76. #define OPC_INB_GET_NVMD_DATA 40 /* 0x028 */
  77. #define OPC_INB_SET_NVMD_DATA 41 /* 0x029 */
  78. #define OPC_INB_SET_DEVICE_STATE 42 /* 0x02A */
  79. #define OPC_INB_GET_DEVICE_STATE 43 /* 0x02B */
  80. #define OPC_INB_SET_DEV_INFO 44 /* 0x02C */
  81. #define OPC_INB_SAS_RE_INITIALIZE 45 /* 0x02D */
  82. /* for Response Opcode of IOMB */
  83. #define OPC_OUB_ECHO 1 /* 0x001 */
  84. #define OPC_OUB_HW_EVENT 4 /* 0x004 */
  85. #define OPC_OUB_SSP_COMP 5 /* 0x005 */
  86. #define OPC_OUB_SMP_COMP 6 /* 0x006 */
  87. #define OPC_OUB_LOCAL_PHY_CNTRL 7 /* 0x007 */
  88. #define OPC_OUB_DEV_REGIST 10 /* 0x00A */
  89. #define OPC_OUB_DEREG_DEV 11 /* 0x00B */
  90. #define OPC_OUB_GET_DEV_HANDLE 12 /* 0x00C */
  91. #define OPC_OUB_SATA_COMP 13 /* 0x00D */
  92. #define OPC_OUB_SATA_EVENT 14 /* 0x00E */
  93. #define OPC_OUB_SSP_EVENT 15 /* 0x00F */
  94. #define OPC_OUB_DEV_HANDLE_ARRIV 16 /* 0x010 */
  95. /* SMP_RECEIVED Notification is removed */
  96. #define OPC_OUB_SMP_RECV_EVENT 17 /* 0x011 */
  97. #define OPC_OUB_SSP_RECV_EVENT 18 /* 0x012 */
  98. #define OPC_OUB_DEV_INFO 19 /* 0x013 */
  99. #define OPC_OUB_FW_FLASH_UPDATE 20 /* 0x014 */
  100. #define OPC_OUB_GPIO_RESPONSE 22 /* 0x016 */
  101. #define OPC_OUB_GPIO_EVENT 23 /* 0x017 */
  102. #define OPC_OUB_GENERAL_EVENT 24 /* 0x018 */
  103. #define OPC_OUB_SSP_ABORT_RSP 26 /* 0x01A */
  104. #define OPC_OUB_SATA_ABORT_RSP 27 /* 0x01B */
  105. #define OPC_OUB_SAS_DIAG_MODE_START_END 28 /* 0x01C */
  106. #define OPC_OUB_SAS_DIAG_EXECUTE 29 /* 0x01D */
  107. #define OPC_OUB_GET_TIME_STAMP 30 /* 0x01E */
  108. #define OPC_OUB_SAS_HW_EVENT_ACK 31 /* 0x01F */
  109. #define OPC_OUB_PORT_CONTROL 32 /* 0x020 */
  110. #define OPC_OUB_SKIP_ENTRY 33 /* 0x021 */
  111. #define OPC_OUB_SMP_ABORT_RSP 34 /* 0x022 */
  112. #define OPC_OUB_GET_NVMD_DATA 35 /* 0x023 */
  113. #define OPC_OUB_SET_NVMD_DATA 36 /* 0x024 */
  114. #define OPC_OUB_DEVICE_HANDLE_REMOVAL 37 /* 0x025 */
  115. #define OPC_OUB_SET_DEVICE_STATE 38 /* 0x026 */
  116. #define OPC_OUB_GET_DEVICE_STATE 39 /* 0x027 */
  117. #define OPC_OUB_SET_DEV_INFO 40 /* 0x028 */
  118. #define OPC_OUB_SAS_RE_INITIALIZE 41 /* 0x029 */
  119. /* for phy start*/
  120. #define SPINHOLD_DISABLE (0x00 << 14)
  121. #define SPINHOLD_ENABLE (0x01 << 14)
  122. #define LINKMODE_SAS (0x01 << 12)
  123. #define LINKMODE_DSATA (0x02 << 12)
  124. #define LINKMODE_AUTO (0x03 << 12)
  125. #define LINKRATE_15 (0x01 << 8)
  126. #define LINKRATE_30 (0x02 << 8)
  127. #define LINKRATE_60 (0x04 << 8)
  128. struct mpi_msg_hdr{
  129. __le32 header; /* Bits [11:0] - Message operation code */
  130. /* Bits [15:12] - Message Category */
  131. /* Bits [21:16] - Outboundqueue ID for the
  132. operation completion message */
  133. /* Bits [23:22] - Reserved */
  134. /* Bits [28:24] - Buffer Count, indicates how
  135. many buffer are allocated for the massage */
  136. /* Bits [30:29] - Reserved */
  137. /* Bits [31] - Message Valid bit */
  138. } __attribute__((packed, aligned(4)));
  139. /*
  140. * brief the data structure of PHY Start Command
  141. * use to describe enable the phy (64 bytes)
  142. */
  143. struct phy_start_req {
  144. __le32 tag;
  145. __le32 ase_sh_lm_slr_phyid;
  146. struct sas_identify_frame sas_identify;
  147. u32 reserved[5];
  148. } __attribute__((packed, aligned(4)));
  149. /*
  150. * brief the data structure of PHY Start Command
  151. * use to disable the phy (64 bytes)
  152. */
  153. struct phy_stop_req {
  154. __le32 tag;
  155. __le32 phy_id;
  156. u32 reserved[13];
  157. } __attribute__((packed, aligned(4)));
  158. /* set device bits fis - device to host */
  159. struct set_dev_bits_fis {
  160. u8 fis_type; /* 0xA1*/
  161. u8 n_i_pmport;
  162. /* b7 : n Bit. Notification bit. If set device needs attention. */
  163. /* b6 : i Bit. Interrupt Bit */
  164. /* b5-b4: reserved2 */
  165. /* b3-b0: PM Port */
  166. u8 status;
  167. u8 error;
  168. u32 _r_a;
  169. } __attribute__ ((packed));
  170. /* PIO setup FIS - device to host */
  171. struct pio_setup_fis {
  172. u8 fis_type; /* 0x5f */
  173. u8 i_d_pmPort;
  174. /* b7 : reserved */
  175. /* b6 : i bit. Interrupt bit */
  176. /* b5 : d bit. data transfer direction. set to 1 for device to host
  177. xfer */
  178. /* b4 : reserved */
  179. /* b3-b0: PM Port */
  180. u8 status;
  181. u8 error;
  182. u8 lbal;
  183. u8 lbam;
  184. u8 lbah;
  185. u8 device;
  186. u8 lbal_exp;
  187. u8 lbam_exp;
  188. u8 lbah_exp;
  189. u8 _r_a;
  190. u8 sector_count;
  191. u8 sector_count_exp;
  192. u8 _r_b;
  193. u8 e_status;
  194. u8 _r_c[2];
  195. u8 transfer_count;
  196. } __attribute__ ((packed));
  197. /*
  198. * brief the data structure of SATA Completion Response
  199. * use to describe the sata task response (64 bytes)
  200. */
  201. struct sata_completion_resp {
  202. __le32 tag;
  203. __le32 status;
  204. __le32 param;
  205. u32 sata_resp[12];
  206. } __attribute__((packed, aligned(4)));
  207. /*
  208. * brief the data structure of SAS HW Event Notification
  209. * use to alert the host about the hardware event(64 bytes)
  210. */
  211. struct hw_event_resp {
  212. __le32 lr_evt_status_phyid_portid;
  213. __le32 evt_param;
  214. __le32 npip_portstate;
  215. struct sas_identify_frame sas_identify;
  216. struct dev_to_host_fis sata_fis;
  217. } __attribute__((packed, aligned(4)));
  218. /*
  219. * brief the data structure of REGISTER DEVICE Command
  220. * use to describe MPI REGISTER DEVICE Command (64 bytes)
  221. */
  222. struct reg_dev_req {
  223. __le32 tag;
  224. __le32 phyid_portid;
  225. __le32 dtype_dlr_retry;
  226. __le32 firstburstsize_ITNexustimeout;
  227. u8 sas_addr[SAS_ADDR_SIZE];
  228. __le32 upper_device_id;
  229. u32 reserved[8];
  230. } __attribute__((packed, aligned(4)));
  231. /*
  232. * brief the data structure of DEREGISTER DEVICE Command
  233. * use to request spc to remove all internal resources associated
  234. * with the device id (64 bytes)
  235. */
  236. struct dereg_dev_req {
  237. __le32 tag;
  238. __le32 device_id;
  239. u32 reserved[13];
  240. } __attribute__((packed, aligned(4)));
  241. /*
  242. * brief the data structure of DEVICE_REGISTRATION Response
  243. * use to notify the completion of the device registration (64 bytes)
  244. */
  245. struct dev_reg_resp {
  246. __le32 tag;
  247. __le32 status;
  248. __le32 device_id;
  249. u32 reserved[12];
  250. } __attribute__((packed, aligned(4)));
  251. /*
  252. * brief the data structure of Local PHY Control Command
  253. * use to issue PHY CONTROL to local phy (64 bytes)
  254. */
  255. struct local_phy_ctl_req {
  256. __le32 tag;
  257. __le32 phyop_phyid;
  258. u32 reserved1[13];
  259. } __attribute__((packed, aligned(4)));
  260. /**
  261. * brief the data structure of Local Phy Control Response
  262. * use to describe MPI Local Phy Control Response (64 bytes)
  263. */
  264. struct local_phy_ctl_resp {
  265. __le32 tag;
  266. __le32 phyop_phyid;
  267. __le32 status;
  268. u32 reserved[12];
  269. } __attribute__((packed, aligned(4)));
  270. #define OP_BITS 0x0000FF00
  271. #define ID_BITS 0x0000000F
  272. /*
  273. * brief the data structure of PORT Control Command
  274. * use to control port properties (64 bytes)
  275. */
  276. struct port_ctl_req {
  277. __le32 tag;
  278. __le32 portop_portid;
  279. __le32 param0;
  280. __le32 param1;
  281. u32 reserved1[11];
  282. } __attribute__((packed, aligned(4)));
  283. /*
  284. * brief the data structure of HW Event Ack Command
  285. * use to acknowledge receive HW event (64 bytes)
  286. */
  287. struct hw_event_ack_req {
  288. __le32 tag;
  289. __le32 sea_phyid_portid;
  290. __le32 param0;
  291. __le32 param1;
  292. u32 reserved1[11];
  293. } __attribute__((packed, aligned(4)));
  294. /*
  295. * brief the data structure of SSP Completion Response
  296. * use to indicate a SSP Completion (n bytes)
  297. */
  298. struct ssp_completion_resp {
  299. __le32 tag;
  300. __le32 status;
  301. __le32 param;
  302. __le32 ssptag_rescv_rescpad;
  303. struct ssp_response_iu ssp_resp_iu;
  304. __le32 residual_count;
  305. } __attribute__((packed, aligned(4)));
  306. #define SSP_RESCV_BIT 0x00010000
  307. /*
  308. * brief the data structure of SATA EVNET esponse
  309. * use to indicate a SATA Completion (64 bytes)
  310. */
  311. struct sata_event_resp {
  312. __le32 tag;
  313. __le32 event;
  314. __le32 port_id;
  315. __le32 device_id;
  316. u32 reserved[11];
  317. } __attribute__((packed, aligned(4)));
  318. /*
  319. * brief the data structure of SSP EVNET esponse
  320. * use to indicate a SSP Completion (64 bytes)
  321. */
  322. struct ssp_event_resp {
  323. __le32 tag;
  324. __le32 event;
  325. __le32 port_id;
  326. __le32 device_id;
  327. u32 reserved[11];
  328. } __attribute__((packed, aligned(4)));
  329. /**
  330. * brief the data structure of General Event Notification Response
  331. * use to describe MPI General Event Notification Response (64 bytes)
  332. */
  333. struct general_event_resp {
  334. __le32 status;
  335. __le32 inb_IOMB_payload[14];
  336. } __attribute__((packed, aligned(4)));
  337. #define GENERAL_EVENT_PAYLOAD 14
  338. #define OPCODE_BITS 0x00000fff
  339. /*
  340. * brief the data structure of SMP Request Command
  341. * use to describe MPI SMP REQUEST Command (64 bytes)
  342. */
  343. struct smp_req {
  344. __le32 tag;
  345. __le32 device_id;
  346. __le32 len_ip_ir;
  347. /* Bits [0] - Indirect response */
  348. /* Bits [1] - Indirect Payload */
  349. /* Bits [15:2] - Reserved */
  350. /* Bits [23:16] - direct payload Len */
  351. /* Bits [31:24] - Reserved */
  352. u8 smp_req16[16];
  353. union {
  354. u8 smp_req[32];
  355. struct {
  356. __le64 long_req_addr;/* sg dma address, LE */
  357. __le32 long_req_size;/* LE */
  358. u32 _r_a;
  359. __le64 long_resp_addr;/* sg dma address, LE */
  360. __le32 long_resp_size;/* LE */
  361. u32 _r_b;
  362. } long_smp_req;/* sequencer extension */
  363. };
  364. } __attribute__((packed, aligned(4)));
  365. /*
  366. * brief the data structure of SMP Completion Response
  367. * use to describe MPI SMP Completion Response (64 bytes)
  368. */
  369. struct smp_completion_resp {
  370. __le32 tag;
  371. __le32 status;
  372. __le32 param;
  373. __le32 _r_a[12];
  374. } __attribute__((packed, aligned(4)));
  375. /*
  376. *brief the data structure of SSP SMP SATA Abort Command
  377. * use to describe MPI SSP SMP & SATA Abort Command (64 bytes)
  378. */
  379. struct task_abort_req {
  380. __le32 tag;
  381. __le32 device_id;
  382. __le32 tag_to_abort;
  383. __le32 abort_all;
  384. u32 reserved[11];
  385. } __attribute__((packed, aligned(4)));
  386. /* These flags used for SSP SMP & SATA Abort */
  387. #define ABORT_MASK 0x3
  388. #define ABORT_SINGLE 0x0
  389. #define ABORT_ALL 0x1
  390. /**
  391. * brief the data structure of SSP SATA SMP Abort Response
  392. * use to describe SSP SMP & SATA Abort Response ( 64 bytes)
  393. */
  394. struct task_abort_resp {
  395. __le32 tag;
  396. __le32 status;
  397. __le32 scp;
  398. u32 reserved[12];
  399. } __attribute__((packed, aligned(4)));
  400. /**
  401. * brief the data structure of SAS Diagnostic Start/End Command
  402. * use to describe MPI SAS Diagnostic Start/End Command (64 bytes)
  403. */
  404. struct sas_diag_start_end_req {
  405. __le32 tag;
  406. __le32 operation_phyid;
  407. u32 reserved[13];
  408. } __attribute__((packed, aligned(4)));
  409. /**
  410. * brief the data structure of SAS Diagnostic Execute Command
  411. * use to describe MPI SAS Diagnostic Execute Command (64 bytes)
  412. */
  413. struct sas_diag_execute_req{
  414. __le32 tag;
  415. __le32 cmdtype_cmddesc_phyid;
  416. __le32 pat1_pat2;
  417. __le32 threshold;
  418. __le32 codepat_errmsk;
  419. __le32 pmon;
  420. __le32 pERF1CTL;
  421. u32 reserved[8];
  422. } __attribute__((packed, aligned(4)));
  423. #define SAS_DIAG_PARAM_BYTES 24
  424. /*
  425. * brief the data structure of Set Device State Command
  426. * use to describe MPI Set Device State Command (64 bytes)
  427. */
  428. struct set_dev_state_req {
  429. __le32 tag;
  430. __le32 device_id;
  431. __le32 nds;
  432. u32 reserved[12];
  433. } __attribute__((packed, aligned(4)));
  434. /*
  435. * brief the data structure of sas_re_initialization
  436. */
  437. struct sas_re_initialization_req {
  438. __le32 tag;
  439. __le32 SSAHOLT;/* bit29-set max port;
  440. ** bit28-set open reject cmd retries.
  441. ** bit27-set open reject data retries.
  442. ** bit26-set open reject option, remap:1 or not:0.
  443. ** bit25-set sata head of line time out.
  444. */
  445. __le32 reserved_maxPorts;
  446. __le32 open_reject_cmdretries_data_retries;/* cmd retries: 31-bit16;
  447. * data retries: bit15-bit0.
  448. */
  449. __le32 sata_hol_tmo;
  450. u32 reserved1[10];
  451. } __attribute__((packed, aligned(4)));
  452. /*
  453. * brief the data structure of SATA Start Command
  454. * use to describe MPI SATA IO Start Command (64 bytes)
  455. */
  456. struct sata_start_req {
  457. __le32 tag;
  458. __le32 device_id;
  459. __le32 data_len;
  460. __le32 ncqtag_atap_dir_m;
  461. struct host_to_dev_fis sata_fis;
  462. u32 reserved1;
  463. u32 reserved2;
  464. u32 addr_low;
  465. u32 addr_high;
  466. __le32 len;
  467. __le32 esgl;
  468. } __attribute__((packed, aligned(4)));
  469. /**
  470. * brief the data structure of SSP INI TM Start Command
  471. * use to describe MPI SSP INI TM Start Command (64 bytes)
  472. */
  473. struct ssp_ini_tm_start_req {
  474. __le32 tag;
  475. __le32 device_id;
  476. __le32 relate_tag;
  477. __le32 tmf;
  478. u8 lun[8];
  479. __le32 ds_ads_m;
  480. u32 reserved[8];
  481. } __attribute__((packed, aligned(4)));
  482. struct ssp_info_unit {
  483. u8 lun[8];/* SCSI Logical Unit Number */
  484. u8 reserved1;/* reserved */
  485. u8 efb_prio_attr;
  486. /* B7 : enabledFirstBurst */
  487. /* B6-3 : taskPriority */
  488. /* B2-0 : taskAttribute */
  489. u8 reserved2; /* reserved */
  490. u8 additional_cdb_len;
  491. /* B7-2 : additional_cdb_len */
  492. /* B1-0 : reserved */
  493. u8 cdb[16];/* The SCSI CDB up to 16 bytes length */
  494. } __attribute__((packed, aligned(4)));
  495. /**
  496. * brief the data structure of SSP INI IO Start Command
  497. * use to describe MPI SSP INI IO Start Command (64 bytes)
  498. */
  499. struct ssp_ini_io_start_req {
  500. __le32 tag;
  501. __le32 device_id;
  502. __le32 data_len;
  503. __le32 dir_m_tlr;
  504. struct ssp_info_unit ssp_iu;
  505. __le32 addr_low;
  506. __le32 addr_high;
  507. __le32 len;
  508. __le32 esgl;
  509. } __attribute__((packed, aligned(4)));
  510. /**
  511. * brief the data structure of Firmware download
  512. * use to describe MPI FW DOWNLOAD Command (64 bytes)
  513. */
  514. struct fw_flash_Update_req {
  515. __le32 tag;
  516. __le32 cur_image_offset;
  517. __le32 cur_image_len;
  518. __le32 total_image_len;
  519. u32 reserved0[7];
  520. __le32 sgl_addr_lo;
  521. __le32 sgl_addr_hi;
  522. __le32 len;
  523. __le32 ext_reserved;
  524. } __attribute__((packed, aligned(4)));
  525. #define FWFLASH_IOMB_RESERVED_LEN 0x07
  526. /**
  527. * brief the data structure of FW_FLASH_UPDATE Response
  528. * use to describe MPI FW_FLASH_UPDATE Response (64 bytes)
  529. *
  530. */
  531. struct fw_flash_Update_resp {
  532. dma_addr_t tag;
  533. __le32 status;
  534. u32 reserved[13];
  535. } __attribute__((packed, aligned(4)));
  536. /**
  537. * brief the data structure of Get NVM Data Command
  538. * use to get data from NVM in HBA(64 bytes)
  539. */
  540. struct get_nvm_data_req {
  541. __le32 tag;
  542. __le32 len_ir_vpdd;
  543. __le32 vpd_offset;
  544. u32 reserved[8];
  545. __le32 resp_addr_lo;
  546. __le32 resp_addr_hi;
  547. __le32 resp_len;
  548. u32 reserved1;
  549. } __attribute__((packed, aligned(4)));
  550. struct set_nvm_data_req {
  551. __le32 tag;
  552. __le32 len_ir_vpdd;
  553. __le32 vpd_offset;
  554. __le32 reserved[8];
  555. __le32 resp_addr_lo;
  556. __le32 resp_addr_hi;
  557. __le32 resp_len;
  558. u32 reserved1;
  559. } __attribute__((packed, aligned(4)));
  560. #define TWI_DEVICE 0x0
  561. #define C_SEEPROM 0x1
  562. #define VPD_FLASH 0x4
  563. #define AAP1_RDUMP 0x5
  564. #define IOP_RDUMP 0x6
  565. #define EXPAN_ROM 0x7
  566. #define IPMode 0x80000000
  567. #define NVMD_TYPE 0x0000000F
  568. #define NVMD_STAT 0x0000FFFF
  569. #define NVMD_LEN 0xFF000000
  570. /**
  571. * brief the data structure of Get NVMD Data Response
  572. * use to describe MPI Get NVMD Data Response (64 bytes)
  573. */
  574. struct get_nvm_data_resp {
  575. __le32 tag;
  576. __le32 ir_tda_bn_dps_das_nvm;
  577. __le32 dlen_status;
  578. __le32 nvm_data[12];
  579. } __attribute__((packed, aligned(4)));
  580. /**
  581. * brief the data structure of SAS Diagnostic Start/End Response
  582. * use to describe MPI SAS Diagnostic Start/End Response (64 bytes)
  583. *
  584. */
  585. struct sas_diag_start_end_resp {
  586. __le32 tag;
  587. __le32 status;
  588. u32 reserved[13];
  589. } __attribute__((packed, aligned(4)));
  590. /**
  591. * brief the data structure of SAS Diagnostic Execute Response
  592. * use to describe MPI SAS Diagnostic Execute Response (64 bytes)
  593. *
  594. */
  595. struct sas_diag_execute_resp {
  596. __le32 tag;
  597. __le32 cmdtype_cmddesc_phyid;
  598. __le32 Status;
  599. __le32 ReportData;
  600. u32 reserved[11];
  601. } __attribute__((packed, aligned(4)));
  602. /**
  603. * brief the data structure of Set Device State Response
  604. * use to describe MPI Set Device State Response (64 bytes)
  605. *
  606. */
  607. struct set_dev_state_resp {
  608. __le32 tag;
  609. __le32 status;
  610. __le32 device_id;
  611. __le32 pds_nds;
  612. u32 reserved[11];
  613. } __attribute__((packed, aligned(4)));
  614. #define NDS_BITS 0x0F
  615. #define PDS_BITS 0xF0
  616. /*
  617. * HW Events type
  618. */
  619. #define HW_EVENT_RESET_START 0x01
  620. #define HW_EVENT_CHIP_RESET_COMPLETE 0x02
  621. #define HW_EVENT_PHY_STOP_STATUS 0x03
  622. #define HW_EVENT_SAS_PHY_UP 0x04
  623. #define HW_EVENT_SATA_PHY_UP 0x05
  624. #define HW_EVENT_SATA_SPINUP_HOLD 0x06
  625. #define HW_EVENT_PHY_DOWN 0x07
  626. #define HW_EVENT_PORT_INVALID 0x08
  627. #define HW_EVENT_BROADCAST_CHANGE 0x09
  628. #define HW_EVENT_PHY_ERROR 0x0A
  629. #define HW_EVENT_BROADCAST_SES 0x0B
  630. #define HW_EVENT_INBOUND_CRC_ERROR 0x0C
  631. #define HW_EVENT_HARD_RESET_RECEIVED 0x0D
  632. #define HW_EVENT_MALFUNCTION 0x0E
  633. #define HW_EVENT_ID_FRAME_TIMEOUT 0x0F
  634. #define HW_EVENT_BROADCAST_EXP 0x10
  635. #define HW_EVENT_PHY_START_STATUS 0x11
  636. #define HW_EVENT_LINK_ERR_INVALID_DWORD 0x12
  637. #define HW_EVENT_LINK_ERR_DISPARITY_ERROR 0x13
  638. #define HW_EVENT_LINK_ERR_CODE_VIOLATION 0x14
  639. #define HW_EVENT_LINK_ERR_LOSS_OF_DWORD_SYNCH 0x15
  640. #define HW_EVENT_LINK_ERR_PHY_RESET_FAILED 0x16
  641. #define HW_EVENT_PORT_RECOVERY_TIMER_TMO 0x17
  642. #define HW_EVENT_PORT_RECOVER 0x18
  643. #define HW_EVENT_PORT_RESET_TIMER_TMO 0x19
  644. #define HW_EVENT_PORT_RESET_COMPLETE 0x20
  645. #define EVENT_BROADCAST_ASYNCH_EVENT 0x21
  646. /* port state */
  647. #define PORT_NOT_ESTABLISHED 0x00
  648. #define PORT_VALID 0x01
  649. #define PORT_LOSTCOMM 0x02
  650. #define PORT_IN_RESET 0x04
  651. #define PORT_INVALID 0x08
  652. /*
  653. * SSP/SMP/SATA IO Completion Status values
  654. */
  655. #define IO_SUCCESS 0x00
  656. #define IO_ABORTED 0x01
  657. #define IO_OVERFLOW 0x02
  658. #define IO_UNDERFLOW 0x03
  659. #define IO_FAILED 0x04
  660. #define IO_ABORT_RESET 0x05
  661. #define IO_NOT_VALID 0x06
  662. #define IO_NO_DEVICE 0x07
  663. #define IO_ILLEGAL_PARAMETER 0x08
  664. #define IO_LINK_FAILURE 0x09
  665. #define IO_PROG_ERROR 0x0A
  666. #define IO_EDC_IN_ERROR 0x0B
  667. #define IO_EDC_OUT_ERROR 0x0C
  668. #define IO_ERROR_HW_TIMEOUT 0x0D
  669. #define IO_XFER_ERROR_BREAK 0x0E
  670. #define IO_XFER_ERROR_PHY_NOT_READY 0x0F
  671. #define IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED 0x10
  672. #define IO_OPEN_CNX_ERROR_ZONE_VIOLATION 0x11
  673. #define IO_OPEN_CNX_ERROR_BREAK 0x12
  674. #define IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS 0x13
  675. #define IO_OPEN_CNX_ERROR_BAD_DESTINATION 0x14
  676. #define IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED 0x15
  677. #define IO_OPEN_CNX_ERROR_STP_RESOURCES_BUSY 0x16
  678. #define IO_OPEN_CNX_ERROR_WRONG_DESTINATION 0x17
  679. #define IO_OPEN_CNX_ERROR_UNKNOWN_ERROR 0x18
  680. #define IO_XFER_ERROR_NAK_RECEIVED 0x19
  681. #define IO_XFER_ERROR_ACK_NAK_TIMEOUT 0x1A
  682. #define IO_XFER_ERROR_PEER_ABORTED 0x1B
  683. #define IO_XFER_ERROR_RX_FRAME 0x1C
  684. #define IO_XFER_ERROR_DMA 0x1D
  685. #define IO_XFER_ERROR_CREDIT_TIMEOUT 0x1E
  686. #define IO_XFER_ERROR_SATA_LINK_TIMEOUT 0x1F
  687. #define IO_XFER_ERROR_SATA 0x20
  688. #define IO_XFER_ERROR_ABORTED_DUE_TO_SRST 0x22
  689. #define IO_XFER_ERROR_REJECTED_NCQ_MODE 0x21
  690. #define IO_XFER_ERROR_ABORTED_NCQ_MODE 0x23
  691. #define IO_XFER_OPEN_RETRY_TIMEOUT 0x24
  692. #define IO_XFER_SMP_RESP_CONNECTION_ERROR 0x25
  693. #define IO_XFER_ERROR_UNEXPECTED_PHASE 0x26
  694. #define IO_XFER_ERROR_XFER_RDY_OVERRUN 0x27
  695. #define IO_XFER_ERROR_XFER_RDY_NOT_EXPECTED 0x28
  696. #define IO_XFER_ERROR_CMD_ISSUE_ACK_NAK_TIMEOUT 0x30
  697. #define IO_XFER_ERROR_CMD_ISSUE_BREAK_BEFORE_ACK_NAK 0x31
  698. #define IO_XFER_ERROR_CMD_ISSUE_PHY_DOWN_BEFORE_ACK_NAK 0x32
  699. #define IO_XFER_ERROR_OFFSET_MISMATCH 0x34
  700. #define IO_XFER_ERROR_XFER_ZERO_DATA_LEN 0x35
  701. #define IO_XFER_CMD_FRAME_ISSUED 0x36
  702. #define IO_ERROR_INTERNAL_SMP_RESOURCE 0x37
  703. #define IO_PORT_IN_RESET 0x38
  704. #define IO_DS_NON_OPERATIONAL 0x39
  705. #define IO_DS_IN_RECOVERY 0x3A
  706. #define IO_TM_TAG_NOT_FOUND 0x3B
  707. #define IO_XFER_PIO_SETUP_ERROR 0x3C
  708. #define IO_SSP_EXT_IU_ZERO_LEN_ERROR 0x3D
  709. #define IO_DS_IN_ERROR 0x3E
  710. #define IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY 0x3F
  711. #define IO_ABORT_IN_PROGRESS 0x40
  712. #define IO_ABORT_DELAYED 0x41
  713. #define IO_INVALID_LENGTH 0x42
  714. /* WARNING: This error code must always be the last number.
  715. * If you add error code, modify this code also
  716. * It is used as an index
  717. */
  718. #define IO_ERROR_UNKNOWN_GENERIC 0x43
  719. /* MSGU CONFIGURATION TABLE*/
  720. #define SPC_MSGU_CFG_TABLE_UPDATE 0x01/* Inbound doorbell bit0 */
  721. #define SPC_MSGU_CFG_TABLE_RESET 0x02/* Inbound doorbell bit1 */
  722. #define SPC_MSGU_CFG_TABLE_FREEZE 0x04/* Inbound doorbell bit2 */
  723. #define SPC_MSGU_CFG_TABLE_UNFREEZE 0x08/* Inbound doorbell bit4 */
  724. #define MSGU_IBDB_SET 0x04
  725. #define MSGU_HOST_INT_STATUS 0x08
  726. #define MSGU_HOST_INT_MASK 0x0C
  727. #define MSGU_IOPIB_INT_STATUS 0x18
  728. #define MSGU_IOPIB_INT_MASK 0x1C
  729. #define MSGU_IBDB_CLEAR 0x20/* RevB - Host not use */
  730. #define MSGU_MSGU_CONTROL 0x24
  731. #define MSGU_ODR 0x3C/* RevB */
  732. #define MSGU_ODCR 0x40/* RevB */
  733. #define MSGU_SCRATCH_PAD_0 0x44
  734. #define MSGU_SCRATCH_PAD_1 0x48
  735. #define MSGU_SCRATCH_PAD_2 0x4C
  736. #define MSGU_SCRATCH_PAD_3 0x50
  737. #define MSGU_HOST_SCRATCH_PAD_0 0x54
  738. #define MSGU_HOST_SCRATCH_PAD_1 0x58
  739. #define MSGU_HOST_SCRATCH_PAD_2 0x5C
  740. #define MSGU_HOST_SCRATCH_PAD_3 0x60
  741. #define MSGU_HOST_SCRATCH_PAD_4 0x64
  742. #define MSGU_HOST_SCRATCH_PAD_5 0x68
  743. #define MSGU_HOST_SCRATCH_PAD_6 0x6C
  744. #define MSGU_HOST_SCRATCH_PAD_7 0x70
  745. #define MSGU_ODMR 0x74/* RevB */
  746. /* bit definition for ODMR register */
  747. #define ODMR_MASK_ALL 0xFFFFFFFF/* mask all
  748. interrupt vector */
  749. #define ODMR_CLEAR_ALL 0/* clear all
  750. interrupt vector */
  751. /* bit definition for ODCR register */
  752. #define ODCR_CLEAR_ALL 0xFFFFFFFF /* mask all
  753. interrupt vector*/
  754. /* MSIX Interupts */
  755. #define MSIX_TABLE_OFFSET 0x2000
  756. #define MSIX_TABLE_ELEMENT_SIZE 0x10
  757. #define MSIX_INTERRUPT_CONTROL_OFFSET 0xC
  758. #define MSIX_TABLE_BASE (MSIX_TABLE_OFFSET + MSIX_INTERRUPT_CONTROL_OFFSET)
  759. #define MSIX_INTERRUPT_DISABLE 0x1
  760. #define MSIX_INTERRUPT_ENABLE 0x0
  761. /* state definition for Scratch Pad1 register */
  762. #define SCRATCH_PAD1_POR 0x00 /* power on reset state */
  763. #define SCRATCH_PAD1_SFR 0x01 /* soft reset state */
  764. #define SCRATCH_PAD1_ERR 0x02 /* error state */
  765. #define SCRATCH_PAD1_RDY 0x03 /* ready state */
  766. #define SCRATCH_PAD1_RST 0x04 /* soft reset toggle flag */
  767. #define SCRATCH_PAD1_AAP1RDY_RST 0x08 /* AAP1 ready for soft reset */
  768. #define SCRATCH_PAD1_STATE_MASK 0xFFFFFFF0 /* ScratchPad1
  769. Mask, bit1-0 State, bit2 Soft Reset, bit3 FW RDY for Soft Reset */
  770. #define SCRATCH_PAD1_RESERVED 0x000003F8 /* Scratch Pad1
  771. Reserved bit 3 to 9 */
  772. /* state definition for Scratch Pad2 register */
  773. #define SCRATCH_PAD2_POR 0x00 /* power on state */
  774. #define SCRATCH_PAD2_SFR 0x01 /* soft reset state */
  775. #define SCRATCH_PAD2_ERR 0x02 /* error state */
  776. #define SCRATCH_PAD2_RDY 0x03 /* ready state */
  777. #define SCRATCH_PAD2_FWRDY_RST 0x04 /* FW ready for soft reset flag*/
  778. #define SCRATCH_PAD2_IOPRDY_RST 0x08 /* IOP ready for soft reset */
  779. #define SCRATCH_PAD2_STATE_MASK 0xFFFFFFF4 /* ScratchPad 2
  780. Mask, bit1-0 State */
  781. #define SCRATCH_PAD2_RESERVED 0x000003FC /* Scratch Pad1
  782. Reserved bit 2 to 9 */
  783. #define SCRATCH_PAD_ERROR_MASK 0xFFFFFC00 /* Error mask bits */
  784. #define SCRATCH_PAD_STATE_MASK 0x00000003 /* State Mask bits */
  785. /* main configuration offset - byte offset */
  786. #define MAIN_SIGNATURE_OFFSET 0x00/* DWORD 0x00 */
  787. #define MAIN_INTERFACE_REVISION 0x04/* DWORD 0x01 */
  788. #define MAIN_FW_REVISION 0x08/* DWORD 0x02 */
  789. #define MAIN_MAX_OUTSTANDING_IO_OFFSET 0x0C/* DWORD 0x03 */
  790. #define MAIN_MAX_SGL_OFFSET 0x10/* DWORD 0x04 */
  791. #define MAIN_CNTRL_CAP_OFFSET 0x14/* DWORD 0x05 */
  792. #define MAIN_GST_OFFSET 0x18/* DWORD 0x06 */
  793. #define MAIN_IBQ_OFFSET 0x1C/* DWORD 0x07 */
  794. #define MAIN_OBQ_OFFSET 0x20/* DWORD 0x08 */
  795. #define MAIN_IQNPPD_HPPD_OFFSET 0x24/* DWORD 0x09 */
  796. #define MAIN_OB_HW_EVENT_PID03_OFFSET 0x28/* DWORD 0x0A */
  797. #define MAIN_OB_HW_EVENT_PID47_OFFSET 0x2C/* DWORD 0x0B */
  798. #define MAIN_OB_NCQ_EVENT_PID03_OFFSET 0x30/* DWORD 0x0C */
  799. #define MAIN_OB_NCQ_EVENT_PID47_OFFSET 0x34/* DWORD 0x0D */
  800. #define MAIN_TITNX_EVENT_PID03_OFFSET 0x38/* DWORD 0x0E */
  801. #define MAIN_TITNX_EVENT_PID47_OFFSET 0x3C/* DWORD 0x0F */
  802. #define MAIN_OB_SSP_EVENT_PID03_OFFSET 0x40/* DWORD 0x10 */
  803. #define MAIN_OB_SSP_EVENT_PID47_OFFSET 0x44/* DWORD 0x11 */
  804. #define MAIN_OB_SMP_EVENT_PID03_OFFSET 0x48/* DWORD 0x12 */
  805. #define MAIN_OB_SMP_EVENT_PID47_OFFSET 0x4C/* DWORD 0x13 */
  806. #define MAIN_EVENT_LOG_ADDR_HI 0x50/* DWORD 0x14 */
  807. #define MAIN_EVENT_LOG_ADDR_LO 0x54/* DWORD 0x15 */
  808. #define MAIN_EVENT_LOG_BUFF_SIZE 0x58/* DWORD 0x16 */
  809. #define MAIN_EVENT_LOG_OPTION 0x5C/* DWORD 0x17 */
  810. #define MAIN_IOP_EVENT_LOG_ADDR_HI 0x60/* DWORD 0x18 */
  811. #define MAIN_IOP_EVENT_LOG_ADDR_LO 0x64/* DWORD 0x19 */
  812. #define MAIN_IOP_EVENT_LOG_BUFF_SIZE 0x68/* DWORD 0x1A */
  813. #define MAIN_IOP_EVENT_LOG_OPTION 0x6C/* DWORD 0x1B */
  814. #define MAIN_FATAL_ERROR_INTERRUPT 0x70/* DWORD 0x1C */
  815. #define MAIN_FATAL_ERROR_RDUMP0_OFFSET 0x74/* DWORD 0x1D */
  816. #define MAIN_FATAL_ERROR_RDUMP0_LENGTH 0x78/* DWORD 0x1E */
  817. #define MAIN_FATAL_ERROR_RDUMP1_OFFSET 0x7C/* DWORD 0x1F */
  818. #define MAIN_FATAL_ERROR_RDUMP1_LENGTH 0x80/* DWORD 0x20 */
  819. #define MAIN_HDA_FLAGS_OFFSET 0x84/* DWORD 0x21 */
  820. #define MAIN_ANALOG_SETUP_OFFSET 0x88/* DWORD 0x22 */
  821. /* Gereral Status Table offset - byte offset */
  822. #define GST_GSTLEN_MPIS_OFFSET 0x00
  823. #define GST_IQ_FREEZE_STATE0_OFFSET 0x04
  824. #define GST_IQ_FREEZE_STATE1_OFFSET 0x08
  825. #define GST_MSGUTCNT_OFFSET 0x0C
  826. #define GST_IOPTCNT_OFFSET 0x10
  827. #define GST_PHYSTATE_OFFSET 0x18
  828. #define GST_PHYSTATE0_OFFSET 0x18
  829. #define GST_PHYSTATE1_OFFSET 0x1C
  830. #define GST_PHYSTATE2_OFFSET 0x20
  831. #define GST_PHYSTATE3_OFFSET 0x24
  832. #define GST_PHYSTATE4_OFFSET 0x28
  833. #define GST_PHYSTATE5_OFFSET 0x2C
  834. #define GST_PHYSTATE6_OFFSET 0x30
  835. #define GST_PHYSTATE7_OFFSET 0x34
  836. #define GST_RERRINFO_OFFSET 0x44
  837. /* General Status Table - MPI state */
  838. #define GST_MPI_STATE_UNINIT 0x00
  839. #define GST_MPI_STATE_INIT 0x01
  840. #define GST_MPI_STATE_TERMINATION 0x02
  841. #define GST_MPI_STATE_ERROR 0x03
  842. #define GST_MPI_STATE_MASK 0x07
  843. #define MBIC_NMI_ENABLE_VPE0_IOP 0x000418
  844. #define MBIC_NMI_ENABLE_VPE0_AAP1 0x000418
  845. /* PCIE registers - BAR2(0x18), BAR1(win) 0x010000 */
  846. #define PCIE_EVENT_INTERRUPT_ENABLE 0x003040
  847. #define PCIE_EVENT_INTERRUPT 0x003044
  848. #define PCIE_ERROR_INTERRUPT_ENABLE 0x003048
  849. #define PCIE_ERROR_INTERRUPT 0x00304C
  850. /* signature definition for host scratch pad0 register */
  851. #define SPC_SOFT_RESET_SIGNATURE 0x252acbcd
  852. /* Signature for Soft Reset */
  853. /* SPC Reset register - BAR4(0x20), BAR2(win) (need dynamic mapping) */
  854. #define SPC_REG_RESET 0x000000/* reset register */
  855. /* bit difination for SPC_RESET register */
  856. #define SPC_REG_RESET_OSSP 0x00000001
  857. #define SPC_REG_RESET_RAAE 0x00000002
  858. #define SPC_REG_RESET_PCS_SPBC 0x00000004
  859. #define SPC_REG_RESET_PCS_IOP_SS 0x00000008
  860. #define SPC_REG_RESET_PCS_AAP1_SS 0x00000010
  861. #define SPC_REG_RESET_PCS_AAP2_SS 0x00000020
  862. #define SPC_REG_RESET_PCS_LM 0x00000040
  863. #define SPC_REG_RESET_PCS 0x00000080
  864. #define SPC_REG_RESET_GSM 0x00000100
  865. #define SPC_REG_RESET_DDR2 0x00010000
  866. #define SPC_REG_RESET_BDMA_CORE 0x00020000
  867. #define SPC_REG_RESET_BDMA_SXCBI 0x00040000
  868. #define SPC_REG_RESET_PCIE_AL_SXCBI 0x00080000
  869. #define SPC_REG_RESET_PCIE_PWR 0x00100000
  870. #define SPC_REG_RESET_PCIE_SFT 0x00200000
  871. #define SPC_REG_RESET_PCS_SXCBI 0x00400000
  872. #define SPC_REG_RESET_LMS_SXCBI 0x00800000
  873. #define SPC_REG_RESET_PMIC_SXCBI 0x01000000
  874. #define SPC_REG_RESET_PMIC_CORE 0x02000000
  875. #define SPC_REG_RESET_PCIE_PC_SXCBI 0x04000000
  876. #define SPC_REG_RESET_DEVICE 0x80000000
  877. /* registers for BAR Shifting - BAR2(0x18), BAR1(win) */
  878. #define SPC_IBW_AXI_TRANSLATION_LOW 0x003258
  879. #define MBIC_AAP1_ADDR_BASE 0x060000
  880. #define MBIC_IOP_ADDR_BASE 0x070000
  881. #define GSM_ADDR_BASE 0x0700000
  882. /* Dynamic map through Bar4 - 0x00700000 */
  883. #define GSM_CONFIG_RESET 0x00000000
  884. #define RAM_ECC_DB_ERR 0x00000018
  885. #define GSM_READ_ADDR_PARITY_INDIC 0x00000058
  886. #define GSM_WRITE_ADDR_PARITY_INDIC 0x00000060
  887. #define GSM_WRITE_DATA_PARITY_INDIC 0x00000068
  888. #define GSM_READ_ADDR_PARITY_CHECK 0x00000038
  889. #define GSM_WRITE_ADDR_PARITY_CHECK 0x00000040
  890. #define GSM_WRITE_DATA_PARITY_CHECK 0x00000048
  891. #define RB6_ACCESS_REG 0x6A0000
  892. #define HDAC_EXEC_CMD 0x0002
  893. #define HDA_C_PA 0xcb
  894. #define HDA_SEQ_ID_BITS 0x00ff0000
  895. #define HDA_GSM_OFFSET_BITS 0x00FFFFFF
  896. #define MBIC_AAP1_ADDR_BASE 0x060000
  897. #define MBIC_IOP_ADDR_BASE 0x070000
  898. #define GSM_ADDR_BASE 0x0700000
  899. #define SPC_TOP_LEVEL_ADDR_BASE 0x000000
  900. #define GSM_CONFIG_RESET_VALUE 0x00003b00
  901. #define GPIO_ADDR_BASE 0x00090000
  902. #define GPIO_GPIO_0_0UTPUT_CTL_OFFSET 0x0000010c
  903. /* RB6 offset */
  904. #define SPC_RB6_OFFSET 0x80C0
  905. /* Magic number of soft reset for RB6 */
  906. #define RB6_MAGIC_NUMBER_RST 0x1234
  907. /* Device Register status */
  908. #define DEVREG_SUCCESS 0x00
  909. #define DEVREG_FAILURE_OUT_OF_RESOURCE 0x01
  910. #define DEVREG_FAILURE_DEVICE_ALREADY_REGISTERED 0x02
  911. #define DEVREG_FAILURE_INVALID_PHY_ID 0x03
  912. #define DEVREG_FAILURE_PHY_ID_ALREADY_REGISTERED 0x04
  913. #define DEVREG_FAILURE_PORT_ID_OUT_OF_RANGE 0x05
  914. #define DEVREG_FAILURE_PORT_NOT_VALID_STATE 0x06
  915. #define DEVREG_FAILURE_DEVICE_TYPE_NOT_VALID 0x07
  916. #endif