31,6 → 31,11 |
#define DVS_SS_ICH 7 |
#define DVS_SS_SMI 8 |
|
#define DVS_RELATION_L 0 /* lowest frequency at or above target */ |
#define DVS_RELATION_H 1 /* highest frequency below or at target */ |
|
#define DVS_LATENCY_ETERNAL (-1) |
|
int CPU26_installed(void); |
int CPU26_init(void); |
int CPU26_close(void); |
40,5 → 45,11 |
int CPU26_initDVS(void); |
int CPU26_closeDVS(void); |
|
int CPU26_set_frequency(unsigned int target_freq, unsigned int relation); |
int CPU26_get_cur_frequency(void); |
int CPU26_get_min_frequency(void); |
int CPU26_get_max_frequency(void); |
int CPU26_get_latency(void); |
|
#endif |
|