Searched refs:TH_CONFIGURABLE_MASTERS (Results 1 – 2 of 2) sorted by relevance
44 DECLARE_BITMAP(master, TH_CONFIGURABLE_MASTERS + 1);64 signed char master[TH_CONFIGURABLE_MASTERS + 1];374 int i, nattrs = TH_CONFIGURABLE_MASTERS + 2; in intel_th_master_attributes()386 for (i = 0; i < TH_CONFIGURABLE_MASTERS + 1; i++) { in intel_th_master_attributes()390 i == TH_CONFIGURABLE_MASTERS ? "+" : ""); in intel_th_master_attributes()488 TH_CONFIGURABLE_MASTERS) { in intel_th_gth_disable()528 TH_CONFIGURABLE_MASTERS + 1) { in intel_th_gth_enable()612 if (master > TH_CONFIGURABLE_MASTERS) in intel_th_gth_set_output()613 master = TH_CONFIGURABLE_MASTERS; in intel_th_gth_set_output()653 for (i = 0; i < TH_CONFIGURABLE_MASTERS + 1; i++) in intel_th_gth_probe()
181 #define TH_CONFIGURABLE_MASTERS 256 macro