Home
last modified time | relevance | path

Searched refs:MAXDEV (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/can/sja1000/
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] = {[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 …]
/linux-4.4.14/drivers/net/can/cc770/
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] = {[0 ... (MAXDEV - 1)] = 0xff};
83 static int indirect[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1};
118 static struct platform_device *cc770_isa_devs[MAXDEV];
[all …]