Subversion Repositories Kolibri OS

Rev

Rev 5078 | Rev 6661 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 243... Line 243...
243
#define SI_SMC_SOFT_REGISTER_vr_hot_gpio              0x100
243
#define SI_SMC_SOFT_REGISTER_vr_hot_gpio              0x100
244
#define SI_SMC_SOFT_REGISTER_svi_rework_plat_type     0x118
244
#define SI_SMC_SOFT_REGISTER_svi_rework_plat_type     0x118
245
#define SI_SMC_SOFT_REGISTER_svi_rework_gpio_id_svd   0x11c
245
#define SI_SMC_SOFT_REGISTER_svi_rework_gpio_id_svd   0x11c
246
#define SI_SMC_SOFT_REGISTER_svi_rework_gpio_id_svc   0x120
246
#define SI_SMC_SOFT_REGISTER_svi_rework_gpio_id_svc   0x120
Line -... Line 247...
-
 
247
 
-
 
248
struct PP_SIslands_FanTable
-
 
249
{
-
 
250
	uint8_t  fdo_mode;
-
 
251
	uint8_t  padding;
-
 
252
	int16_t  temp_min;
-
 
253
	int16_t  temp_med;
-
 
254
	int16_t  temp_max;
-
 
255
	int16_t  slope1;
-
 
256
	int16_t  slope2;
-
 
257
	int16_t  fdo_min;
-
 
258
	int16_t  hys_up;
-
 
259
	int16_t  hys_down;
-
 
260
	int16_t  hys_slope;
-
 
261
	int16_t  temp_resp_lim;
-
 
262
	int16_t  temp_curr;
-
 
263
	int16_t  slope_curr;
-
 
264
	int16_t  pwm_curr;
-
 
265
	uint32_t refresh_period;
-
 
266
	int16_t  fdo_max;
-
 
267
	uint8_t  temp_src;
-
 
268
	int8_t  padding2;
-
 
269
};
-
 
270
 
-
 
271
typedef struct PP_SIslands_FanTable PP_SIslands_FanTable;
247
 
272
 
248
#define SMC_SISLANDS_LKGE_LUT_NUM_OF_TEMP_ENTRIES 16
273
#define SMC_SISLANDS_LKGE_LUT_NUM_OF_TEMP_ENTRIES 16
Line 249... Line 274...
249
#define SMC_SISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES 32
274
#define SMC_SISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES 32
250
 
275