Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/sja1000/
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};
38 static spinlock_t indirect_lock[MAXDEV]; /* lock for indirect access mode */
67 static struct platform_device *sja1000_isa_devs[MAXDEV];
[all …]
/kernel/linux/linux-5.10/drivers/net/can/cc770/
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 …]