Lines Matching +full:1 +full:- +full:5
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Driver for Realtek PCI-Express card reader
4 * Copyright(c) 2018-2019 Realtek Semiconductor Corp. All rights reserved.
28 #define RTS5261_FORCE_PRSNT_LOW (1 << 6)
29 #define RTS5261_AUX_CLK_16M_EN (1 << 5)
32 #define RTS5261_PWD_SUSPND_EN (1 << 4)
35 #define PAD_GPIO_H3L1 (1 << 3)
51 /* EFUSE_MODE: 0=READ 1=PROGRAM */
70 #define RTS5261_INFORM_RTD3_COLD (0x01<<5)
75 #define RTS5261_LDO12_VO_TUNE_MASK (0x07<<1)
76 #define RTS5261_LDO12_115 (0x03<<1)
77 #define RTS5261_LDO12_120 (0x04<<1)
78 #define RTS5261_LDO12_125 (0x05<<1)
79 #define RTS5261_LDO12_130 (0x06<<1)
80 #define RTS5261_LDO12_135 (0x07<<1)
86 #define RTS5261_PUPDC (0x01<<5)
93 #define RTS5261_LDO2_POWERON (0x01<<1)
103 /* CRD6603-433 190319 request changed */
104 #define RTS5261_LDO1_OCP_THD_740 (0x00<<5)
105 #define RTS5261_LDO1_OCP_THD_800 (0x01<<5)
106 #define RTS5261_LDO1_OCP_THD_860 (0x02<<5)
107 #define RTS5261_LDO1_OCP_THD_920 (0x03<<5)
108 #define RTS5261_LDO1_OCP_THD_980 (0x04<<5)
109 #define RTS5261_LDO1_OCP_THD_1040 (0x05<<5)
110 #define RTS5261_LDO1_OCP_THD_1100 (0x06<<5)
111 #define RTS5261_LDO1_OCP_THD_1160 (0x07<<5)
119 #define RTS5261_LDO1_TUNE_MASK (0x07<<1)
120 #define RTS5261_LDO1_18 (0x05<<1)
121 #define RTS5261_LDO1_33 (0x07<<1)
125 #define RTS5261_LDO2_OCP_THD_MASK (0x07<<5)
128 #define RTS5261_LDO2_OCP_LMT_EN (0x01<<1)
130 #define RTS5261_LDO2_OCP_THD_620 (0x00<<5)
131 #define RTS5261_LDO2_OCP_THD_650 (0x01<<5)
132 #define RTS5261_LDO2_OCP_THD_680 (0x02<<5)
133 #define RTS5261_LDO2_OCP_THD_720 (0x03<<5)
134 #define RTS5261_LDO2_OCP_THD_750 (0x04<<5)
135 #define RTS5261_LDO2_OCP_THD_780 (0x05<<5)
136 #define RTS5261_LDO2_OCP_THD_810 (0x06<<5)
137 #define RTS5261_LDO2_OCP_THD_840 (0x07<<5)
140 #define RTS5261_LDO2_TUNE_MASK (0x07<<1)
141 #define RTS5261_LDO2_18 (0x05<<1)
142 #define RTS5261_LDO2_33 (0x07<<1)
146 #define RTS5261_LDO3_OCP_THD_MASK (0x07<<5)
149 #define RTS5261_LDO3_OCP_LMT_EN (0x01<<1)
151 #define RTS5261_LDO3_OCP_THD_620 (0x00<<5)
152 #define RTS5261_LDO3_OCP_THD_650 (0x01<<5)
153 #define RTS5261_LDO3_OCP_THD_680 (0x02<<5)
154 #define RTS5261_LDO3_OCP_THD_720 (0x03<<5)
155 #define RTS5261_LDO3_OCP_THD_750 (0x04<<5)
156 #define RTS5261_LDO3_OCP_THD_780 (0x05<<5)
157 #define RTS5261_LDO3_OCP_THD_810 (0x06<<5)
158 #define RTS5261_LDO3_OCP_THD_840 (0x07<<5)
161 #define RTS5261_LDO3_TUNE_MASK (0x07<<1)
162 #define RTS5261_LDO3_18 (0x05<<1)
163 #define RTS5261_LDO3_33 (0x07<<1)
178 #define SD_LUN 1