2 * UFS Host driver for Synopsys Designware Core
4 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
6 * Authors: Joao Pinto <jpinto@synopsys.com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
16 /* DWC HC UFSHCI specific Registers */
17 enum dwc_specific_registers
{
18 DWC_UFS_REG_HCLKDIV
= 0xFC,
21 /* Clock Divider Values: Hex equivalent of frequency in MHz */
23 DWC_UFS_REG_HCLKDIV_DIV_62_5
= 0x3e,
24 DWC_UFS_REG_HCLKDIV_DIV_125
= 0x7d,
25 DWC_UFS_REG_HCLKDIV_DIV_200
= 0xc8,
36 #endif /* End of Header */