Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dgth.c37 DECLARE_BITMAP(master, TH_CONFIGURABLE_MASTERS + 1);
57 signed char master[TH_CONFIGURABLE_MASTERS + 1];
366 int i, nattrs = TH_CONFIGURABLE_MASTERS + 2; in intel_th_master_attributes()
378 for (i = 0; i < TH_CONFIGURABLE_MASTERS + 1; i++) { in intel_th_master_attributes()
382 i == TH_CONFIGURABLE_MASTERS ? "+" : ""); in intel_th_master_attributes()
480 TH_CONFIGURABLE_MASTERS) { in intel_th_gth_disable()
534 TH_CONFIGURABLE_MASTERS + 1) { in intel_th_gth_enable()
631 if (master > TH_CONFIGURABLE_MASTERS) in intel_th_gth_set_output()
632 master = TH_CONFIGURABLE_MASTERS; in intel_th_gth_set_output()
690 for (i = 0; i < TH_CONFIGURABLE_MASTERS + 1; i++) in intel_th_gth_probe()
Dintel_th.h237 #define TH_CONFIGURABLE_MASTERS 256 macro