Searched defs:MAXDEV (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/cc770/
H A Dcc770_isa.c66 #define MAXDEV 8 macro
76 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]
[all...]
/drivers/net/can/sja1000/
H A Dsja1000_isa.c32 #define MAXDEV 8 macro
42 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]
[all...]

Completed in 49 milliseconds