diff options
author | Micky Ching <micky_ching@realsil.com.cn> | 2014-02-17 03:45:47 -0500 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-02-22 13:34:18 -0500 |
commit | abcc6b2943145ae2e17a52632ccab50cd612914c (patch) | |
tree | 4b3a81be7f62c09845e69721f56cd1c7c8911eb6 /include/linux/mfd/rtsx_pci.h | |
parent | 640e09bc45f5d03622da5230d131c0bfd0d2da3f (diff) |
mmc: rtsx: modify phase searching method for tuning
The new phase searching method is more concise and easier to
understand.
Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'include/linux/mfd/rtsx_pci.h')
-rw-r--r-- | include/linux/mfd/rtsx_pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/rtsx_pci.h b/include/linux/mfd/rtsx_pci.h index 0ce772105508..a3835976f7c6 100644 --- a/include/linux/mfd/rtsx_pci.h +++ b/include/linux/mfd/rtsx_pci.h | |||
@@ -144,7 +144,7 @@ | |||
144 | #define HOST_TO_DEVICE 0 | 144 | #define HOST_TO_DEVICE 0 |
145 | #define DEVICE_TO_HOST 1 | 145 | #define DEVICE_TO_HOST 1 |
146 | 146 | ||
147 | #define MAX_PHASE 31 | 147 | #define RTSX_PHASE_MAX 32 |
148 | #define RX_TUNING_CNT 3 | 148 | #define RX_TUNING_CNT 3 |
149 | 149 | ||
150 | /* SG descriptor */ | 150 | /* SG descriptor */ |