Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c28 #define TELEM_SAMPLE_PERIOD_INVALID(x) ((x) & (BIT(7))) macro
648 (TELEM_SAMPLE_PERIOD_INVALID(pss_evtconfig.period))) { in telemetry_plt_update_events()
654 (TELEM_SAMPLE_PERIOD_INVALID(ioss_evtconfig.period))) { in telemetry_plt_update_events()
677 if (TELEM_SAMPLE_PERIOD_INVALID(ioss_period)) { in telemetry_plt_set_sampling_period()
722 if (TELEM_SAMPLE_PERIOD_INVALID(pss_period)) { in telemetry_plt_set_sampling_period()