Searched refs:MAX_DEVICE (Results 1 – 1 of 1) sorted by relevance
51 #define MAX_DEVICE 4 macro52 static int parport[MAX_DEVICE] = {0, -1, -1, -1};174 for (i = 0; i < MAX_DEVICE; i++) { in i2c_parport_attach()180 if (i == MAX_DEVICE) { in i2c_parport_attach()325 " Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"