diff options
author | Micky Ching <micky_ching@realsil.com.cn> | 2014-02-17 16:45:47 +0800 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-02-22 13:34:18 -0500 |
commit | abcc6b2943145ae2e17a52632ccab50cd612914c (patch) | |
tree | 4b3a81be7f62c09845e69721f56cd1c7c8911eb6 /include | |
parent | 640e09bc45f5d03622da5230d131c0bfd0d2da3f (diff) | |
download | linux-stable-abcc6b2943145ae2e17a52632ccab50cd612914c.tar.gz linux-stable-abcc6b2943145ae2e17a52632ccab50cd612914c.tar.bz2 linux-stable-abcc6b2943145ae2e17a52632ccab50cd612914c.zip |
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')
-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 @@ #define HOST_TO_DEVICE 0 #define DEVICE_TO_HOST 1 -#define MAX_PHASE 31 +#define RTSX_PHASE_MAX 32 #define RX_TUNING_CNT 3 /* SG descriptor */ |