Home
last modified time | relevance | path

Searched refs:MAX_BOARDS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/tty/
Dmoxa.c60 #define MAX_BOARDS 4 /* Don't change this value */ macro
62 #define MAX_PORTS (MAX_BOARDS * MAX_PORTS_PER_BOARD)
118 } moxa_boards[MAX_BOARDS];
169 static unsigned long baseaddr[MAX_BOARDS];
170 static unsigned int type[MAX_BOARDS];
171 static unsigned int numports[MAX_BOARDS];
320 for (i = 0; i < MAX_BOARDS; i++) { in moxa_ioctl()
349 for (i = 0; i < MAX_BOARDS; i++) { in moxa_ioctl()
958 for (i = 0; i < MAX_BOARDS; i++) in moxa_pci_probe()
963 if (i >= MAX_BOARDS) { in moxa_pci_probe()
[all …]
/linux-4.4.14/drivers/scsi/
Du14-34f.c492 #define MAX_BOARDS (MAX_ISA + MAX_VESA + MAX_EISA + MAX_PCI) macro
609 static struct Scsi_Host *sh[MAX_BOARDS + 1];
611 static char sha[MAX_BOARDS];
615 static unsigned int num_boards = MAX_BOARDS;
1099 for (k = 0; k < MAX_BOARDS + 1; k++) sh[k] = NULL; in u14_34f_detect()
1105 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt)) j++; in u14_34f_detect()
Deata.c552 #define MAX_BOARDS (MAX_ISA + MAX_VESA + MAX_EISA + MAX_PCI) macro
837 static struct Scsi_Host *sh[MAX_BOARDS];
839 static char sha[MAX_BOARDS];
842 static unsigned int num_boards = MAX_BOARDS;
1590 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt)) in eata2x_detect()