Subversion Repositories Kolibri OS

Rev

Rev 5078 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 429... Line 429...
429
    SMU7_Discrete_MCRegisterSet         data[SMU7_DISCRETE_MC_REGISTER_ARRAY_SET_COUNT];
429
    SMU7_Discrete_MCRegisterSet         data[SMU7_DISCRETE_MC_REGISTER_ARRAY_SET_COUNT];
430
};
430
};
Line 431... Line 431...
431
 
431
 
Line -... Line 432...
-
 
432
typedef struct SMU7_Discrete_MCRegisters SMU7_Discrete_MCRegisters;
-
 
433
 
-
 
434
struct SMU7_Discrete_FanTable
-
 
435
{
-
 
436
	uint16_t FdoMode;
-
 
437
	int16_t  TempMin;
-
 
438
	int16_t  TempMed;
-
 
439
	int16_t  TempMax;
-
 
440
	int16_t  Slope1;
-
 
441
	int16_t  Slope2;
-
 
442
	int16_t  FdoMin;
-
 
443
	int16_t  HystUp;
-
 
444
	int16_t  HystDown;
-
 
445
	int16_t  HystSlope;
-
 
446
	int16_t  TempRespLim;
-
 
447
	int16_t  TempCurr;
-
 
448
	int16_t  SlopeCurr;
-
 
449
	int16_t  PwmCurr;
-
 
450
	uint32_t RefreshPeriod;
-
 
451
	int16_t  FdoMax;
-
 
452
	uint8_t  TempSrc;
-
 
453
	int8_t   Padding;
-
 
454
};
-
 
455
 
-
 
456
typedef struct SMU7_Discrete_FanTable SMU7_Discrete_FanTable;
432
typedef struct SMU7_Discrete_MCRegisters SMU7_Discrete_MCRegisters;
457
 
433
 
458
 
434
struct SMU7_Discrete_PmFuses {
459
struct SMU7_Discrete_PmFuses {
Line 435... Line 460...
435
  // dw0-dw1
460
  // dw0-dw1
Line 460... Line 485...
460
 
485
 
461
  // dw9-dw10
486
  // dw9-dw10
Line 462... Line 487...
462
  uint8_t BapmVddCVidHiSidd2[8];
487
  uint8_t BapmVddCVidHiSidd2[8];
-
 
488
 
-
 
489
  // dw11-dw12
-
 
490
  int16_t FuzzyFan_ErrorSetDelta;
463
 
491
  int16_t FuzzyFan_ErrorRateSetDelta;
Line 464... Line 492...
464
  // dw11-dw12
492
  int16_t FuzzyFan_PwmSetDelta;
465
  uint32_t Reserved6[2];
493
  uint16_t CalcMeasPowerBlend;
Line 466... Line 494...
466
 
494