|
@@ -26,7 +26,7 @@
|
|
|
*/
|
|
|
static int tc_dwc_g210_setup_40bit_rmmi(struct ufs_hba *hba)
|
|
|
{
|
|
|
- const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
+ static const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
{ UIC_ARG_MIB(TX_GLOBALHIBERNATE), 0x00, DME_LOCAL },
|
|
|
{ UIC_ARG_MIB(REFCLKMODE), 0x01, DME_LOCAL },
|
|
|
{ UIC_ARG_MIB(CDIRECTCTRL6), 0x80, DME_LOCAL },
|
|
@@ -90,7 +90,7 @@ static int tc_dwc_g210_setup_40bit_rmmi(struct ufs_hba *hba)
|
|
|
*/
|
|
|
static int tc_dwc_g210_setup_20bit_rmmi_lane0(struct ufs_hba *hba)
|
|
|
{
|
|
|
- const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
+ static const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
{ UIC_ARG_MIB_SEL(TX_REFCLKFREQ, SELIND_LN0_TX), 0x01,
|
|
|
DME_LOCAL },
|
|
|
{ UIC_ARG_MIB_SEL(TX_CFGCLKFREQVAL, SELIND_LN0_TX), 0x19,
|
|
@@ -147,7 +147,7 @@ static int tc_dwc_g210_setup_20bit_rmmi_lane1(struct ufs_hba *hba)
|
|
|
int connected_tx_lanes = 0;
|
|
|
int ret = 0;
|
|
|
|
|
|
- const struct ufshcd_dme_attr_val setup_tx_attrs[] = {
|
|
|
+ static const struct ufshcd_dme_attr_val setup_tx_attrs[] = {
|
|
|
{ UIC_ARG_MIB_SEL(TX_REFCLKFREQ, SELIND_LN1_TX), 0x0d,
|
|
|
DME_LOCAL },
|
|
|
{ UIC_ARG_MIB_SEL(TX_CFGCLKFREQVAL, SELIND_LN1_TX), 0x19,
|
|
@@ -158,7 +158,7 @@ static int tc_dwc_g210_setup_20bit_rmmi_lane1(struct ufs_hba *hba)
|
|
|
DME_LOCAL },
|
|
|
};
|
|
|
|
|
|
- const struct ufshcd_dme_attr_val setup_rx_attrs[] = {
|
|
|
+ static const struct ufshcd_dme_attr_val setup_rx_attrs[] = {
|
|
|
{ UIC_ARG_MIB_SEL(RX_REFCLKFREQ, SELIND_LN1_RX), 0x01,
|
|
|
DME_LOCAL },
|
|
|
{ UIC_ARG_MIB_SEL(RX_CFGCLKFREQVAL, SELIND_LN1_RX), 0x19,
|
|
@@ -222,7 +222,7 @@ static int tc_dwc_g210_setup_20bit_rmmi(struct ufs_hba *hba)
|
|
|
{
|
|
|
int ret = 0;
|
|
|
|
|
|
- const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
+ static const struct ufshcd_dme_attr_val setup_attrs[] = {
|
|
|
{ UIC_ARG_MIB(TX_GLOBALHIBERNATE), 0x00, DME_LOCAL },
|
|
|
{ UIC_ARG_MIB(REFCLKMODE), 0x01, DME_LOCAL },
|
|
|
{ UIC_ARG_MIB(CDIRECTCTRL6), 0xc0, DME_LOCAL },
|