Searched refs:MAXDEV (Results 1 – 2 of 2) sorted by relevance
21 #define MAXDEV 8 macro31 static unsigned long port[MAXDEV];32 static unsigned long mem[MAXDEV];33 static int irq[MAXDEV];34 static int clk[MAXDEV];35 static unsigned char cdr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};36 static unsigned char ocr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};37 static int indirect[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1};38 static spinlock_t indirect_lock[MAXDEV]; /* lock for indirect access mode */67 static struct platform_device *sja1000_isa_devs[MAXDEV];[all …]
58 #define MAXDEV 8 macro68 static unsigned long port[MAXDEV];69 static unsigned long mem[MAXDEV];70 static int irq[MAXDEV];71 static int clk[MAXDEV];72 static u8 cir[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};73 static u8 cor[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};74 static u8 bcr[MAXDEV] = {[0 ... (MAXDEV - 1)] = 0xff};75 static int indirect[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1};110 static struct platform_device *cc770_isa_devs[MAXDEV];[all …]