Lines Matching +full:1 +full:x64 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
117 #define TPS65912_VERNUM 0x64
118 #define TPS6591X_MAX_REGISTER 0x64
121 #define TPS65912_INT_STS_PWRHOLD_F BIT(0)
122 #define TPS65912_INT_STS_VMON BIT(1)
123 #define TPS65912_INT_STS_PWRON BIT(2)
124 #define TPS65912_INT_STS_PWRON_LP BIT(3)
125 #define TPS65912_INT_STS_PWRHOLD_R BIT(4)
126 #define TPS65912_INT_STS_HOTDIE BIT(5)
127 #define TPS65912_INT_STS_GPIO1_R BIT(6)
128 #define TPS65912_INT_STS_GPIO1_F BIT(7)
131 #define TPS65912_INT_STS2_GPIO2_R BIT(0)
132 #define TPS65912_INT_STS2_GPIO2_F BIT(1)
133 #define TPS65912_INT_STS2_GPIO3_R BIT(2)
134 #define TPS65912_INT_STS2_GPIO3_F BIT(3)
135 #define TPS65912_INT_STS2_GPIO4_R BIT(4)
136 #define TPS65912_INT_STS2_GPIO4_F BIT(5)
137 #define TPS65912_INT_STS2_GPIO5_R BIT(6)
138 #define TPS65912_INT_STS2_GPIO5_F BIT(7)
141 #define TPS65912_INT_STS3_PGOOD_DCDC1 BIT(0)
142 #define TPS65912_INT_STS3_PGOOD_DCDC2 BIT(1)
143 #define TPS65912_INT_STS3_PGOOD_DCDC3 BIT(2)
144 #define TPS65912_INT_STS3_PGOOD_DCDC4 BIT(3)
145 #define TPS65912_INT_STS3_PGOOD_LDO1 BIT(4)
146 #define TPS65912_INT_STS3_PGOOD_LDO2 BIT(5)
147 #define TPS65912_INT_STS3_PGOOD_LDO3 BIT(6)
148 #define TPS65912_INT_STS3_PGOOD_LDO4 BIT(7)
151 #define TPS65912_INT_STS4_PGOOD_LDO5 BIT(0)
152 #define TPS65912_INT_STS4_PGOOD_LDO6 BIT(1)
153 #define TPS65912_INT_STS4_PGOOD_LDO7 BIT(2)
154 #define TPS65912_INT_STS4_PGOOD_LDO8 BIT(3)
155 #define TPS65912_INT_STS4_PGOOD_LDO9 BIT(4)
156 #define TPS65912_INT_STS4_PGOOD_LDO10 BIT(5)
158 /* GPIO 1 and 2 Register field definitions */
166 #define GPIO_STS_SHIFT 1
184 #define GPIO3_STS_SHIFT 1
202 #define GPIO4_STS_SHIFT 1
214 #define THERM_RSVD1_SHIFT 1
232 #define DCDCCTRL_DCDC1_MODE_SHIFT 1
242 #define DCDCCTRL_DCDC_MODE_SHIFT 1
301 * struct tps65912 - state holder for the tps65912 driver