We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9f437 commit cac50d0Copy full SHA for cac50d0
drivers/ufs/host/ufs-qcom.h
@@ -10,22 +10,16 @@
10
#include <soc/qcom/ice.h>
11
#include <ufs/ufshcd.h>
12
13
-#define MAX_U32 (~(u32)0)
14
#define MPHY_TX_FSM_STATE 0x41
15
#define TX_FSM_HIBERN8 0x1
16
#define HBRN8_POLL_TOUT_MS 100
17
#define DEFAULT_CLK_RATE_HZ 1000000
18
-#define BUS_VECTOR_NAME_LEN 32
19
#define MAX_SUPP_MAC 64
20
21
#define UFS_HW_VER_MAJOR_MASK GENMASK(31, 28)
22
#define UFS_HW_VER_MINOR_MASK GENMASK(27, 16)
23
#define UFS_HW_VER_STEP_MASK GENMASK(15, 0)
24
25
-/* vendor specific pre-defined parameters */
26
-#define SLOW 1
27
-#define FAST 2
28
-
29
#define UFS_QCOM_LIMIT_HS_RATE PA_HS_MODE_B
30
31
/* QCOM UFS host controller vendor specific registers */
0 commit comments