Searched refs:MAX_ALT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower7-pmu.c98 #define MAX_ALT 2 /* at most 2 alternatives for any event */ macro
100 static const unsigned int event_alternatives[][MAX_ALT] = {
117 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j)
147 for (j = 0; j < MAX_ALT; ++j) {
350 .max_alternatives = MAX_ALT + 1,
H A Dmpc7450-pmu.c17 #define MAX_ALT 3 /* Maximum number of event alternative codes */ macro
190 static const unsigned int event_alternatives[][MAX_ALT] = {
219 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j)
235 for (j = 0; j < MAX_ALT; ++j) {
396 .max_alternatives = MAX_ALT,
H A Dpower5-pmu.c213 #define MAX_ALT 3 /* at most 3 alternatives for any event */ macro
215 static const unsigned int event_alternatives[][MAX_ALT] = {
234 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j)
281 for (j = 0; j < MAX_ALT; ++j) {
603 .max_alternatives = MAX_ALT,
H A Dpower6-pmu.c311 #define MAX_ALT 4 /* at most 4 alternatives for any event */ macro
313 static const unsigned int event_alternatives[][MAX_ALT] = {
351 for (j = 0; j < MAX_ALT; ++j) {
376 for (j = 0; j < MAX_ALT; ++j) {
524 .max_alternatives = MAX_ALT,
H A Dpower5+-pmu.c198 #define MAX_ALT 3 /* at most 3 alternatives for any event */ macro
200 static const unsigned int event_alternatives[][MAX_ALT] = {
225 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j)
287 for (j = 0; j < MAX_ALT; ++j) {
661 .max_alternatives = MAX_ALT,

Completed in 105 milliseconds