Home
last modified time | relevance | path

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

/linux/drivers/net/can/sja1000/
A Dsja1000_isa.c21 #define MAXDEV 8 macro
31 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};
258 for (idx = 0; idx < MAXDEV; idx++) { in sja1000_isa_init()
287 DRV_NAME, MAXDEV); in sja1000_isa_init()
[all …]
/linux/drivers/net/can/cc770/
A Dcc770_isa.c58 #define MAXDEV 8 macro
68 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 …]

Completed in 5 milliseconds