mv_64xx.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /*
  2. * Marvell 88SE64xx 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 _MVS64XX_REG_H_
  26. #define _MVS64XX_REG_H_
  27. #include <linux/types.h>
  28. #define MAX_LINK_RATE SAS_LINK_RATE_3_0_GBPS
  29. /* enhanced mode registers (BAR4) */
  30. enum hw_registers {
  31. MVS_GBL_CTL = 0x04, /* global control */
  32. MVS_GBL_INT_STAT = 0x08, /* global irq status */
  33. MVS_GBL_PI = 0x0C, /* ports implemented bitmask */
  34. MVS_PHY_CTL = 0x40, /* SOC PHY Control */
  35. MVS_PORTS_IMP = 0x9C, /* SOC Port Implemented */
  36. MVS_GBL_PORT_TYPE = 0xa0, /* port type */
  37. MVS_CTL = 0x100, /* SAS/SATA port configuration */
  38. MVS_PCS = 0x104, /* SAS/SATA port control/status */
  39. MVS_CMD_LIST_LO = 0x108, /* cmd list addr */
  40. MVS_CMD_LIST_HI = 0x10C,
  41. MVS_RX_FIS_LO = 0x110, /* RX FIS list addr */
  42. MVS_RX_FIS_HI = 0x114,
  43. MVS_TX_CFG = 0x120, /* TX configuration */
  44. MVS_TX_LO = 0x124, /* TX (delivery) ring addr */
  45. MVS_TX_HI = 0x128,
  46. MVS_TX_PROD_IDX = 0x12C, /* TX producer pointer */
  47. MVS_TX_CONS_IDX = 0x130, /* TX consumer pointer (RO) */
  48. MVS_RX_CFG = 0x134, /* RX configuration */
  49. MVS_RX_LO = 0x138, /* RX (completion) ring addr */
  50. MVS_RX_HI = 0x13C,
  51. MVS_RX_CONS_IDX = 0x140, /* RX consumer pointer (RO) */
  52. MVS_INT_COAL = 0x148, /* Int coalescing config */
  53. MVS_INT_COAL_TMOUT = 0x14C, /* Int coalescing timeout */
  54. MVS_INT_STAT = 0x150, /* Central int status */
  55. MVS_INT_MASK = 0x154, /* Central int enable */
  56. MVS_INT_STAT_SRS_0 = 0x158, /* SATA register set status */
  57. MVS_INT_MASK_SRS_0 = 0x15C,
  58. /* ports 1-3 follow after this */
  59. MVS_P0_INT_STAT = 0x160, /* port0 interrupt status */
  60. MVS_P0_INT_MASK = 0x164, /* port0 interrupt mask */
  61. /* ports 5-7 follow after this */
  62. MVS_P4_INT_STAT = 0x200, /* Port4 interrupt status */
  63. MVS_P4_INT_MASK = 0x204, /* Port4 interrupt enable mask */
  64. /* ports 1-3 follow after this */
  65. MVS_P0_SER_CTLSTAT = 0x180, /* port0 serial control/status */
  66. /* ports 5-7 follow after this */
  67. MVS_P4_SER_CTLSTAT = 0x220, /* port4 serial control/status */
  68. MVS_CMD_ADDR = 0x1B8, /* Command register port (addr) */
  69. MVS_CMD_DATA = 0x1BC, /* Command register port (data) */
  70. /* ports 1-3 follow after this */
  71. MVS_P0_CFG_ADDR = 0x1C0, /* port0 phy register address */
  72. MVS_P0_CFG_DATA = 0x1C4, /* port0 phy register data */
  73. /* ports 5-7 follow after this */
  74. MVS_P4_CFG_ADDR = 0x230, /* Port4 config address */
  75. MVS_P4_CFG_DATA = 0x234, /* Port4 config data */
  76. /* ports 1-3 follow after this */
  77. MVS_P0_VSR_ADDR = 0x1E0, /* port0 VSR address */
  78. MVS_P0_VSR_DATA = 0x1E4, /* port0 VSR data */
  79. /* ports 5-7 follow after this */
  80. MVS_P4_VSR_ADDR = 0x250, /* port4 VSR addr */
  81. MVS_P4_VSR_DATA = 0x254, /* port4 VSR data */
  82. };
  83. enum pci_cfg_registers {
  84. PCR_PHY_CTL = 0x40,
  85. PCR_PHY_CTL2 = 0x90,
  86. PCR_DEV_CTRL = 0xE8,
  87. PCR_LINK_STAT = 0xF2,
  88. };
  89. /* SAS/SATA Vendor Specific Port Registers */
  90. enum sas_sata_vsp_regs {
  91. VSR_PHY_STAT = 0x00, /* Phy Status */
  92. VSR_PHY_MODE1 = 0x01, /* phy tx */
  93. VSR_PHY_MODE2 = 0x02, /* tx scc */
  94. VSR_PHY_MODE3 = 0x03, /* pll */
  95. VSR_PHY_MODE4 = 0x04, /* VCO */
  96. VSR_PHY_MODE5 = 0x05, /* Rx */
  97. VSR_PHY_MODE6 = 0x06, /* CDR */
  98. VSR_PHY_MODE7 = 0x07, /* Impedance */
  99. VSR_PHY_MODE8 = 0x08, /* Voltage */
  100. VSR_PHY_MODE9 = 0x09, /* Test */
  101. VSR_PHY_MODE10 = 0x0A, /* Power */
  102. VSR_PHY_MODE11 = 0x0B, /* Phy Mode */
  103. VSR_PHY_VS0 = 0x0C, /* Vednor Specific 0 */
  104. VSR_PHY_VS1 = 0x0D, /* Vednor Specific 1 */
  105. };
  106. enum chip_register_bits {
  107. PHY_MIN_SPP_PHYS_LINK_RATE_MASK = (0xF << 8),
  108. PHY_MAX_SPP_PHYS_LINK_RATE_MASK = (0xF << 12),
  109. PHY_NEG_SPP_PHYS_LINK_RATE_MASK_OFFSET = (16),
  110. PHY_NEG_SPP_PHYS_LINK_RATE_MASK =
  111. (0xF << PHY_NEG_SPP_PHYS_LINK_RATE_MASK_OFFSET),
  112. };
  113. #define MAX_SG_ENTRY 64
  114. struct mvs_prd {
  115. __le64 addr; /* 64-bit buffer address */
  116. __le32 reserved;
  117. __le32 len; /* 16-bit length */
  118. };
  119. #define SPI_CTRL_REG 0xc0
  120. #define SPI_CTRL_VENDOR_ENABLE (1U<<29)
  121. #define SPI_CTRL_SPIRDY (1U<<22)
  122. #define SPI_CTRL_SPISTART (1U<<20)
  123. #define SPI_CMD_REG 0xc4
  124. #define SPI_DATA_REG 0xc8
  125. #define SPI_CTRL_REG_64XX 0x10
  126. #define SPI_CMD_REG_64XX 0x14
  127. #define SPI_DATA_REG_64XX 0x18
  128. #endif