Lines Matching +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.
29 #define RTS5261_AUX_CLK_16M_EN (1 << 5)
70 #define RTS5261_INFORM_RTD3_COLD (0x01<<5)
86 #define RTS5261_PUPDC (0x01<<5)
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)
125 #define RTS5261_LDO2_OCP_THD_MASK (0x07<<5)
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)
146 #define RTS5261_LDO3_OCP_THD_MASK (0x07<<5)
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)