Searched refs:MAX_DEV (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Ddsmg600-pci.c25 #define MAX_DEV 4 macro
49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { dsmg600_map_irq()
57 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) dsmg600_map_irq()
H A Dnas100d-pci.c24 #define MAX_DEV 3 macro
46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { nas100d_map_irq()
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) nas100d_map_irq()
H A Dfsg-pci.c25 #define MAX_DEV 3 macro
52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) fsg_map_irq()
H A Dixdp425-pci.c27 #define MAX_DEV 4 macro
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) ixdp425_map_irq()
H A Dmiccpt-pci.c28 #define MAX_DEV 4 macro
56 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) miccpt_map_irq()
H A Dnslu2-pci.c24 #define MAX_DEV 3 macro
49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) nslu2_map_irq()
/linux-4.4.14/arch/um/drivers/
H A 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){ ubd_setup_common()
941 if((n >= MAX_DEV) || (n < 0)){ ubd_get_config()
973 *end_out = MAX_DEV - 1; ubd_id()
1072 for (i = 0; i < MAX_DEV; i++){ ubd_init()
/linux-4.4.14/include/uapi/linux/
H A Dcyclades.h128 #define MAX_DEV 256 /* Max number of ports total */ macro
/linux-4.4.14/drivers/mtd/
H A Dftl.c94 #define MAX_DEV 4 macro

Completed in 197 milliseconds