Searched refs:rapl_write_data_raw (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/powercap/
H A Dintel_rapl.c231 static int rapl_write_data_raw(struct rapl_domain *rd,
362 rapl_write_data_raw(rd, PL1_ENABLE, mode); set_domain_enable()
450 rapl_write_data_raw(rd, POWER_LIMIT1, power_limit); set_power_limit()
453 rapl_write_data_raw(rd, POWER_LIMIT2, power_limit); set_power_limit()
506 rapl_write_data_raw(rd, TIME_WINDOW1, window); set_time_window()
509 rapl_write_data_raw(rd, TIME_WINDOW2, window); set_time_window()
804 static int rapl_write_data_raw(struct rapl_domain *rd, rapl_write_data_raw() function
971 rapl_write_data_raw(rd, PL1_CLAMP, mode); set_floor_freq_default()
975 rapl_write_data_raw(rd, PL2_ENABLE, mode); set_floor_freq_default()
976 rapl_write_data_raw(rd, PL2_CLAMP, mode); set_floor_freq_default()
1150 rapl_write_data_raw(rd, PL1_ENABLE, 0); rapl_unregister_powercap()
1151 rapl_write_data_raw(rd, PL1_CLAMP, 0); rapl_unregister_powercap()
1153 rapl_write_data_raw(rd, PL2_ENABLE, 0); rapl_unregister_powercap()
1154 rapl_write_data_raw(rd, PL2_CLAMP, 0); rapl_unregister_powercap()

Completed in 67 milliseconds