mv_94xx.h 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /*
  2. * Marvell 88SE94xx hardware specific head file
  3. *
  4. * Copyright 2007 Red Hat, Inc.
  5. * Copyright 2008 Marvell. <kewei@marvell.com>
  6. * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
  7. *
  8. * This file is licensed under GPLv2.
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License as
  12. * published by the Free Software Foundation; version 2 of the
  13. * License.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  23. * USA
  24. */
  25. #ifndef _MVS94XX_REG_H_
  26. #define _MVS94XX_REG_H_
  27. #include <linux/types.h>
  28. #define MAX_LINK_RATE SAS_LINK_RATE_6_0_GBPS
  29. enum hw_registers {
  30. MVS_GBL_CTL = 0x04, /* global control */
  31. MVS_GBL_INT_STAT = 0x00, /* global irq status */
  32. MVS_GBL_PI = 0x0C, /* ports implemented bitmask */
  33. MVS_PHY_CTL = 0x40, /* SOC PHY Control */
  34. MVS_PORTS_IMP = 0x9C, /* SOC Port Implemented */
  35. MVS_GBL_PORT_TYPE = 0xa0, /* port type */
  36. MVS_CTL = 0x100, /* SAS/SATA port configuration */
  37. MVS_PCS = 0x104, /* SAS/SATA port control/status */
  38. MVS_CMD_LIST_LO = 0x108, /* cmd list addr */
  39. MVS_CMD_LIST_HI = 0x10C,
  40. MVS_RX_FIS_LO = 0x110, /* RX FIS list addr */
  41. MVS_RX_FIS_HI = 0x114,
  42. MVS_STP_REG_SET_0 = 0x118, /* STP/SATA Register Set Enable */
  43. MVS_STP_REG_SET_1 = 0x11C,
  44. MVS_TX_CFG = 0x120, /* TX configuration */
  45. MVS_TX_LO = 0x124, /* TX (delivery) ring addr */
  46. MVS_TX_HI = 0x128,
  47. MVS_TX_PROD_IDX = 0x12C, /* TX producer pointer */
  48. MVS_TX_CONS_IDX = 0x130, /* TX consumer pointer (RO) */
  49. MVS_RX_CFG = 0x134, /* RX configuration */
  50. MVS_RX_LO = 0x138, /* RX (completion) ring addr */
  51. MVS_RX_HI = 0x13C,
  52. MVS_RX_CONS_IDX = 0x140, /* RX consumer pointer (RO) */
  53. MVS_INT_COAL = 0x148, /* Int coalescing config */
  54. MVS_INT_COAL_TMOUT = 0x14C, /* Int coalescing timeout */
  55. MVS_INT_STAT = 0x150, /* Central int status */
  56. MVS_INT_MASK = 0x154, /* Central int enable */
  57. MVS_INT_STAT_SRS_0 = 0x158, /* SATA register set status */
  58. MVS_INT_MASK_SRS_0 = 0x15C,
  59. MVS_INT_STAT_SRS_1 = 0x160,
  60. MVS_INT_MASK_SRS_1 = 0x164,
  61. MVS_NON_NCQ_ERR_0 = 0x168, /* SRS Non-specific NCQ Error */
  62. MVS_NON_NCQ_ERR_1 = 0x16C,
  63. MVS_CMD_ADDR = 0x170, /* Command register port (addr) */
  64. MVS_CMD_DATA = 0x174, /* Command register port (data) */
  65. MVS_MEM_PARITY_ERR = 0x178, /* Memory parity error */
  66. /* ports 1-3 follow after this */
  67. MVS_P0_INT_STAT = 0x180, /* port0 interrupt status */
  68. MVS_P0_INT_MASK = 0x184, /* port0 interrupt mask */
  69. /* ports 5-7 follow after this */
  70. MVS_P4_INT_STAT = 0x1A0, /* Port4 interrupt status */
  71. MVS_P4_INT_MASK = 0x1A4, /* Port4 interrupt enable mask */
  72. /* ports 1-3 follow after this */
  73. MVS_P0_SER_CTLSTAT = 0x1D0, /* port0 serial control/status */
  74. /* ports 5-7 follow after this */
  75. MVS_P4_SER_CTLSTAT = 0x1E0, /* port4 serial control/status */
  76. /* ports 1-3 follow after this */
  77. MVS_P0_CFG_ADDR = 0x200, /* port0 phy register address */
  78. MVS_P0_CFG_DATA = 0x204, /* port0 phy register data */
  79. /* ports 5-7 follow after this */
  80. MVS_P4_CFG_ADDR = 0x220, /* Port4 config address */
  81. MVS_P4_CFG_DATA = 0x224, /* Port4 config data */
  82. /* phys 1-3 follow after this */
  83. MVS_P0_VSR_ADDR = 0x250, /* phy0 VSR address */
  84. MVS_P0_VSR_DATA = 0x254, /* phy0 VSR data */
  85. /* phys 1-3 follow after this */
  86. /* multiplexing */
  87. MVS_P4_VSR_ADDR = 0x250, /* phy4 VSR address */
  88. MVS_P4_VSR_DATA = 0x254, /* phy4 VSR data */
  89. MVS_PA_VSR_ADDR = 0x290, /* All port VSR addr */
  90. MVS_PA_VSR_PORT = 0x294, /* All port VSR data */
  91. };
  92. enum pci_cfg_registers {
  93. PCR_PHY_CTL = 0x40,
  94. PCR_PHY_CTL2 = 0x90,
  95. PCR_DEV_CTRL = 0x78,
  96. PCR_LINK_STAT = 0x82,
  97. };
  98. /* SAS/SATA Vendor Specific Port Registers */
  99. enum sas_sata_vsp_regs {
  100. VSR_PHY_STAT = 0x00 * 4, /* Phy Status */
  101. VSR_PHY_MODE1 = 0x01 * 4, /* phy tx */
  102. VSR_PHY_MODE2 = 0x02 * 4, /* tx scc */
  103. VSR_PHY_MODE3 = 0x03 * 4, /* pll */
  104. VSR_PHY_MODE4 = 0x04 * 4, /* VCO */
  105. VSR_PHY_MODE5 = 0x05 * 4, /* Rx */
  106. VSR_PHY_MODE6 = 0x06 * 4, /* CDR */
  107. VSR_PHY_MODE7 = 0x07 * 4, /* Impedance */
  108. VSR_PHY_MODE8 = 0x08 * 4, /* Voltage */
  109. VSR_PHY_MODE9 = 0x09 * 4, /* Test */
  110. VSR_PHY_MODE10 = 0x0A * 4, /* Power */
  111. VSR_PHY_MODE11 = 0x0B * 4, /* Phy Mode */
  112. VSR_PHY_VS0 = 0x0C * 4, /* Vednor Specific 0 */
  113. VSR_PHY_VS1 = 0x0D * 4, /* Vednor Specific 1 */
  114. };
  115. enum chip_register_bits {
  116. PHY_MIN_SPP_PHYS_LINK_RATE_MASK = (0x7 << 8),
  117. PHY_MAX_SPP_PHYS_LINK_RATE_MASK = (0x7 << 8),
  118. PHY_NEG_SPP_PHYS_LINK_RATE_MASK_OFFSET = (12),
  119. PHY_NEG_SPP_PHYS_LINK_RATE_MASK =
  120. (0x3 << PHY_NEG_SPP_PHYS_LINK_RATE_MASK_OFFSET),
  121. };
  122. enum pci_interrupt_cause {
  123. /* MAIN_IRQ_CAUSE (R10200) Bits*/
  124. IRQ_COM_IN_I2O_IOP0 = (1 << 0),
  125. IRQ_COM_IN_I2O_IOP1 = (1 << 1),
  126. IRQ_COM_IN_I2O_IOP2 = (1 << 2),
  127. IRQ_COM_IN_I2O_IOP3 = (1 << 3),
  128. IRQ_COM_OUT_I2O_HOS0 = (1 << 4),
  129. IRQ_COM_OUT_I2O_HOS1 = (1 << 5),
  130. IRQ_COM_OUT_I2O_HOS2 = (1 << 6),
  131. IRQ_COM_OUT_I2O_HOS3 = (1 << 7),
  132. IRQ_PCIF_TO_CPU_DRBL0 = (1 << 8),
  133. IRQ_PCIF_TO_CPU_DRBL1 = (1 << 9),
  134. IRQ_PCIF_TO_CPU_DRBL2 = (1 << 10),
  135. IRQ_PCIF_TO_CPU_DRBL3 = (1 << 11),
  136. IRQ_PCIF_DRBL0 = (1 << 12),
  137. IRQ_PCIF_DRBL1 = (1 << 13),
  138. IRQ_PCIF_DRBL2 = (1 << 14),
  139. IRQ_PCIF_DRBL3 = (1 << 15),
  140. IRQ_XOR_A = (1 << 16),
  141. IRQ_XOR_B = (1 << 17),
  142. IRQ_SAS_A = (1 << 18),
  143. IRQ_SAS_B = (1 << 19),
  144. IRQ_CPU_CNTRL = (1 << 20),
  145. IRQ_GPIO = (1 << 21),
  146. IRQ_UART = (1 << 22),
  147. IRQ_SPI = (1 << 23),
  148. IRQ_I2C = (1 << 24),
  149. IRQ_SGPIO = (1 << 25),
  150. IRQ_COM_ERR = (1 << 29),
  151. IRQ_I2O_ERR = (1 << 30),
  152. IRQ_PCIE_ERR = (1 << 31),
  153. };
  154. #define MAX_SG_ENTRY 255
  155. struct mvs_prd_imt {
  156. __le32 len:22;
  157. u8 _r_a:2;
  158. u8 misc_ctl:4;
  159. u8 inter_sel:4;
  160. };
  161. struct mvs_prd {
  162. /* 64-bit buffer address */
  163. __le64 addr;
  164. /* 22-bit length */
  165. struct mvs_prd_imt im_len;
  166. } __attribute__ ((packed));
  167. #define SPI_CTRL_REG_94XX 0xc800
  168. #define SPI_ADDR_REG_94XX 0xc804
  169. #define SPI_WR_DATA_REG_94XX 0xc808
  170. #define SPI_RD_DATA_REG_94XX 0xc80c
  171. #define SPI_CTRL_READ_94XX (1U << 2)
  172. #define SPI_ADDR_VLD_94XX (1U << 1)
  173. #define SPI_CTRL_SpiStart_94XX (1U << 0)
  174. #define mv_ffc(x) ffz(x)
  175. static inline int
  176. mv_ffc64(u64 v)
  177. {
  178. int i;
  179. i = mv_ffc((u32)v);
  180. if (i >= 0)
  181. return i;
  182. i = mv_ffc((u32)(v>>32));
  183. if (i != 0)
  184. return 32 + i;
  185. return -1;
  186. }
  187. #define r_reg_set_enable(i) \
  188. (((i) > 31) ? mr32(MVS_STP_REG_SET_1) : \
  189. mr32(MVS_STP_REG_SET_0))
  190. #define w_reg_set_enable(i, tmp) \
  191. (((i) > 31) ? mw32(MVS_STP_REG_SET_1, tmp) : \
  192. mw32(MVS_STP_REG_SET_0, tmp))
  193. extern const struct mvs_dispatch mvs_94xx_dispatch;
  194. #endif