Searched refs:DELAY_DEFAULT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 287 #define DELAY_DEFAULT 1000 macro 346 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 354 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 358 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 3229 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3297 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3368 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 290 #define DELAY_DEFAULT 1000 macro 364 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 372 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 376 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 3282 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3350 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3421 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()
|
Completed in 12 milliseconds