Lines Matching defs:lvts_data
24 #define IS_ENABLE(lvts_data, feature) \ argument
27 #define GET_BASE_ADDR(lvts_data, tc_id) \ argument
39 #define GET_CAL_BITMASK(lvts_data, index, h, l) \ argument
176 struct lvts_data { struct
177 unsigned int num_domain;
178 struct power_domain *domain;
180 unsigned int num_tc; /* Number of LVTS thermal controllers */
181 struct tc_settings *tc;
182 int counting_window_us; /* LVTS device counting window */
184 unsigned int num_sensor; /* Number of sensors in this platform */
185 struct sensor_data *sen_data;
187 struct platform_ops ops;
188 int feature_bitmap; /* Show what features are enabled */
190 unsigned int num_efuse_addr;
191 uint32_t *efuse;
193 uint32_t *irq_bitmap;
195 struct sensor_cal_data cal_data;
196 int enable_dump_log;
197 bool init_done;