return ret;
        }
 
-       phy_set_mode_ext(phy, PHY_MODE_UFS_HS_B, host->hs_gear);
+       phy_set_mode_ext(phy, PHY_MODE_UFS_HS_B, host->phy_gear);
 
        /* power on phy - start serdes and phy's power and clocks */
        ret = phy_power_on(phy);
                }
 
                /*
-                * Update hs_gear only when the gears are scaled to a higher value. This is because,
-                * the PHY gear settings are backwards compatible and we only need to change the PHY
-                * settings while scaling to higher gears.
+                * Update phy_gear only when the gears are scaled to a higher value. This is
+                * because, the PHY gear settings are backwards compatible and we only need to
+                * change the PHY gear settings while scaling to higher gears.
                 */
-               if (dev_req_params->gear_tx > host->hs_gear)
-                       host->hs_gear = dev_req_params->gear_tx;
+               if (dev_req_params->gear_tx > host->phy_gear)
+                       host->phy_gear = dev_req_params->gear_tx;
 
                /* enable the device ref clock before changing to HS mode */
                if (!ufshcd_is_hs_mode(&hba->pwr_info) &&
         * Power up the PHY using the minimum supported gear (UFS_HS_G2).
         * Switching to max gear will be performed during reinit if supported.
         */
-       host->hs_gear = UFS_HS_G2;
+       host->phy_gear = UFS_HS_G2;
 
        return 0;