Searched refs:MAX_DEVICES (Results 1 – 8 of 8) sorted by relevance
15 #define MAX_DEVICES (NR_CHANNELS * IPOCTAL_MAX_BOARDS) macro
35 #define MAX_DEVICES 4 macro36 static int base[MAX_DEVICES] = { 0x820, 0x840 };553 for (i = 0; i < MAX_DEVICES; ++i) { in scx200_scan_isa()
11 #define MAX_DEVICES 16 macro
21 void *cdev[MAX_DEVICES];
139 #define MAX_DEVICES 256 macro3458 res = alloc_chrdev_region(&mmc_rpmb_devt, 0, MAX_DEVICES, "rpmb"); in mmc_blk_init()3467 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init()3482 unregister_chrdev_region(mmc_rpmb_devt, MAX_DEVICES); in mmc_blk_init()3492 unregister_chrdev_region(mmc_rpmb_devt, MAX_DEVICES); in mmc_blk_exit()
35 #define MAX_DEVICES 1024 macro
55 #define MAX_DEVICES 16 macro
94 #define MAX_DEVICES 32 macro124 static int maxframe[MAX_DEVICES];3421 if (info->line < MAX_DEVICES) { in add_device()3673 serial_driver = tty_alloc_driver(MAX_DEVICES, TTY_DRIVER_REAL_RAW | in slgt_init()
Completed in 30 milliseconds