Searched refs:MAX_DEV (Results 1 – 9 of 9) sorted by relevance
24 #define MAX_DEV 3 macro46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in nas100d_map_irq()53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nas100d_map_irq()
25 #define MAX_DEV 4 macro49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in dsmg600_map_irq()57 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in dsmg600_map_irq()
24 #define MAX_DEV 3 macro49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nslu2_map_irq()
25 #define MAX_DEV 3 macro52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in fsg_map_irq()
27 #define MAX_DEV 4 macro55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in ixdp425_map_irq()
111 #define MAX_DEV (16) macro123 static struct gendisk *ubd_gendisk[MAX_DEV];124 static struct gendisk *fake_gendisk[MAX_DEV];196 static struct ubd ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };327 if(n >= MAX_DEV){ in ubd_setup_common()927 if((n >= MAX_DEV) || (n < 0)){ in ubd_get_config()959 *end_out = MAX_DEV - 1; in ubd_id()1058 for (i = 0; i < MAX_DEV; i++){ in ubd_init()
60 #define MAX_DEV 4 macro79 static struct local_info_t *dev_table[MAX_DEV] = { NULL, /* ... */ };849 if (it->options[0] < 0 || it->options[0] >= MAX_DEV || !local) { in daqp_attach()986 for (i = 0; i < MAX_DEV; i++) in daqp_cs_attach()989 if (i == MAX_DEV) { in daqp_cs_attach()
128 #define MAX_DEV 256 /* Max number of ports total */ macro
94 #define MAX_DEV 4 macro