Searched refs:MAXDEV (Results 1 – 2 of 2) sorted by relevance
32 #define MAXDEV 8 macro42 static unsigned long port[MAXDEV];43 static unsigned long mem[MAXDEV];44 static int irq[MAXDEV];45 static int clk[MAXDEV];46 static unsigned char cdr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};47 static unsigned char ocr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};48 static int indirect[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1};49 static spinlock_t indirect_lock[MAXDEV]; /* lock for indirect access mode */78 static struct platform_device *sja1000_isa_devs[MAXDEV];[all …]
66 #define MAXDEV 8 macro76 static unsigned long port[MAXDEV];77 static unsigned long mem[MAXDEV];78 static int irq[MAXDEV];79 static int clk[MAXDEV];80 static u8 cir[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};81 static u8 cor[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};82 static u8 bcr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};83 static int indirect[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1};118 static struct platform_device *cc770_isa_devs[MAXDEV];[all …]