Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c276 u8 num_ioss_evts, ioss_period; in telemetry_setup_iossevtconfig() local
282 ioss_period = evtconfig.period; in telemetry_setup_iossevtconfig()
388 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig()
398 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
668 static int telemetry_plt_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_plt_set_sampling_period() argument
674 if (ioss_period) { in telemetry_plt_set_sampling_period()
677 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period()
708 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period()
718 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
H A Dcore.c30 static int telemetry_def_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_def_set_sampling_period() argument
135 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period) in telemetry_set_sampling_period() argument
138 ioss_period); in telemetry_set_sampling_period()
/openbmc/linux/arch/x86/include/asm/
H A Dintel_telemetry.h72 int (*set_sampling_period)(u8 pss_period, u8 ioss_period);
131 int telemetry_set_sampling_period(u8 pss_period, u8 ioss_period);