Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c505 u64 s0ix_total_res = 0, s0ix_shlw_res = 0, s0ix_deep_res = 0; in telem_soc_states_show() local
544 s0ix_total_res); in telem_soc_states_show()
578 (u64)(s0ix_total_res*10/192)); in telem_soc_states_show()
651 u64 s0ix_total_res; in telem_s0ix_res_get() local
654 ret = intel_pmc_s0ix_counter_read(plt_config->pmc, &s0ix_total_res); in telem_s0ix_res_get()
660 *val = s0ix_total_res; in telem_s0ix_res_get()