Lines Matching +full:1 +full:x64 +full:- +full:bit

2  * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
125 #define TPS65912_VERNUM 0x64
126 #define TPS6591X_MAX_REGISTER 0x64
129 #define TPS65912_INT_STS_PWRHOLD_F BIT(0)
130 #define TPS65912_INT_STS_VMON BIT(1)
131 #define TPS65912_INT_STS_PWRON BIT(2)
132 #define TPS65912_INT_STS_PWRON_LP BIT(3)
133 #define TPS65912_INT_STS_PWRHOLD_R BIT(4)
134 #define TPS65912_INT_STS_HOTDIE BIT(5)
135 #define TPS65912_INT_STS_GPIO1_R BIT(6)
136 #define TPS65912_INT_STS_GPIO1_F BIT(7)
139 #define TPS65912_INT_STS2_GPIO2_R BIT(0)
140 #define TPS65912_INT_STS2_GPIO2_F BIT(1)
141 #define TPS65912_INT_STS2_GPIO3_R BIT(2)
142 #define TPS65912_INT_STS2_GPIO3_F BIT(3)
143 #define TPS65912_INT_STS2_GPIO4_R BIT(4)
144 #define TPS65912_INT_STS2_GPIO4_F BIT(5)
145 #define TPS65912_INT_STS2_GPIO5_R BIT(6)
146 #define TPS65912_INT_STS2_GPIO5_F BIT(7)
149 #define TPS65912_INT_STS3_PGOOD_DCDC1 BIT(0)
150 #define TPS65912_INT_STS3_PGOOD_DCDC2 BIT(1)
151 #define TPS65912_INT_STS3_PGOOD_DCDC3 BIT(2)
152 #define TPS65912_INT_STS3_PGOOD_DCDC4 BIT(3)
153 #define TPS65912_INT_STS3_PGOOD_LDO1 BIT(4)
154 #define TPS65912_INT_STS3_PGOOD_LDO2 BIT(5)
155 #define TPS65912_INT_STS3_PGOOD_LDO3 BIT(6)
156 #define TPS65912_INT_STS3_PGOOD_LDO4 BIT(7)
159 #define TPS65912_INT_STS4_PGOOD_LDO5 BIT(0)
160 #define TPS65912_INT_STS4_PGOOD_LDO6 BIT(1)
161 #define TPS65912_INT_STS4_PGOOD_LDO7 BIT(2)
162 #define TPS65912_INT_STS4_PGOOD_LDO8 BIT(3)
163 #define TPS65912_INT_STS4_PGOOD_LDO9 BIT(4)
164 #define TPS65912_INT_STS4_PGOOD_LDO10 BIT(5)
166 /* GPIO 1 and 2 Register field definitions */
174 #define GPIO_STS_SHIFT 1
192 #define GPIO3_STS_SHIFT 1
210 #define GPIO4_STS_SHIFT 1
222 #define THERM_RSVD1_SHIFT 1
240 #define DCDCCTRL_DCDC1_MODE_SHIFT 1
250 #define DCDCCTRL_DCDC_MODE_SHIFT 1
309 * struct tps65912 - state holder for the tps65912 driver