Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
Dnas100d-pci.c22 #define MAX_DEV 3 macro
44 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in nas100d_map_irq()
51 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nas100d_map_irq()
Ddsmg600-pci.c23 #define MAX_DEV 4 macro
47 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in dsmg600_map_irq()
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in dsmg600_map_irq()
Dnslu2-pci.c22 #define MAX_DEV 3 macro
47 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nslu2_map_irq()
Dmiccpt-pci.c26 #define MAX_DEV 4 macro
54 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in miccpt_map_irq()
Dfsg-pci.c23 #define MAX_DEV 3 macro
50 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in fsg_map_irq()
Dixdp425-pci.c25 #define MAX_DEV 4 macro
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in ixdp425_map_irq()
/kernel/linux/linux-5.10/arch/um/drivers/
Dubd_kern.c116 #define MAX_DEV (16) macro
129 static struct gendisk *ubd_gendisk[MAX_DEV];
130 static struct gendisk *fake_gendisk[MAX_DEV];
196 static struct ubd ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };
318 if(n >= MAX_DEV){ in ubd_setup_common()
1023 if((n >= MAX_DEV) || (n < 0)){ in ubd_get_config()
1055 *end_out = MAX_DEV - 1; in ubd_id()
1176 for (i = 0; i < MAX_DEV; i++){ in ubd_init()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcyclades.h52 #define MAX_DEV 256 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcyclades.h65 #define MAX_DEV 256 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dcyclades.h129 #define MAX_DEV 256 /* Max number of ports total */ macro
/kernel/linux/linux-5.10/drivers/mtd/
Dftl.c94 #define MAX_DEV 4 macro