Home
last modified time | relevance | path

Searched refs:MAX_DEV (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mach-ixp4xx/
Dnas100d-pci.c24 #define MAX_DEV 3 macro
46 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()
Ddsmg600-pci.c25 #define MAX_DEV 4 macro
49 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()
Dnslu2-pci.c24 #define MAX_DEV 3 macro
49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nslu2_map_irq()
Dmiccpt-pci.c28 #define MAX_DEV 4 macro
56 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in miccpt_map_irq()
Dixdp425-pci.c27 #define MAX_DEV 4 macro
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in ixdp425_map_irq()
Dfsg-pci.c25 #define MAX_DEV 3 macro
52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in fsg_map_irq()
/arch/um/drivers/
Dubd_kern.c95 #define MAX_DEV (16) macro
107 static struct gendisk *ubd_gendisk[MAX_DEV];
108 static struct gendisk *fake_gendisk[MAX_DEV];
180 static struct ubd ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };
311 if(n >= MAX_DEV){ in ubd_setup_common()
941 if((n >= MAX_DEV) || (n < 0)){ in ubd_get_config()
973 *end_out = MAX_DEV - 1; in ubd_id()
1072 for (i = 0; i < MAX_DEV; i++){ in ubd_init()