Home
last modified time | relevance | path

Searched refs:s0ix_total_res (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dintel_telemetry_debugfs.c537 u64 s0ix_total_res = 0, s0ix_shlw_res = 0, s0ix_deep_res = 0; in telem_soc_states_show() local
576 s0ix_total_res); in telem_soc_states_show()
610 (u64)(s0ix_total_res*10/192)); in telem_soc_states_show()
692 u64 s0ix_total_res; in telem_s0ix_res_get() local
695 ret = intel_pmc_s0ix_counter_read(&s0ix_total_res); in telem_s0ix_res_get()
701 *val = s0ix_total_res; in telem_s0ix_res_get()