Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A 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()
H A 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()
H A Dnslu2-pci.c22 #define MAX_DEV 3 macro
47 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nslu2_map_irq()
H A Dmiccpt-pci.c26 #define MAX_DEV 4 macro
54 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in miccpt_map_irq()
H A Dixdp425-pci.c25 #define MAX_DEV 4 macro
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in ixdp425_map_irq()
H A Dfsg-pci.c23 #define MAX_DEV 3 macro
50 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in fsg_map_irq()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcyclades.h129 #define MAX_DEV 256 /* Max number of ports total */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcyclades.h129 #define MAX_DEV 256 /* Max number of ports total */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcyclades.h129 #define MAX_DEV 256 /* Max number of ports total */ macro
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dftl.c94 #define MAX_DEV 4 macro