Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_telemetry_pltdrv.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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds